Properly implement Key loading
This commit is contained in:
@@ -37,6 +37,7 @@ int computeWidth(char* text, sFONT *font) {
|
||||
return (font->Width) * strlen(text);
|
||||
}
|
||||
|
||||
//TODO Put display to sleep after
|
||||
void code(UWORD *blackImage, char* confName) {
|
||||
int ch;
|
||||
codeLoop:
|
||||
|
||||
Reference in New Issue
Block a user