split config now

This commit is contained in:
Priec
2025-11-14 10:13:59 +01:00
parent 1f5bc11ddd
commit 3e0018d1cb
9 changed files with 155 additions and 119 deletions

View File

@@ -0,0 +1,6 @@
// src/render/loop.h
#pragma once
// Runs the render loop: reads UART, animates, and draws output
void render_loop();