Author | Rob Hamerling, Copyright © 2014..2014, all rights reserved. |
Adapted-by | |
Compiler | 2.4q2 |
Fonts for TM1638 The bits are displayed by mapping below -- 0 -- | | 5 1 -- 6 -- 4 2 | | -- 3 -- .7
No dependency found
const byte _TM1638_MINUS = 0b01000000
const byte _TM1638_NUMBER_FONT[] = { 0b00111111,
const byte _TM1638_ASCII_FONT[] = { 0b00000000,
const byte _TM1638_MINUS = 0b01000000
const byte _TM1638_NUMBER_FONT[] = { 0b00111111,
definition for standard hexadecimal numbers
const byte _TM1638_ASCII_FONT[] = { 0b00000000,
definition for the ASCII chars (space to del)