/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/#ifndef _ST7565_H
#define_ST7565_H#defineST7565_CONTRAST0x81#defineST7565_ALLON_NORMAL0xA4#defineST7565_ALLON0xA5#defineST7565_POSITIVE_DISPLAY0xA6#defineST7565_INVERT_DISPLAY0xA7#defineST7565_DISPLAY_OFF0xAE#defineST7565_DISPLAY_ON0xAF#defineST7565_LCD_BIAS_70xA3#defineST7565_LCD_BIAS_90xA2#defineST7565_ADC_NORMAL0xA0#defineST7565_ADC_REVERSE0xA1#defineST7565_COM_SCAN_INC0xC0#defineST7565_COM_SCAN_DEC0xC8#defineST7565_START_LINE0x40#defineST7565_PAGE0xB0#defineST7565_COLUMN_MSB0x10#defineST7565_COLUMN_LSB0x00#defineST7565_RMW0xE0#defineST7565_RESISTOR_RATIO0x20#defineST7565_POWER_CONTROL0x28#defineST7565_RESET0xE2#endif/* _ST7565_H */