wonho-maker / Adafruit_SH1106

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

Fix for dim( ) function #4

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. See pull request.