Files
Arduino/WeatherPredictor/display_ui.h
T
oskarvitaliiandClaude Opus 4.8 906adaddfe feat: TFT display init and splash screen
Landscape 160x80 (rotation 3, no invert) per this panel.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 19:39:13 +07:00

6 lines
114 B
C

#pragma once
#include <Arduino.h>
void displayBegin();
void displaySplash(const char* line1, const char* line2);