Files
oskarvitaliiandClaude Opus 4.8 a0f96fc52d feat(display): boot icon carousel
On power-up, after the title splash the screen clears and each weather
icon slides in from the right to centre with its colour-coded label, then
slides out to the left — Fine, Fair, Changeable, Rain, Storm.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-25 12:48:28 +07:00

9 lines
259 B
C

#pragma once
#include <Arduino.h>
#include "state.h"
void displayBegin();
void displaySplash(const char* line1, const char* line2);
void displayDemo(); // boot animation: icons slide in one by one
void displayRender(const AppState& s);