adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.74k stars 963 forks source link

dim() only works with SSD1306_EXTERNALVCC not with SSD1306_SWITCHCAPVCC #233

Open stolk opened 2 years ago

stolk commented 2 years ago

If I add a display.dim(true) call to the example code, nothing changes.

Only if I switch from SSD1306_SWITCHCAPVCC to SSD1306_EXTERNALVCC the call starts working.

Controller: Espressif ESP32-C3 devkit M1.

Display: 128x64 2.42"

IDE: Nightly build of Arduino IDE.

ElectroBoy404NotFound commented 2 years ago

I think trying it once on an arduino should'nt hurt (atleast if you have one)?