Breacher
(Daniel)
1
Hello, i have a problem to get my OLED work.
First, i am a Noob about this.
My Setup RPi4 and :
RST = GPIO13
CS = GPIO24
DC = GPIO22
SDA = GPIO19
SCL = GPIO23
GND = GPIO6
VCC = GPIO1
My Code :
clk_pin: GPIO23
mosi_pin: GPIO19
display:
- platform: sh1107_spi
model: SH1107 128x128
cs_pin: GPIO24
dc_pin: GPIO22
reset_pin: GPIO13
lambda: it.print(0, 0, id(font), "Hello World!");**```
The Code was in YAML under Config.
German Language welcome!
Karosm
(Karosm)
2
Can you explain what kind of setup you have and post your whole yaml.
Breacher
(Daniel)
3
Hi, only an RPi4 2GB and a Fan Head.
The OLED Pins are above Connected.
Where i cant Find the Full YAML?
Breacher
(Daniel)
5
Oh, you mean Software too.
With USB Zigbee Dongle.
I have HACS, Zigebee2MQTT, MQTT Broker, Advanced SSH and ESPHome.
Karosm
(Karosm)
6
Esphome is firmware running on ESP microcontroller.
If your display is connected directly on your RPi4, you are posting on wrong category.