Skip to content

Releases: lexus2k/ssd1306

Release 1.8.6

07 Sep 08:24
1c2c710

Choose a tag to compare

What's Changed

  • Added support for the 0.1USD Ch32v003 RISC-V MCU by @ldab in #164
  • Fix for fatal error: driver/gpio.h: No such file or directory by @Sidicer in #166
  • Font related changes. by @Sidicer in #165

Version 1.8.5 released

09 Mar 20:56

Choose a tag to compare

Changes:

  • Added Energia i2c implementation
  • Fixed ESP32 compilation

Version 1.8.3 is released

28 Oct 22:26

Choose a tag to compare

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

Version 1.8.2 is released

09 Feb 08:10

Choose a tag to compare

Changes:

  • Fixed ili9341 display initialization
  • Fixed ssd1306_clearScreen function

Version 1.8.1 is released

03 Jan 11:27

Choose a tag to compare

Updates:

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

Version 1.8.0 is released

11 Sep 01:00

Choose a tag to compare

  • Added Attiny84 suport

Version 1.7.22 is released

07 Aug 10:18

Choose a tag to compare

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.

Version 1.7.21 is released

26 Jul 11:19

Choose a tag to compare

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

Version 1.7.20 is released

26 May 02:20

Choose a tag to compare

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

Version 1.7.18 is released

31 Mar 23:05

Choose a tag to compare

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