wonho-maker / Adafruit_SH1106

Adafruit graphic library for SH1106 dirver lcds.
Other
162 stars 93 forks source link

Fix dim( ) function #3

Open TMSL opened 7 years ago

TMSL commented 7 years ago

The dim( ) function was commented out, but I found that the function works on my SH1106 1.3" OLED board if the function is restored and a small fix made to the Adafruit_1106.cpp to define the input parameter as boolean.

leshkinski commented 6 years ago

I just tested this on my cheap SH1106 display and it worked perfectly. Would be great to enable this functionality for all the rest :)