Add charging icon

This commit is contained in:
suchmememanyskill
2021-01-08 19:32:06 +01:00
parent 99c2abeaf3
commit 981e5435ea
4 changed files with 22 additions and 10 deletions

View File

@@ -160,8 +160,10 @@ int newMenu(Vector_t* vec, int startIndex, int screenLenX, int screenLenY, u8 op
break;
}
}
else
else {
holdTimer = 300;
gfx_printTopInfo();
}
}
lastPress = get_tmr_ms();