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.
charmap.h
- Committer:
- kechbs
- Date:
- 2019-05-09
- Revision:
- 1:009c799bb5d1
- Parent:
- 0:1d2b7ae1269a
File content as of revision 1:009c799bb5d1:
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 };