From 0e7a4b391b15f5e7fb9ef40a0c90176b9bc1946d Mon Sep 17 00:00:00 2001 From: mverch67 Date: Thu, 16 May 2024 15:27:57 +0200 Subject: [PATCH] support SHCHV 3.5 RPi TFT+Touchscreen --- bin/config-dist.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/config-dist.yaml b/bin/config-dist.yaml index 333d6eadc..1f6c91a42 100644 --- a/bin/config-dist.yaml +++ b/bin/config-dist.yaml @@ -111,6 +111,16 @@ Display: # Height: 320 # 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 + Touchscreen: ### Note, at least for now, the touchscreen must have a CS pin defined, even if you let Linux manage the CS switching.