Fix render issues with fonts

This commit is contained in:
Adolfo Reyna
2026-01-30 22:02:15 -05:00
parent e3445b545d
commit 436245a7a2
5 changed files with 30 additions and 17 deletions

View File

@@ -259,7 +259,7 @@ int main()
// Initialize standard I/O for debugging with timeout
// This prevents hanging when USB is not connected
stdio_init_all();
sleep_ms(5000); // Wait for USB connection (if present)
sleep_ms(100); // Wait for USB connection (if present)
printf("\n=== %s Demo ===\n", BOARD_NAME);
printf("Starting dual-core system...\n");