Author | Rob Hamerling, Copyright © 2014..2014, all rights reserved. |
Adapted-by | |
Compiler | 2.4q3 |
Fonts for MAX7219 7-segment displays. Only a (hexa)numeric font is supported (chars 0123456789abcdef). The MAX7219 has a 'reversed' bit representation of the segments than usual (compared to TM1638/40 and others), see the mapping below: . -- 6 -- | | 1 5 | | -- 0 -- | | 2 4 | | -- 3 -- .7
No dependency found
const byte _MAX7219_MINUS = 0b00000001
minus / hyphen
const byte _MAX7219_NUMBER_FONT[] = { 0b01111110,
definition for standard (hexa)decimal numbers