forked from xiaozhi/xiaozhi-esp32
Adjust dependency components for ESP32-P4 (#623)
* Adjust dependency components for ESP32-P4 * Add backlight control and touch control to Waveshare ESP32-P4-NANO * Increase the amount of saved information for Waveshare ESP32-P4-NANO
This commit is contained in:
@@ -19,6 +19,7 @@ dependencies:
|
||||
espressif/button: "~4.1.3"
|
||||
espressif/knob: "^1.0.0"
|
||||
espressif/esp_lcd_touch_ft5x06: "~1.0.7"
|
||||
espressif/esp_lcd_touch_gt911: "^1"
|
||||
lvgl/lvgl: "~9.2.2"
|
||||
esp_lvgl_port: "~2.6.0"
|
||||
espressif/esp_io_expander_tca95xx_16bit: "^2.0.0"
|
||||
@@ -26,6 +27,15 @@ dependencies:
|
||||
version: "^1.0.0"
|
||||
rules:
|
||||
- if: 'idf_version >= "5.4.0"'
|
||||
|
||||
waveshare/esp_lcd_jd9365_10_1:
|
||||
version: "*"
|
||||
rules:
|
||||
- if: "target in [esp32p4]"
|
||||
espressif/esp_wifi_remote:
|
||||
version: "*"
|
||||
rules:
|
||||
- if: "target in [esp32p4]"
|
||||
## Required IDF version
|
||||
idf:
|
||||
version: ">=5.3"
|
||||
|
||||
Reference in New Issue
Block a user