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>
This commit is contained in:
2026-07-17 19:39:13 +07:00
co-authored by Claude Opus 4.8
parent 074bc99875
commit 906adaddfe
3 changed files with 36 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <Arduino.h>
void displayBegin();
void displaySplash(const char* line1, const char* line2);