LCDGFX LCD display driver  1.2.0
Lightweight graphics library for SSD1306, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107, IL9163, ST7735, ST7789, ILI9341, PCD8544 displays over I2C/SPI
SAppMenu Struct Reference

Describes menu object. More...

#include <canvas_types.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
 
lcdint_t top
 top offset
 
lcdint_t left
 left offset
 
lcduint_t width
 width of menu
 
lcduint_t height
 height of menu
 

Detailed Description

Describes menu object.

Definition at line 152 of file canvas_types.h.


The documentation for this struct was generated from the following file: