Ssd1306 Versions Save

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

v1.8.5

2 months ago

Changes:

  • Added Energia i2c implementation
  • Fixed ESP32 compilation

v1.8.3

2 years ago

Updates:

  • Fixed font generator
  • Fix drawBitmap1 for Attiny85 #108
  • Added Thinary-megaavr support
  • CMakeLists support for ESP32 / Host system
  • Fix for SAMD Board package 1.8.10 version
  • Second wire interface support #126
  • esp spi issue fix #131
  • Hot fix for ESP32 #132

v1.8.2

4 years ago

Changes:

  • Fixed ili9341 display initialization
  • Fixed ssd1306_clearScreen function

v1.8.1

4 years ago

Updates:

  • Fixed compilation issue for gcc Linux
  • Fixed i2c for Attiny84 software implementation: #95

v1.8.0

4 years ago
  • Added Attiny84 suport

v1.7.22

4 years ago

The changes:

  • Fixed/updated font compiler
  • Added support for ssd1325/ssd1327 lcd displays
  • Added 2 new functions to work with 4-bit grayscale buffers and bitmaps
  • Added 4-bit graphics support to canvas.

v1.7.21

4 years ago
  • Reduced binary code footprint
  • ESP32 spi speed is greatly improved
  • Fixed component.mk file for esp32
  • Fixed st7735 driver for 128x160 display.

v1.7.20

4 years ago

The changes:

  • Added support of larger fonts for menu in built-in menu
  • Added standard ascii font 8x16
  • Added API to draw progress bar
  • Fixed initialization for ST7735 displays
  • Fixed built-in SPI implementation for Atmega2560/Atmega1280
  • Fixed Arduino Due compilation
  • Fixed issue related to Arduboy hardware emulator
  • Fixed issue with freetype fonts

v1.7.18

5 years ago

The changes:

  • Ported SDL emulator from 2.0.0 version (Fixed bugs in SDL emulator)
  • Refactoring i2c/spi layers (thanks to montaguk)
  • Fixed compilation warnings for esp32
  • Scrolling support in console mode for ssd1306 displays
  • Fixed compilation for Attiny85

v1.7.16

5 years ago
  • Added XBMP format support (check documentation)
  • SSD1351 oled speed is improved by 10%
  • Added ssd1306 128x64 display init line for Nano Pi (thanks to comarius)