Header file with definition of commands for Alphanumeric Display. More...
Go to the source code of this file.
Macros | |
| #define | ALCD_CMD_Clear 0x01 |
| Clears the display. More... | |
| #define | ALCD_CMD_Home 0x02 |
| This function moves cursor home. More... | |
| #define | ALCD_TOPMOST_LONG_CMD 0x03 |
| Topmost code for long command. More... | |
| #define | ALCD_CMD_Mode 0x04 |
| Set data entry mode. More... | |
| #define | ALCD_CMD_Mode_Increment 0x02 |
| #define | ALCD_CMD_Mode_Decrement 0 |
| #define | ALCD_CMD_Mode_DisplayShift 0x01 |
| #define | ALCD_CMD_On 0x08 |
| Command for turning on display and cursor. More... | |
| #define | ALCD_CMD_On_Display 0x04 |
| #define | ALCD_CMD_On_Cursor 0x02 |
| #define | ALCD_CMD_On_Blink 0x01 |
| #define | ALCD_CMD_Shift 0x10 |
| Shift the display. More... | |
| #define | ALCD_CMD_Shift_Cursor 0 |
| #define | ALCD_CMD_Shift_Display 0x08 |
| #define | ALCD_CMD_Shift_Left 0 |
| #define | ALCD_CMD_Shift_Right 0x04 |
| #define | ALCD_CMD_Func 0x20 |
| Sets display functionality. More... | |
| #define | ALCD_CMD_Func_DataBits_8 0x10 |
| #define | ALCD_CMD_Func_DataBits_4 0 |
| #define | ALCD_CMD_Func_Lines_1 0 |
| #define | ALCD_CMD_Func_Lines_2 0x08 |
| #define | ALCD_CMD_Func_Char_5x7 0 |
| #define | ALCD_CMD_Func_Char_5x10 0x04 |
| #define | ALCD_CMD_SetCGRAM 0x40 |
| Set current position in character RAM. More... | |
| #define | ALCD_CMD_SetDDRAM 0x80 |
| Set current position in data RAM. More... | |
| #define | ALCD_SecondLineAddr 0x40 |
| Addres of the second line in CGRAM. More... | |
Header file with definition of commands for Alphanumeric Display.