qwrtyuo
This commit is contained in:
@@ -28,7 +28,8 @@ int draw() {
|
||||
Paint_Clear(WHITE);
|
||||
const char *confName = "default";
|
||||
GoString confStr = {confName, strlen(confName)};
|
||||
Paint_DrawString(5, 5, getCode(confStr).p, &Font24, WHITE, BLACK);
|
||||
const char *code = getCode(confStr);
|
||||
Paint_DrawString(5, 5, code, &Font24, WHITE, BLACK);
|
||||
|
||||
DEV_Delay_ms(5000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user