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-07
- Revision:
- 0:1d2b7ae1269a
- Child:
- 1:009c799bb5d1
File content as of revision 0:1d2b7ae1269a:
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* };