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 12, 2024
1 parent c903e51 commit 1ebcb79
Show file tree
Hide file tree
Showing 22 changed files with 2,005 additions and 695 deletions.
5 changes: 5 additions & 0 deletions .build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ 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 or IDF_TARGET != "esp32p4"
reason: Component is supported only for IDF >= 5.3 and for esp32p4 target
Loading

0 comments on commit 1ebcb79

Please sign in to comment.