bitbank2 / OneBitDisplay

A full featured Arduino display library for 1-bit per pixel OLED, LCD and e-paper displays
Apache License 2.0
195 stars 21 forks source link

bugfix odbPower() in header definition #6

Closed cyberman54 closed 4 years ago

bitbank2 commented 4 years ago

oops - you're right

cyberman54 commented 4 years ago

@bitbank2 Sorry, but you did not get the point. Function prototype in .h does not match function in .cpp (int vs. uint8_t). Thus, the lib does not compile.