render speed

This commit is contained in:
Priec
2025-11-14 11:08:33 +01:00
parent a1c742c1cd
commit ebe03f42b6
5 changed files with 14 additions and 534 deletions

View File

@@ -22,5 +22,5 @@ int main(void) {
printf("Baud: %d, Format: 8-N-1\r\n", BAUD_RATE);
// Just call into render feature
render_loop();
render_loop(4);
}