mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
Cherrry pick bin/config-dist.yml from TFT-GUI-Work (#5168)
* support SHCHV 3.5 RPi TFT+Touchscreen * add TZT 2.0inch ST7789 config --------- Co-authored-by: mverch67 <manuel.verch@gmx.de>
This commit is contained in:
parent
3c8ca39eff
commit
195f109ef7
@ -115,6 +115,29 @@ Display:
|
|||||||
# Height: 320
|
# Height: 320
|
||||||
# Rotate: true
|
# Rotate: true
|
||||||
|
|
||||||
|
### SHCHV 3.5 RPi TFT+Touchscreen
|
||||||
|
# Panel: ILI9486
|
||||||
|
# spidev: spidev0.0
|
||||||
|
# BusFrequency: 30000000
|
||||||
|
# DC: 24
|
||||||
|
# Reset: 25
|
||||||
|
# Width: 320
|
||||||
|
# Height: 480
|
||||||
|
# OffsetRotate: 2
|
||||||
|
|
||||||
|
### TZT 2.0 Inch TFT Display ST7789V 240RGBx320
|
||||||
|
# Panel: ST7789
|
||||||
|
# spidev: spidev0.0
|
||||||
|
# # CS: 8 # can be freely chosen
|
||||||
|
# BusFrequency: 80000000
|
||||||
|
# DC: 24 # can be freely chosen
|
||||||
|
# Width: 320
|
||||||
|
# Height: 240
|
||||||
|
# Reset: 25 # can be freely chosen
|
||||||
|
# Rotate: true
|
||||||
|
# OffsetRotate: 1
|
||||||
|
# Invert: true
|
||||||
|
|
||||||
### You can also specify the spi device for the display to use
|
### You can also specify the spi device for the display to use
|
||||||
# spidev: spidev0.0
|
# spidev: spidev0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user