docs: add waveshare 5b bring-up checklist

This commit is contained in:
2026-06-09 15:23:15 -06:00
parent 16db75f41c
commit a93280fce3
5 changed files with 126 additions and 0 deletions
+14
View File
@@ -203,3 +203,17 @@ For v1, the dashboard should consume:
- Alarm/fault state
The dashboard may request output changes through the Cargo ESP API, but the Cargo ESP remains the source of truth.
## Waveshare 5B Bring-Up
Use `docs/waveshare-5b-bringup-checklist.md` when the Waveshare ESP32-S3 Touch LCD 5B arrives.
First priority is standalone validation:
- USB/serial detection
- Display output
- Touch input
- Correct 1024x600 target
- Basic LVGL/demo functionality
Second priority is Cargo ESP API integration over WiFi using `/api/v1`.