Fix number typos in the Euro charmap and the charmap demo code.

This commit is contained in:
mmdolze
2009-12-15 21:40:32 +00:00
parent 040d66ff7e
commit 191e339450
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ const unsigned char HD44780_euro_charmap[] = {
216, 217, 218, 219, 220, 221, 222, 223,
/* #224 */
224, 225, 226, 227, 228, 229, 230, 231,
232, 233, 234, 245, 236, 237, 238, 239,
232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247,
248, 249, 250, 251, 252, 253, 254, 255
};
+1 -1
View File
@@ -566,7 +566,7 @@ void menuscreen_create_testmenu(void) {
216, 217, 218, 219, 220, 221, 222, 223, '\t',
/* #224 */
224, 225, 226, 227, 228, 229, 230, 231, '\t',
232, 233, 234, 245, 236, 237, 238, 239, '\t',
232, 233, 234, 235, 236, 237, 238, 239, '\t',
240, 241, 242, 243, 244, 245, 246, 247, '\t',
248, 249, 250, 251, 252, 253, 254, 255, '\0'
};