mirror of
https://github.com/skoelle/wt32sc01-dashboard.git
synced 2026-09-18 01:40:24 +00:00
adjust calender and mvg UI
This commit is contained in:
@@ -19,8 +19,6 @@ const unsigned long REFRESH_INTERVAL_MS = 60UL * 1000UL;
|
||||
lv_color_t typeColor(const String &type) {
|
||||
if (type == "UBAHN") return Theme::accentUBahn();
|
||||
if (type == "SBAHN") return Theme::accentSBahn();
|
||||
if (type == "BUS") return Theme::accentBus();
|
||||
if (type == "TRAM") return Theme::accentTram();
|
||||
return Theme::textDim();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user