feat: integrate scheduler and full status display (landscape 160x80)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 20:18:36 +07:00
co-authored by Claude Opus 4.8
parent 4e53e7388f
commit 0a8dbe198d
4 changed files with 142 additions and 59 deletions
+2
View File
@@ -1,5 +1,7 @@
#pragma once
#include <Arduino.h>
#include "state.h"
void displayBegin();
void displaySplash(const char* line1, const char* line2);
void displayRender(const AppState& s);