diff options
Diffstat (limited to 'control/gui.c')
-rw-r--r-- | control/gui.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/control/gui.c b/control/gui.c index e70ff87..1ca6142 100644 --- a/control/gui.c +++ b/control/gui.c @@ -19,6 +19,9 @@ void update_gui() { bc_module_lcd_draw_string(43, 2, "OFF", false); switch (mode) { + case MODE_SOLID_WARM: + bc_module_lcd_draw_string(40, 26, "warm", true); + break; case MODE_SOLID_RED: bc_module_lcd_draw_string(46, 26, "red", true); break; |