ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.99k stars 637 forks source link

setContrast and setBrightness causes off/on (flicker) #309

Closed JohnboyK closed 3 years ago

JohnboyK commented 3 years ago

I am using SH1106Wire.h with I2C SSD1306Brzo.h

To avoid hard switch on/off at night, I tried to slowly increase brightnes by a loop with increasing percentages from 10 to 100 percent. But with every call of setContrast or setBrightness the display is SWITCH OFF/DARK and then switched on according the new brightness. This causes a flickering. Is there a hint to change brightness without this switch off/on that it seems dimming? If not a similar feature would be great that enables such functionality.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.