1
0
forked from me/IronOS

even a bit less code

This commit is contained in:
discip
2022-01-08 17:38:38 +01:00
committed by GitHub
parent 4989a030d5
commit 7db7a11787

View File

@@ -854,8 +854,6 @@ void startGUITask(void const *argument) {
for (int x = 0; x < 84; x++) {
idleScreenBGF[(row * 84) + x] = idleScreenBG[(row * 84) + (83 - x)];
}
}
for (int row = 0; row < 2; row++) {
for (int x = 0; x < 41; x++) {
disconnectedTipF[(row * 41) + x] = disconnectedTip[(row * 41) + (40 - x)];
}