mirror of
https://github.com/esphome/esphome.git
synced 2025-07-31 07:36:35 +00:00
[mipi_dsi] Add dependencies (#9952)
This commit is contained in:
parent
9c6dbbd8ea
commit
56c88807ee
@ -57,7 +57,8 @@ from esphome.final_validate import full_config
|
|||||||
|
|
||||||
from . import mipi_dsi_ns, models
|
from . import mipi_dsi_ns, models
|
||||||
|
|
||||||
DEPENDENCIES = ["esp32"]
|
# Currently only ESP32-P4 is supported, so esp_ldo and psram are required
|
||||||
|
DEPENDENCIES = ["esp32", "esp_ldo", "psram"]
|
||||||
DOMAIN = "mipi_dsi"
|
DOMAIN = "mipi_dsi"
|
||||||
|
|
||||||
LOGGER = logging.getLogger(DOMAIN)
|
LOGGER = logging.getLogger(DOMAIN)
|
||||||
|
@ -12,6 +12,8 @@ display:
|
|||||||
#- platform: mipi_dsi
|
#- platform: mipi_dsi
|
||||||
#id: backlight_id
|
#id: backlight_id
|
||||||
|
|
||||||
|
psram:
|
||||||
|
|
||||||
i2c:
|
i2c:
|
||||||
sda: GPIO7
|
sda: GPIO7
|
||||||
scl: GPIO8
|
scl: GPIO8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user