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

@@ -3,4 +3,4 @@
#pragma once
// Runs the render loop: reads UART, animates, and draws output
void render_loop();
void render_loop(int speed);