Skip to content

Commit ce60dbd

Browse files
committed
feat(modules): add ESP32_Display_Panel
1 parent c9cb939 commit ce60dbd

File tree

8 files changed

+256
-252
lines changed

8 files changed

+256
-252
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@
7777
[submodule "modules/ESP32_IO_Expander"]
7878
path = modules/ESP32_IO_Expander
7979
url = https://github.com/esp-arduino-libs/ESP32_IO_Expander.git
80+
[submodule "modules/ESP32_Display_Panel"]
81+
path = modules/ESP32_Display_Panel
82+
url = ssh://[email protected]:27227/ae_group/ESP32_Display_Panel.git

modules/ESP32_Display_Panel

Submodule ESP32_Display_Panel added at d8e9273

modules/micropython.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/lv_binding_micropython/micropython.cmake)
77

88
if(ESP_PLATFORM)
99
include(${CMAKE_CURRENT_LIST_DIR}/esp_memory/micropython.cmake)
10-
endif()
11-
12-
if(ESP_PLATFORM)
1310
include(${CMAKE_CURRENT_LIST_DIR}/esp-lib-utils/micropython.cmake)
11+
include(${CMAKE_CURRENT_LIST_DIR}/ESP32_IO_Expander/micropython.cmake)
12+
include(${CMAKE_CURRENT_LIST_DIR}/ESP32_Display_Panel/micropython.cmake)
1413
endif()

ports/esp32/main_esp32s3_box3/esp32_common.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ list(APPEND IDF_COMPONENTS
119119
esp_eth
120120
esp_event
121121
esp_hw_support
122+
esp_lcd
122123
esp_netif
123124
esp_partition
124125
esp_pm

ports/esp32/main_esp32s3_box3/idf_component.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
dependencies:
33
espressif/mdns: "~1.1.0"
44
espressif/esp_tinyusb: "~1.0.0"
5-
espressif/esp-box-3:
6-
version: "*"
7-
override_path: "./esp-box-3"
5+
# espressif/esp-box-3:
6+
# version: "*"
7+
# override_path: "./esp-box-3"
88
idf:
99
version: ">=5.0.4"

0 commit comments

Comments
 (0)