Skip to content

Release v0.1.5

Compare
Choose a tag to compare
@Lzw655 Lzw655 released this 16 Jul 06:43
· 58 commits to master since this release
289d357

v0.1.5 - 2024-07-16

Enhancements:

  • feat(gt911): support set I2C address by using RST and INT pins
  • feat(lvgl_port): set the lvgl task to run on the same core as the Arduino task by default
  • feat(board): increase the RGB pclk frequency to 26MHz for ESP32_4848S040C_I_Y_3
  • feat(board): add new board elecrow: CROWPANEL_7_0 by @lboue (#71)
  • feat(conf): add connection comments for the RGB pins in ESP_Panel_Board_Custom.h (#58, #68)

Bugfixes:

  • fix(panel): init expander host with correct macro (#65)
  • fix(panel): don't reset the LCD if the bus is RGB bus and the ESP_PANEL_LCD_FLAGS_AUTO_DEL_PANEL_IO is enabled
  • fix(examples): fix lvgl port rotation issue when enabling avoid tearing by @NecroMancer05
  • fix(pre-commit): switch to Python 3 for pre-commit @lboue (#70)
  • fix(docs): specify lvgl version >= v8.3.9 and < 9
  • fix(docs): update board ESP32-S3-BOX-3 & ESP32-S3-BOX-3B

New Contributors

  • @lboue made their first contribution in #70

Full Changelog: v0.1.4...v0.1.5