Releases: lexus2k/ssd1306
Releases · lexus2k/ssd1306
Version 1.8.5 released
Version 1.8.3 is released
Version 1.8.2 is released
Changes:
- Fixed ili9341 display initialization
- Fixed
ssd1306_clearScreen
function
Version 1.8.1 is released
Updates:
- Fixed compilation issue for gcc Linux
- Fixed i2c for Attiny84 software implementation: #95
Version 1.8.0 is released
- Added Attiny84 suport
Version 1.7.22 is released
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
- 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
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
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
Version 1.7.16 is released
- 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)