We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I think trying it once on an arduino should'nt hurt (atleast if you have one)?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: