diff -r 279868684eb3 -r d8042bff0e00 src/display.h --- a/src/display.h Tue Nov 10 22:21:35 2020 +0100 +++ b/src/display.h Tue Nov 10 22:22:16 2020 +0100 @@ -168,7 +168,7 @@ void dimm_char(uint8_t); void show_splashscreen(); void show_byescreen(); - void set_flag(uint8_t flag, bool show); + void set_flag(uint8_t flag, bool show=true, bool dimm=false); void show_flag(uint8_t flag) {set_flag(flag, true);}; void hide_flag(uint8_t flag) {set_flag(flag, false);}; void shift_on() {set_flag(0x80, true);};