From a38bfb940dd55e8640a77af3c8e851d5f52e0aef Mon Sep 17 00:00:00 2001 From: Kevin <68612569+diyelectromusic@users.noreply.github.com> Date: Sun, 5 May 2024 15:15:59 +0100 Subject: [PATCH] Added more details to minidexed.ini about ST7789 and SPI options. --- src/minidexed.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/minidexed.ini b/src/minidexed.ini index 792ef58..f2421b2 100644 --- a/src/minidexed.ini +++ b/src/minidexed.ini @@ -56,10 +56,14 @@ SSD1306LCDRotate=0 SSD1306LCDMirror=0 # ST7789 LCD -# SPIBus=0 for any RPi (GPIO 10,11,8,7) +# SPIBus=0 for any RPi (GPIO 10,11,8,7). +# Note: Leave blank (default) if no SPI device required. # Select=0|1 for CE0 or CE1 # Data = GPIO pin number # Optional: Reset, Backlight = GPIO pin numbers +# Rotation=0,90,180,270 +# +# For a 240 wide display set LCDColumns=15 with LCDRows=2 SPIBus= ST7789Enabled=0 ST7789Data= @@ -68,6 +72,7 @@ ST7789Reset= ST7789Backlight= ST7789Width=240 ST7789Height=240 +ST7789Rotation=0 # Default is 16x2 display (e.g. HD44780) LCDColumns=16