fix: adjust console window sizes for better display
Some checks failed
Build (3DS) / build (push) Failing after 2m2s

This commit is contained in:
2025-12-06 21:14:57 -06:00
parent 2ded2a5a00
commit ab9b766be3

View File

@@ -316,8 +316,8 @@ int main(int argc, char **argv)
/* Set console sizes. */
// (y-1) + (height) <= 30 (top screen only fits 30 lines)
consoleSetWindow(&topScreenLog, 1, 3, 50, 28);
consoleSetWindow(&topScreenInfo, 1, 1, 50, 2);
consoleSetWindow(&topScreenLog, 1, 4, 50, 27);
consoleSetWindow(&topScreenInfo, 1, 1, 50, 3);
consoleSelect(&bottomScreen);