mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
Footer function for improved key labels, icons implemented
This commit is contained in:
@@ -33,6 +33,7 @@ static Color COLOR_BLACK=Color(0,0,0);
|
||||
|
||||
Color setBrightness(const Color &color,uint8_t brightness);
|
||||
|
||||
enum BacklightMode {OFF, ON, SUN, BUS, TIME, KEY};
|
||||
|
||||
class LedInterface {
|
||||
private:
|
||||
@@ -93,4 +94,4 @@ class LedTaskData{
|
||||
void createSpiLedTask(LedTaskData *param);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user