![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
this file contains the LCD class More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LCD |
| [I2C] [LCD] This is used to add support for OLED displays connected to the 'SoccerBoard' More... | |
Macros | |
| #define | LCD_COMMAND_MODE 0x80 |
| #define | LCD_DATA_MODE 0x40 |
| #define | LCD_COMMAND_DISPLAY_OFF 0xAE |
| #define | LCD_COMMAND_DISPLAY_ON 0xAF |
| #define | LCD_COMMAND_BLACK_BACKGROUND 0xA6 |
| #define | LCD_COMMAND_WHITE_BACKGROUND 0xA7 |
| #define | LCD_COMMAND_SET_BRIGHTNESS 0x81 |
| #define | LCD_PAGE_ADDRESSING 0x02 |
| #define | LCD_HORIZONTAL_ADDRESSING 0x00 |
| #define | LCD_COMMAND_CHARGE_PUMP_SETTING 0x8d |
| #define | LCD_COMMAND_CHARGE_PUMP_ENABLE 0x14 |
| #define | LCD_WIDTH 128 |
| #define | LCD_HEIGHT 64 |
Variables | |
| PROGMEM const byte | basicFont [][8] |
| #define LCD_COMMAND_BLACK_BACKGROUND 0xA6 |
Definition at line 130 of file eagle_LCD.h.
| #define LCD_COMMAND_CHARGE_PUMP_ENABLE 0x14 |
Definition at line 143 of file eagle_LCD.h.
| #define LCD_COMMAND_CHARGE_PUMP_SETTING 0x8d |
Definition at line 141 of file eagle_LCD.h.
| #define LCD_COMMAND_DISPLAY_OFF 0xAE |
Definition at line 126 of file eagle_LCD.h.
| #define LCD_COMMAND_DISPLAY_ON 0xAF |
Definition at line 128 of file eagle_LCD.h.
| #define LCD_COMMAND_MODE 0x80 |
Definition at line 122 of file eagle_LCD.h.
| #define LCD_COMMAND_SET_BRIGHTNESS 0x81 |
Definition at line 134 of file eagle_LCD.h.
| #define LCD_COMMAND_WHITE_BACKGROUND 0xA7 |
Definition at line 132 of file eagle_LCD.h.
| #define LCD_DATA_MODE 0x40 |
Definition at line 124 of file eagle_LCD.h.
| #define LCD_HEIGHT 64 |
Definition at line 151 of file eagle_LCD.h.
| #define LCD_HORIZONTAL_ADDRESSING 0x00 |
Definition at line 138 of file eagle_LCD.h.
| #define LCD_PAGE_ADDRESSING 0x02 |
Definition at line 136 of file eagle_LCD.h.
| #define LCD_WIDTH 128 |
Definition at line 147 of file eagle_LCD.h.
| PROGMEM const byte basicFont[][8] |
Definition at line 17 of file eagle_LCD.h.