Rdzleo 4547e9e732 适配ESP32-C3开发板成功
1、原有ESP32-S3功能基本实现,有些小Bug需要修复;
2、RAM内存不够导致Img界面图片显示画质不完整,并且当前未开启蓝牙功能,开机蓝牙功能后RAM内存压力加剧;
2026-02-12 15:45:36 +08:00

721 B

ChangeLog

v2.0.2 - 2025-12-10

Bugfix:

  • Fix draw_bitmap not propagating tx_color errors, preventing system deadlock on SPI transmission failures

v2.0.1 - 2025-11-12

  • Updated MIPI-DSI structs for IDF6

v2.0.0 - 2025-10-29

Changes:

  • Compatible with ESP-IDF v6.0
  • Add MIPI-DSI interface support

v1.0.1 - 2025-01-13

bugfix:

  • Fix issues of QSPI interface

v1.0.0 - 2024-08-12

Enhancements:

  • Component version maintenance, code improvement, and documentation enhancement

v0.0.1 - 2023-12-01

Enhancements:

  • Implement the driver for the ST77916 LCD controller
  • Support SPI and QSPI interface

v0.0.2 - 2023-12-15

Enhancements:

  • Fix issues of QSPI interface