src/display.h

changeset 51
d8042bff0e00
parent 46
a4a007b3c42e
child 53
74e85b34d26b
--- 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);};

mercurial