Releases: lexus2k/lcdgfx
Releases · lexus2k/lcdgfx
Version 1.1.6
What's Changed
- Adding a library.json file to fix platformio for ESP-IDF by @MiguelBarro in #110
- Fix integer overflow for framerates less than 4 fps by @dlitz in #114
- Raspberry Pi Pico HAL by @simon-77 in #117
- Fix convert from UTF-8 to Unicode by @cwl769 in #123
- added invertMode and normalMode by @lukkass222 in #127
- Define CONFIG_ESP32_SPI_AVAILABLE if ESP32 is defined by @reconbot in #131
- Fix esp8266_spi compilation by @jonware in #135
Version 1.1.5 is released
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
Changes:
- ESP32 compilation fix
- Canvas capabilities improvements
Version 1.1.2 is released
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
- 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
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
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
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
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
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.