Properly implement Key loading

This commit is contained in:
2024-11-22 10:36:27 -05:00
parent 28e9124c09
commit d7cc8d67e6
2 changed files with 5 additions and 1 deletions

View File

@@ -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: