Skip to content

Releases: esp-arduino-libs/ESP32_Display_Panel

Release v0.1.3

14 Jun 13:56
b1fb5bc
Compare
Choose a tag to compare

What's Changed

Enhancements:

Bugfixes:

  • fix(version): fix version mismatch
  • fix(docs): update files related to version and board M5CORE2

New Contributors

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

01 Jun 15:12
Compare
Choose a tag to compare

v0.1.2 - 2024-06-01

Enhancements:

  • feat(config): add version control for all configuration files by @Lzw655 (#32)
  • feat(touch): add i2c st1633 by @Lzw655 (#22)
  • feat(pre-commit): support to check file versions

Bugfixes:

  • fix(docs): fix broken links in 'Panel Test Example' README by @lboue (#27)
  • fix(config): fix wrong header order by @Lzw655 (#35)

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

16 May 05:37
4a7d5a0
Compare
Choose a tag to compare

v0.1.1 - 2024-05-16

Enhancements:

  • feat(touch): add spi xpt2046 by @Lzw655 (#21)
  • feat(config): add new IO expander CH422G

Bugfixes:

Release v0.1.0

23 Mar 15:21
Compare
Choose a tag to compare

v0.1.0 - 2024-03-07

Breaking changes:

  • Restructure the driver framework based on arduino-esp32 v3 version and is not compatible with the v2 version
  • Add and modify some APIs for bus, LCD and touch object classes
  • Temporarily remove Kconfig and test_apps, which are used for ESP-IDF. Remove action build_test.
  • Support using independent drivers instead of the entire ESP_Panel. In this case, users don't need to enter the ESP32_Display_Panel folder and copy ESP_Panel_Conf_Template.h.

Enhancements:

  • Add new bus type: QSPI
  • Add new LCD controllers: GC9B71, NV3022B, ST7701, ST7789V, ST77916, ST77922
  • Add new touch controllers: ST7123
  • Add new supported boards: ESP32-4848S040C_I_Y_3
  • Add LCD and Touch examples for using standalone drivers
  • LCD supports to reconfigure the vendor specific initialization sequence
  • Touch supports to use ISR pin for interruption
  • LVLG examples support RGB LCD avoid tearing function
  • Update all README.md files and add FAQ section

Release v0.0.2

15 Nov 03:23
Compare
Choose a tag to compare

v0.0.2 - 2023-11-09

Enhancements:

  • Move extra boards configuration into panel
  • Update all README.md files
  • Add Squareline porting examples

Release v0.0.1

07 Oct 02:12
Compare
Choose a tag to compare

v0.0.1 - 2023-09-20

Enhancements:

  • Supports various Espressif official development boards
  • Supports custom boards
  • Supports multiple types of drivers, including Bus, LCD, Touch, Backlight