Open stolk opened 2 years ago
If I add a display.dim(true) call to the example code, nothing changes.
display.dim(true)
Only if I switch from SSD1306_SWITCHCAPVCC to SSD1306_EXTERNALVCC the call starts working.
SSD1306_SWITCHCAPVCC
SSD1306_EXTERNALVCC
Controller: Espressif ESP32-C3 devkit M1.
Display: 128x64 2.42"
IDE: Nightly build of Arduino IDE.
I think trying it once on an arduino should'nt hurt (atleast if you have one)?
If I add a
display.dim(true)
call to the example code, nothing changes.Only if I switch from
SSD1306_SWITCHCAPVCC
toSSD1306_EXTERNALVCC
the call starts working.Controller: Espressif ESP32-C3 devkit M1.
Display: 128x64 2.42"
IDE: Nightly build of Arduino IDE.