Repaired font3x5_numbers_blocky: A 5 will now be shown as 5 instead of 9. m(

This commit is contained in:
Fabian Schlenz 2019-10-09 05:59:05 +02:00
parent b4aa711940
commit 416ab46f9b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const uint8_t font_numbers3x5_blocky_data[] PROGMEM = {
B10111, B10101, B11101, // 2
B10001, B10101, B11111, // 3
B11100, B00100, B11111, // 4
B11101, B10101, B11111, // 5
B11101, B10101, B10111, // 5
B11111, B10101, B10111, // 6
B10000, B10000, B11111, // 7
B11111, B10101, B11111, // 8