// src/render/loop.h #pragma once // Runs the render loop: reads UART, animates, and draws output void render_loop(int speed);