SSD1306 I2C Display Driver
1.2.2
This library is developed to control SSD1306 I2C OLED Display
|
#include <ssd1306.h>
Public Attributes | |
const char ** | items |
list of menu items of the menu | |
uint8_t | count |
count of menu items in the menu | |
uint8_t | selection |
currently selected item. Internally updated. | |
uint8_t | oldSelection |
selected item, when last redraw operation was performed. Internally updated. | |
uint8_t | scrollPosition |
position of menu scrolling. Internally updated | |