adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.75k stars 964 forks source link

update 1306_128x64_i2c #210

Closed critchards closed 3 years ago

critchards commented 3 years ago

to play nice with platformio on vscode needs some more function declarations added 'void' to each function declaration added declaration for testanimate() in theory this shouldn't break anyone's code

critchards commented 3 years ago

silly error, made the calls into declarations. Will close and add the correct declarations and make a new PR.