FabGL
ESP32 Display Controller and Graphics Library
|
#include <fabui.h>
Public Attributes | |
RGB888 | activeButtonColor = RGB888(255, 255, 255) |
RGB888 | activeTitleBackgroundColor = RGB888(128, 128, 255) |
RGB888 | activeTitleColor = RGB888(255, 255, 255) |
RGB888 | backgroundColor = RGB888(255, 255, 255) |
RGB888 | buttonColor = RGB888(64, 64, 64) |
RGB888 | mouseOverBackgroundButtonColor = RGB888(0, 0, 255) |
RGB888 | mouseOverButtonColor = RGB888(255, 255, 255) |
RGB888 | titleBackgroundColor = RGB888(128, 128, 128) |
RGB888 | titleColor = RGB888(0, 0, 0) |
FontInfo const * | titleFont = &FONT_std_12 |