ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms

MIT License

Stars
662
Committers
12

Bot releases are hidden (Show)

ssd1306 - Version 1.3.0 is released

Published by lexus2k almost 7 years ago

  • Added support for SH1106 oled display
  • Fixed a lot of functions for SSD1306 oled display
  • Reworked i2c and spi layers of the library (now it allows to use pins different from defaults, defined by library)
  • Added Digispark support (please, enable c++11/c99 standards for Digispark package)
  • 1.3.0 library uses new LCD initialization functions. Please refer to examples
ssd1306 - Version 1.2.5 is released

Published by lexus2k almost 7 years ago

  • Added draft spi support for ssd1306
  • Fixed NanoCanvas::fillRect()
  • Updated NanoCanvas::charF6x8()

Thanks to @scargill for the findings

ssd1306 - Version 1.2.3 is released

Published by lexus2k almost 7 years ago

  • Examples are updated to support ESP8266 also
ssd1306 - Version 1.2.2 is released

Published by lexus2k almost 7 years ago

  • ESP8266 support is added
ssd1306 - Version 1.2.1 is released

Published by lexus2k almost 7 years ago

  • Experimental support of PCD8544 based spi LCD is added (Nokia 5110 display)
ssd1306 - Version 1.1.3 is released

Published by lexus2k about 7 years ago

  • Fixed issue #3 Can't compile for Atmega328
ssd1306 - Version 1.1.2 is released

Published by lexus2k about 7 years ago

  • Fixed PCB layout for Z-keypad keyboard.
ssd1306 - Version 1.1.1 is released

Published by lexus2k about 7 years ago

  • Prepared for integration to library manager
ssd1306 - Version 1.1.0 is released

Published by lexus2k about 7 years ago

  • Added API to draw rectangles
  • Added API to draw vertical and horizontal lines
ssd1306 - Version 1.0.1 is released

Published by lexus2k about 7 years ago

  • Added menu items example
ssd1306 - Version 1.0.0 is released

Published by lexus2k about 7 years ago

  • Added API for creating and controlling menu
  • Library is moved partially to c-language (API is still the same).
  • Some fixes and examples updates.