summaryrefslogtreecommitdiffstats
path: root/include/l1ctl_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/l1ctl_proto.h')
-rw-r--r--include/l1ctl_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 720a6885..1abce555 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -319,6 +319,8 @@ struct l1ctl_keypad_ind {
struct l1ctl_display_req {
uint8_t x, y;
+ uint8_t fg, bg, font;
+ uint8_t clear, flush;
char text[32];
} __attribute__((packed));