Update display details and communication decision

This commit is contained in:
root
2026-06-03 01:26:49 -06:00
parent c2248a5f5a
commit 7d91fcc20a
2 changed files with 45 additions and 13 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
## Communications ## Communications
Primary: Primary:
- RS-485 - UART over CAT5 initially
Backup: Backup/Future:
- WiFi - RS-485 over CAT5 if UART proves unreliable
- WiFi HTTP API
## Dashboard ## Dashboard
+41 -10
View File
@@ -1,17 +1,48 @@
# Pico Pinout (Planned) # Pico Pinout (Planned)
Display: ## Display
- SPI Touchscreen
Communications: 3.5 inch SPI capacitive touchscreen
- RS-485 Interface
Inputs: Resolution:
- Touchscreen - 320x480
Future: Display Driver:
- Physical Wake Button - ST7796S
- Rotary Encoder
Touch Controller:
- FT6336U
Display Communication:
- SPI
Touch Communication:
- I2C
Voltage:
- 3.3V / 5V compatible
## Communications
Primary:
- UART over CAT5
Backup/Future:
- RS-485 over CAT5 if UART proves unreliable
- WiFi HTTP backup
## Inputs
- Capacitive touchscreen
## Outputs
- Active 5V buzzer for audible alarms
- Display backlight control if supported
## Future
- Physical wake button
- Status LED - Status LED
Final pin assignments pending touchscreen testing. Final pin assignments pending display wiring test.