Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: charmap.h
- Revision:
- 1:009c799bb5d1
- Parent:
- 0:1d2b7ae1269a
--- a/charmap.h Tue May 07 13:44:48 2019 +0000 +++ b/charmap.h Thu May 09 17:09:02 2019 +0000 @@ -1,41 +1,42 @@ -const uint32_t SegTable[15][3] = { - {0b00000000,0b00000000,0b00000000}, // all off - {0b00000000,0b00000011,0b00111111}, // 0 - {0b00000000,0b00000000,0b00001100}, // 1 - {0b00000000,0b00001101,0b00110111}, // 2 - {0b00000000,0b00001100,0b00111111}, // 3 - {0b00000000,0b00001110,0b00001100}, // 4 - {0b00000000,0b00001110,0b00111011}, // 5 - {0b00000000,0b00001111,0b00111011}, // 6 - {0b00000000,0b00000000,0b00001111}, // 7 - {0b00000000,0b00001111,0b00111111}, // 8 - {0b00000000,0b00001110,0b00111111}, // 9 - {0b00000000,0b00001111,0b00001111}, // A - {0b00000000,0b00001111,0b00111111}, // B - {0b00000000,0b00000011,0b00110011}, // C - {0b00000000,0b00000011,0b00111111}, // D - {0b00000000,0b00001111,0b00110011}, // E - {0b00000000,0b00001111,0b00000011}, // F - {0b00000000,0b00001011,0b00111011}, // G - {0b00000000,0b00001111,0b00001100}, // H - {0b00000000,0b00000000,0b00000000}, // I* - {0b00000000,0b00000000,0b00111100}, // J - {0b00000000,0b00000000,0b00000000}, // K* - {0b00000000,0b00000011,0b00110000}, // L - {0b00000000,0b00000000,0b00000000}, // M* - {0b00000000,0b00000000,0b00000000}, // N* - {0b00000000,0b00000011,0b00111111}, // O - {0b00000000,0b00001111,0b00000111}, // P - {0b00000000,0b00000000,0b00000000}, // Q* - {0b00000000,0b00000000,0b00000000}, // R* - {0b00000000,0b00001110,0b00111011}, // S - {0b00000000,0b00000000,0b00000000}, // T - {0b00000000,0b00000011,0b00111100}, // U - {0b00000000,0b00000000,0b00000000}, // V* - {0b00000000,0b00000000,0b00000000}, // W* - {0b00000000,0b00000000,0b00000000}, // X* - {0b00000000,0b00000000,0b00000000}, // Y* - {0b00000000,0b00000000,0b00000000} // Z* +const uint32_t SegTable[40][3] = { + {0b00000000,0b00000000,0b00000000}, // all off 0 + {0b00000000,0b00000011,0b00111111}, // 0 1 + {0b00000000,0b00000000,0b00001100}, // 1 2 + {0b00000000,0b00001101,0b00110111}, // 2 3 + {0b00000000,0b00001100,0b00111111}, // 3 4 + {0b00000000,0b00001110,0b00001100}, // 4 5 + {0b00000000,0b00001110,0b00111011}, // 5 6 + {0b00000000,0b00001111,0b00111011}, // 6 7 + {0b00000000,0b00000000,0b00001111}, // 7 8 + {0b00000000,0b00001111,0b00111111}, // 8 9 + {0b00000000,0b00001110,0b00111111}, // 9 10 + {0b00000000,0b00001111,0b00001111}, // A 11 + + {0b00000000,0b00001111,0b00111111}, // B 12 + {0b00000000,0b00000011,0b00110011}, // C 13 + {0b00000000,0b00000011,0b00111111}, // D 14 + {0b00000000,0b00001111,0b00110011}, // E 15 + {0b00000000,0b00001111,0b00000011}, // F 16 + {0b00000000,0b00001011,0b00111011}, // G 17 + {0b00000000,0b00001111,0b00001100}, // H 18 + {0b00000000,0b00000000,0b00000000}, // I* 19 + {0b00000000,0b00000000,0b00111100}, // J 20 + {0b00000000,0b00000000,0b00000000}, // K* 21 + {0b00000000,0b00000011,0b00110000}, // L 22 + {0b00000000,0b00000000,0b00000000}, // M* 23 + {0b00000000,0b00000000,0b00000000}, // N* 24 + {0b00000000,0b00000011,0b00111111}, // O 25 + {0b00000000,0b00001111,0b00000111}, // P 26 + {0b00000000,0b00000000,0b00000000}, // Q* 27 + {0b00000000,0b00000000,0b00000000}, // R* 28 + {0b00000000,0b00001110,0b00111011}, // S 29 + {0b00000000,0b00000000,0b00000000}, // T 30 + {0b00000000,0b00000011,0b00111100}, // U 31 + {0b00000000,0b00000000,0b00000000}, // V* 32 + {0b00000000,0b00000000,0b00000000}, // W* 33 + {0b00000000,0b00000000,0b00000000}, // X* 34 + {0b00000000,0b00000000,0b00000000}, // Y* 35 + {0b00000000,0b00000000,0b00000000} // Z* 36 }; \ No newline at end of file