dashboard: replace lvgl demo with overland boot screen

This commit is contained in:
2026-06-09 21:46:59 -06:00
parent a0c00b161d
commit 90ac69ab9c
2 changed files with 115 additions and 55 deletions
+16
View File
@@ -36,3 +36,19 @@ Arduino IDE expects the primary `.ino` filename to match the folder name.
Current sketch path:
firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino
## Current Bring-Up Screen
The dashboard sketch now replaces the stock Waveshare LVGL demo with a simple Overland Controller boot/status screen.
Current screen shows:
- Overland Controller title
- Waveshare ESP32-S3 Touch LCD 5B hardware target
- 1024x600 display note
- `/api/v1` Cargo API base
- WiFi placeholder
- Touch test button
This is intentionally not connected to WiFi or the Cargo ESP yet.