Commit graph

12 commits

Author SHA1 Message Date
zhouli
7a0eee234e bugfix: update components for compatible with idf 5.0 2022-06-16 20:21:47 +08:00
Zhou Li
1ffd999ac7 Merge branch 'feature/support_m5stack_lcd_for_screen_example' into 'master'
screen: Add support for M5Stack with ILI9342 display

See merge request ae_group/esp-iot-solution!576
2022-03-08 11:21:55 +08:00
Alex J Lennon
a49b22308f screen: Add support for M5Stack with ILI9342 display
- ILI9342 is 320x240 rather than 240x320 as ILI9341
- screen display needs to be inverted

Closes https://github.com/espressif/esp-iot-solution/pull/128
2022-03-07 22:05:51 +08:00
Duco Sebel
5e224b0939 screen: Add register description for NT35510 initial registers
Closes https://github.com/espressif/esp-iot-solution/pull/135
2022-03-07 21:21:35 +08:00
zhouli
0caa2de556 bus: add screen 8080 interface for esp32s3; closes #136 2022-01-19 13:58:46 +08:00
Zhou Li
0f47c1d04a display: add ssd1963 ili9488 driver 2021-06-11 19:00:21 +08:00
zhouli
06bc023958 fix(screen): optmize the configuration of screen controller
1.reduce delay time in reg config for st7796
2.update ili9341 reg configuration
2021-04-28 15:07:48 +08:00
zhouli
d1c0bf21bc feat(screen): add coordinate offset support 2021-01-26 22:02:20 +08:00
zhouli
d72d458245 style(screen): reduce abbreviation 2021-01-26 22:00:43 +08:00
zhouli
da39a52e93 fix(screen): fix abnormal color issue of st7789 2021-01-26 16:09:38 +08:00
zhouli
7d2ee07335 style(screen): add comment for the functions in struct scr_driver_fun_t 2021-01-26 16:09:33 +08:00
zhouli
1956e52d3d refactor(gdisp): modify code structure for drive multiple screens
1. add rm68120 screen controller
2. move the comment about direction to header file

3. rename to controller_driver

4. add member bpp to scr_info

5. remove the buffer in controller driver

6. update license
2021-01-26 16:05:54 +08:00