FabGL
ESP32 Display Controller and Graphics Library
|
Contains the listbox style. More...
#include <fabui.h>
Public Attributes | |
RGB888 | backgroundColor = RGB888(128, 128, 128) |
RGB888 | focusedBackgroundColor = RGB888(255, 255, 255) |
RGB888 | focusedSelectedBackgroundColor = RGB888(0, 0, 255) |
int | itemHeight = 16 |
RGB888 | selectedBackgroundColor = RGB888(0, 0, 255) |
RGB888 | selectedTextColor = RGB888(255, 255, 255) |
RGB888 | textColor = RGB888(0, 0, 0) |
FontInfo const * | textFont = &FONT_std_14 |