feat(platform): integrate st7789 boot test display and board gpio mapping

This commit is contained in:
admin
2026-02-26 16:06:28 +08:00
parent dde759d0a4
commit e7aa0e75bf
8 changed files with 860 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ idf_component_register(
"src/platform_bootstrap.c"
"src/wifi_manager.c"
"src/ble_printer_client.c"
"src/display_st7789.c"
"src/voice_audio.c"
"src/runtime_policy.c"
"src/runtime_diagnostics.c"
@@ -18,6 +19,7 @@ idf_component_register(
esp_event
nvs_flash
mbedtls
esp_lcd
esp_codec_dev
esp_audio_codec
driver