Skip to content

Releases: lexus2k/lcdgfx

Version 1.1.5 is released

05 Apr 18:33
Compare
Choose a tag to compare

The changes are:

  • Added RGB mode control API for ST7735
  • ESP32 IDF v5 compatibility
  • Fixing SPI compilation
  • Added setSelection for LcdGfx menu
  • Added rotate functions for 1-bit canvas

Version 1.1.4 is released

15 Feb 22:30
Compare
Choose a tag to compare

Changes:

  • ESP32 compilation fix
  • Canvas capabilities improvements

Version 1.1.2 is released

22 Jan 01:17
Compare
Choose a tag to compare

The changes:

  • Fixed compilation for ESP32
  • SSD1351 96x96 display support
  • Updated putPixel for 4-bit displays
  • Hot fix in SPI displays procedure initialization
  • ST7789 support is added (including TTGO T-Display)

Version 1.1.1 is released

06 Jun 22:31
Compare
Choose a tag to compare
  • Fixed display templates
  • Added GPIO read support for Linux
  • Added RGB/BGR mode support for SSD1351
  • Fixed ESP32 compilation for platformio

Version 1.1.0 is released

29 Mar 03:52
Compare
Choose a tag to compare

The changes:

  • Auto verification is moved to circle-ci
  • Fixed a lot of cppcheck warnings
  • Wio terminal support is added
  • Fixed script for generating fonts
  • Added print function for floating point numbers
  • Added ST7735S 80x160 display support
  • Added RGB/BGR modes for SSD1351 display

Version 1.0.6 is released

07 Dec 05:52
Compare
Choose a tag to compare

Updates:

  • Fixed cppcheck warnings
  • Added custom display support (refer to examples)
  • Thinary board support
  • Added simple GUI API (refer to examples)
  • Added CMake support
  • Fixed ESP8266 spi compilation
  • Added SH1107 displays support (first version)
  • Added drawCircle API for canvas

Version 1.0.5 is released

08 Jul 07:50
Compare
Choose a tag to compare

The changes:

  • Added easy support for custom interfaces
  • Added ESP8266 RTOS SDK support
  • Improved ssd1351 emulator
  • Added screen rotation feature for ssd1351 display
  • Fixed sh1106 display support
  • MacOS support in emulation mode (Thanks to enekochan)
  • Updated font generating scripts

Version 1.0.3 is released

08 Mar 15:46
Compare
Choose a tag to compare

The changes are

  • Added setOffset() method for ST7735 displays (it will be very helpful for displays with non-standard col and row connections)

Version 1.0.2 is released

09 Feb 08:21
Compare
Choose a tag to compare

Changes:

  • Added i2c read support to software implementation
  • Added method to print numbers on the display
  • Fixed reset sequence for ili9341
  • Fixed bug in clear() method.

Version 1.0.1 is released

03 Jan 11:36
Compare
Choose a tag to compare

The changes:

  • Attiny84 boards support is added
  • Reworked makefiles
  • Fixed issue with ssd1331 x8 emulator
  • Added clang support
  • Fixed esp32 spi compilation
  • Fixed software i2c implementation