Private properties of the LC display device driver library. More...
#define | LCD_ADDRESS_LINE_1 0x00 |
Newhaven NHD-C0216CZ-FSW-FBW LCD controller command set. More... | |
#define | LCD_ADDRESS_LINE_2 0x40 |
#define | LCD_DISPLAYSIZE_X 16 |
#define | LCD_DISPLAYSIZE_Y 2 |
#define | LCD_CLEAR 0x01 |
#define | LCD_HOME 0x02 |
#define | CURSOR_nSHIFT 0x00 |
#define | CURSOR_SHIFT 0x01 |
#define | DATA_DECREMENT 0x00 |
#define | DATA_INCREMENT 0x02 |
#define | LCD_ENTRY_MODE 0x04 |
#define | CURSOR_OFF 0x00 |
#define | CURSOR_ON 0x02 |
#define | BLINK_OFF 0x00 |
#define | BLINK_ON 0x01 |
#define | LCD_DISPLAY_OFF 0x08 |
#define | LCD_DISPLAY_ON 0x0C |
#define | FUNCTION_nIS 0x00 |
#define | FUNCTION_IS 0x01 |
#define | FUNCTION_1_HIGH 0x00 |
#define | FUNCTION_2_HIGH 0x04 |
#define | FUNCTION_1_LINE 0x00 |
#define | FUNCTION_2_LINE 0x08 |
#define | FUNCTION_4BITS 0x00 |
#define | FUNCTION_8BITS 0x10 |
#define | LCD_FUNCTION 0x20 |
#define | LCD_CGRAM_ADDRESS(adr) (0x40 | (adr & 0x3F)) |
#define | LCD_DDRAM_ADDRESS(adr) (0x80 | (adr & 0x7F)) |
#define | BIAS_1_5 0x00 |
#define | BIAS_1_4 0x08 |
#define | FREQ_CNTRL(f) (f&0x07) |
#define | LCD_OSC_FREQ 0x10 |
#define | LCD_ICON_ADDRESS(adr) (0x40 | (adr & 0x0F)) |
#define | nICON 0x00 |
#define | ICON 0x08 |
#define | nBOOST 0x00 |
#define | BOOSTLCD 0x04 |
#define | CONTRAST(c) (c&0x03) |
#define | LCD_PWR_CONTROL 0x50 |
#define | FOLLOWER_GAIN(g) (g&0x07) |
#define | LCD_FOLLOWER_OFF 0x60 |
#define | LCD_FOLLOWER_ON 0x68 |
#define | LCD_CONTRAST(c) (0x70 | (c & 0x0F)) |
#define | LCD_BUSY_FLAG_MASK 0x80 |
#define | LCD_ADDRESS_MASK 0x7F |
const uint8_t | line_address [] = {LCD_ADDRESS_LINE_1, LCD_ADDRESS_LINE_2} |
uint8_t | pos_x = 0 |
uint8_t | pos_y = 0 |
uint8_t | change_position = false |
Private properties of the LC display device driver library.
This is the detailed description of public variables, data types, enumerations, defines and macros of the LC display device driver library.
#define LCD_ADDRESS_LINE_1 0x00 |
const uint8_t line_address[] = {LCD_ADDRESS_LINE_1, LCD_ADDRESS_LINE_2} |