mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
850f61d2d0
* Add support for loading yaml from a config directory * Add waveshare hats to the new config.d approach * Move to available.d for module inactive module configs
18 lines
372 B
YAML
18 lines
372 B
YAML
Display:
|
|
|
|
### Waveshare 2.8inch RPi LCD
|
|
Panel: ST7789
|
|
CS: 8
|
|
DC: 22 # Data/Command pin
|
|
Backlight: 18
|
|
Width: 240
|
|
Height: 320
|
|
Reset: 27
|
|
Rotate: true
|
|
Invert: true
|
|
|
|
Touchscreen:
|
|
### Note, at least for now, the touchscreen must have a CS pin defined, even if you let Linux manage the CS switching.
|
|
Module: XPT2046 # Waveshare 2.8inch
|
|
CS: 7
|
|
IRQ: 17 |