Add map beating
This commit is contained in:
parent
2172fcedd1
commit
ea105ba3f3
6 changed files with 119 additions and 18 deletions
1
assets.h
1
assets.h
|
@ -172,6 +172,7 @@ uint16_t LCR_getFontChar(char c)
|
|||
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)
|
||||
case '#': _F( 5, 7,14,14,14,14,14,14,14,14) // used for "check"
|
||||
default: return 0; break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue