Description
Hello,
Hello, I purchased a Louder-ESP32-S3 with an external antenna on Tindie.
I do not have an optional Ethernet port connected.
I am using Squeezelite.
1. I managed to connect a KU-040 rotary encoder and make it work properly with Squeezelite
- CLK on GPIO 12 SPI CLK,
- DT on GPIO 11 SPI MOSI,
- SW on GPIO10
Squeezelite NVS Editor --> Rotary_config --> A=11,B=12,SW=10,volume,longpress
For your information, a short press = Play/Pause, rotating left/right increases the volume.
A long press changes the mode, rotating left/right selects the previous/next track.
2. I am now trying to connect a 2.8" ST7789 240x320 display, but I can't find some pins mentioned in your documentation, especially PIN 37 OLED SPI DC!!! Where is this PIN 37 located? Similarly, I cannot find PIN RGBOUT 9 anywhere!
Could you please tell me where PIN 37 and RGBOUT 9 are located and confirm that my connection diagram is correct?
Thank you for this very nice project, even though I’m struggling to identify the pins I need! 😊
GND -->GND
VCC --> 3.3V
SCL (SPI CLK) --> OLED SPI CLK GPIO 12 (Shared with encoder)
SDA (SPI MOSI) --> OLED SPI MOSI GPIO 11 (Shared with encoder)
RST (Reset) --> OLED RST GPIO 38
**DC (Data/Command) --> ???? GPIO 37**
CS (Chip Select) --> OLED SPI CS GPIO 39
BL (Backlight) --> Not connected