Start HUD
This commit is contained in:
parent
6d31c3c492
commit
b177e924dd
5 changed files with 78 additions and 12 deletions
10
assets.h
10
assets.h
|
@ -126,8 +126,18 @@ uint16_t LCR_getFontChar(char c)
|
|||
case 'X': case 'x': _F(12,15, 3, 4, 6, 9, 9, 9, 9, 9)
|
||||
case 'Y': case 'y': _F(12, 6, 9, 7, 8, 8, 8, 8, 8, 8)
|
||||
case ':': _F( 4, 8, 8, 8, 8, 8, 8, 8, 8, 8)
|
||||
case '!': _F( 1, 8, 8, 8, 8, 8, 8, 8, 8, 8)
|
||||
case '?': _F( 0, 2, 9, 6, 7, 7, 7, 7, 7, 7)
|
||||
case ';': _F( 0, 7, 7, 7, 7, 7, 7, 7, 7, 7)
|
||||
case '.': _F( 8, 8, 8, 8, 8, 8, 8, 8, 8, 8)
|
||||
case ',': _F( 7, 7, 7, 7, 7, 7, 7, 7, 7, 7)
|
||||
case '-': _F( 4, 6, 6, 6, 6, 6, 6, 6, 6, 6)
|
||||
case '\'': _F( 5, 5, 5, 5, 5, 5, 5, 5, 5, 5)
|
||||
case '"': _F( 1, 5, 5, 5, 5, 5, 5, 5, 5, 5)
|
||||
case '+': _F( 4, 6, 5, 7, 7, 7, 7, 7, 7, 7)
|
||||
case '_': _F( 8,10,10,10,10,10,10,10,10,10)
|
||||
case '|': _F( 5, 7, 7, 7, 7, 7, 7, 7, 7, 7)
|
||||
case '=': _F( 4, 6, 0, 2, 2, 2, 2, 2, 2, 2)
|
||||
default: return 0; break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue