morris
|
a611b39254
|
lcd: update i80 lcd example to work with PSRAM
|
2022-01-14 11:35:34 +08:00 |
|
morris
|
c043c43247
|
lcd: gc9a01 meter example
We take the GC9A01 as an example to illustrate how to implement user's
own panel driver in their project folder, without making the esp-idf
dirty.
|
2021-12-01 22:22:19 +08:00 |
|
Roland Dobai
|
766aa57084
|
Build & config: Remove leftover files from the unsupported "make" build system
|
2021-11-11 15:32:36 +01:00 |
|
morris
|
e09e39c94f
|
lcd: unify callback prototype
|
2021-10-02 14:23:31 +08:00 |
|
Yu Zhe
|
64045ea9f4
|
lcd: add lvgl demo ui
|
2021-09-13 15:08:48 +08:00 |
|
morris
|
9240fb03d8
|
lcd: lvgl porting example
|
2021-09-13 15:08:48 +08:00 |
|
SalimTerryLi
|
23e23b697c
|
rom/tjpgd: unify library & add rom patch
remove external tjpgd library inside example
enable tjpgd decoding on all chips
|
2021-09-01 14:42:17 +08:00 |
|
morris
|
71d475149d
|
lcd: update doc unit test and example to support 8-line spi
|
2021-08-19 16:40:22 +08:00 |
|
bizhuangyang
|
8143832041
|
spi_master:support octal mode for esp32s2 and esp32s3
Add support for 8-line spi for lcd on esp32s2 and esp32s3
Closes https://github.com/espressif/esp-idf/issues/6371
|
2021-08-19 16:40:22 +08:00 |
|
bizhuangyang
|
ac069bfca1
|
lcd: simplify lcd example
Move the lcd example files out of the folder spi_master, and refactor
the codes with esp_lcd driver. Add image rotation function to the
example.
|
2021-07-07 17:14:09 +08:00 |
|