summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-charset-player.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-charset-player.c')
-rw-r--r--firmware/drivers/lcd-charset-player.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-charset-player.c b/firmware/drivers/lcd-charset-player.c
index 5e97f06f43..db1cd04884 100644
--- a/firmware/drivers/lcd-charset-player.c
+++ b/firmware/drivers/lcd-charset-player.c
@@ -110,7 +110,7 @@ enum {
110#endif 110#endif
111}; 111};
112 112
113static const struct xchar_info xchar_info_newlcd[] = { 113const struct xchar_info xchar_info_newlcd[] = {
114 /* Standard ascii */ 114 /* Standard ascii */
115 { 0x20, 0, 0, 0x20 }, /* */ 115 { 0x20, 0, 0, 0x20 }, /* */
116 { 0x21, 0, 0, 0x21 }, /* ! */ 116 { 0x21, 0, 0, 0x21 }, /* ! */
@@ -610,7 +610,7 @@ static const struct xchar_info xchar_info_newlcd[] = {
610 { 0xfffd, 0, 0, 0x91 }, 610 { 0xfffd, 0, 0, 0x91 },
611}; 611};
612 612
613static const struct xchar_info xchar_info_oldlcd[] = { 613const struct xchar_info xchar_info_oldlcd[] = {
614 /* Standard ascii */ 614 /* Standard ascii */
615 { 0x20, 0, 0, 0x24 }, /* */ 615 { 0x20, 0, 0, 0x24 }, /* */
616 { 0x21, 0, 0, 0x25 }, /* ! */ 616 { 0x21, 0, 0, 0x25 }, /* ! */