bitbank2 / ss_oled

Simple and small library to control 1-bpp OLED displays (Linux + Arduino)
GNU General Public License v3.0
190 stars 34 forks source link

Bugfix ss_led.cpp (missing return value) #12

Closed cyberman54 closed 5 years ago

cyberman54 commented 5 years ago

Code does not compile due to missing return value in oledWriteSting()

bitbank2 commented 5 years ago

Thanks for catching that.