summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index f9eb53c433..fa71617fbf 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -268,14 +268,14 @@ static const unsigned char lcd_ascii[] = {
268 0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f, 268 0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,
269 0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77, 269 0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,
270 0x78,0x79,0x7a,0x7b,0x7c,0x7d,0x7e,0x7f, 270 0x78,0x79,0x7a,0x7b,0x7c,0x7d,0x7e,0x7f,
271 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 271 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,
272 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 272 0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,
273 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 273 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,
274 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 274 0x98,0x99,0x9a,0x9b,0x9c,0x9d,0x9e,0x9f,
275 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 275 0xa0,0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,
276 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 276 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
277 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 277 0xb0,0xb1,0xb2,0xb3,0xb4,0xb5,0xb6,0xb7,
278 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 278 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
279 0x41,0x41,0x41,0x41,0x41,0x41,0x20,0x43, 279 0x41,0x41,0x41,0x41,0x41,0x41,0x20,0x43,
280 0x45,0x45,0x45,0x45,0x49,0x49,0x49,0x49, 280 0x45,0x45,0x45,0x45,0x49,0x49,0x49,0x49,
281 0x44,0x4e,0x4f,0x4f,0x4f,0x4f,0x4f,0x20, 281 0x44,0x4e,0x4f,0x4f,0x4f,0x4f,0x4f,0x20,
@@ -305,14 +305,14 @@ static const unsigned char lcd_ascii[] = {
305 0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73, 305 0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,
306 0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x7b, 306 0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x7b,
307 0x7c,0x7d,0x7e,0x24,0x24,0x24,0x24,0x24, 307 0x7c,0x7d,0x7e,0x24,0x24,0x24,0x24,0x24,
308 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 308 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,
309 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 309 0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,
310 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 310 0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,
311 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 311 0x98,0x99,0x9a,0x9b,0x9c,0x9d,0x9e,0x9f,
312 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 312 0xa0,0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,
313 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 313 0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,
314 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 314 0xb0,0xb1,0xb2,0xb3,0xb4,0xb5,0xb6,0xb7,
315 0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24, 315 0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,
316 0x45,0x45,0x45,0x45,0x45,0x45,0x24,0x47, 316 0x45,0x45,0x45,0x45,0x45,0x45,0x24,0x47,
317 0x49,0x49,0x49,0x49,0x4d,0x4d,0x4d,0x4d, 317 0x49,0x49,0x49,0x49,0x4d,0x4d,0x4d,0x4d,
318 0x48,0x52,0x53,0x53,0x53,0x53,0x53,0x24, 318 0x48,0x52,0x53,0x53,0x53,0x53,0x53,0x24,
@@ -337,7 +337,7 @@ void lcd_puts(int x, int y, char *string)
337{ 337{
338 lcd_write(true,LCD_CURSOR(x,y)); 338 lcd_write(true,LCD_CURSOR(x,y));
339 while (*string && x++<11) 339 while (*string && x++<11)
340 lcd_write(false,lcd_ascii[*string++]); 340 lcd_write(false,lcd_ascii[*(unsigned char*)string++]);
341} 341}
342 342
343void lcd_define_pattern (int which,char *pattern,int length) 343void lcd_define_pattern (int which,char *pattern,int length)