Skip to content

Commit

Permalink
feat(lcd): Modified the ILI9881 and ST7796 LCD component
Browse files Browse the repository at this point in the history
  • Loading branch information
Horion0415 committed Aug 17, 2024
1 parent c4b52aa commit f706834
Show file tree
Hide file tree
Showing 22 changed files with 1,936 additions and 707 deletions.
12 changes: 12 additions & 0 deletions .build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ components/esp_lvgl_port/examples/rgb_lcd:
disable:
- if: IDF_VERSION_MAJOR < 5
reason: Example for RGB LCD is supported only for IDF >= 5.0

components/lcd/esp_lcd_ili9881c:
disable:
- if: (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR < 3) or IDF_VERSION_MAJOR < 5
reason: Component is supported only for IDF >= 5.3
- if: IDF_TARGET not in ["esp32p4"]
reason: Component is supported only for esp32p4 target

components/lcd/esp_lcd_st7796/test_apps:
disable:
- if: IDF_VERSION_MAJOR < 5
reason: Component is supported only for IDF >= 5.0
Loading

0 comments on commit f706834

Please sign in to comment.