Closed alunmorris closed 7 months ago
The default for AVR is to disable the back buffer since it has so little RAM. The set pixel function will not work without a back buffer since the minimum write size is 1 byte (8 pixels). P.S. This library is deprecated; OneBitDisplay is my currently supported library.
Thanks. Will look at OneBitDisplay.
Platform: Windows 10. Arduino 2.3.2
I tried the "Small Simple OLED library demo for AVR platform" example.
The text prints fine in loop() but no pixels are drawn. Also oledInit() returns -1.
Tried with a nano board and an ATTINY1604. Tried with Arduino 1.8.3.