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

Sudden errors #8

Closed GreyArea1966 closed 5 years ago

GreyArea1966 commented 5 years ago

Dunno if this is related to antman2's issue from a couple weeks ago, but getting huge error list - telling me things like "oledFill" now needs two parameters instead of one.

How do I get around this?

bitbank2 commented 5 years ago

I added some features to 2.0.0 and one of them was delayed rendering. It means you must add an additional parameter (render to display or just to memory). This applies to all of the functions. I also added a horizontal scroll offset to the text drawing function. Please see the .H file for the function prototypes and the new demo code.