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 |