summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd-charcell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/lcd-charcell.h b/firmware/export/lcd-charcell.h
index 8fc1dbb..f37a555 100644
--- a/firmware/export/lcd-charcell.h
+++ b/firmware/export/lcd-charcell.h
@@ -25,6 +25,7 @@
struct cursor_info {
unsigned char hw_char;
+ unsigned char subst_char;
bool enabled;
bool visible;
int x;
@@ -47,7 +48,8 @@ struct xchar_info {
/* track usage of user-definable characters */
struct pattern_info {
short count;
- unsigned short xchar;
+ unsigned short glyph;
+ unsigned char priority;
unsigned char pattern[HW_PATTERN_SIZE];
};