Library of OLED modules connect with SSD1306(I2C bus) for Arduino IDE
Feb 12, 2018
SSD1306_I2C 1.0.0 (zip file)
This library is OLED modules connect with SSD1306(I2C bus) driver for Arduino IDE(Arduino/AVR).
- First constrast instance of class SSD1306_I2C.
- Next call Initialize(1);
- Then draw with DrawPixel(); to framebuffer.
- Finally call Refresh(); to display from framebuffer.