espressif/esp_lcd_st77903_qspi

uploaded 4 months ago
ESP LCD ST77903 QSPI
# ChangeLog

## v0.4.1- 2024-05-09

### Enhancements:

* Upload the driver to the espressif repository
* Update test_apps
* use `xPortInIsrContext()` to check whether the function is called in the ISR

### bugfix

* Fix the non-reentrant of the `lcd_write_cmd` function

## v0.4.0- 2024-01-30

### Enhancements:

* Retain the RGB interface driver in the esp-iot-solution repository, and keep only the QSPI interface driver in this repository

## v0.3.1 - 2023-11-03

### bugfix

* Fix the missing check of flags `auto_del_panel_io` and `mirror_by_cmd` for RGB interface
* Remove LCD command  `29h` from the initialization sequence for QSPI interface

## v0.3.0 - 2023-09-08

### Enhancements:

* Implement the driver for the ST77903 LCD controller
* Support QSPI and RGB interface

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/esp_lcd_st77903_qspi^0.4.1"

or download archive

Stats

  • Archive size
    Archive size: 35.02 KB
  • Downloaded in total
    Downloaded in total 21 times
  • Downloaded this version
    This version: 15 times

Badge

espressif/esp_lcd_st77903_qspi version: 0.4.1
|