1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

[mipi] Refactor constants and functions (#9853)

This commit is contained in:
Clyde Stubbs
2025-07-24 11:27:05 +10:00
committed by GitHub
parent f9534fbd5d
commit 3960e2bae7
19 changed files with 488 additions and 421 deletions

View File

@@ -16,9 +16,9 @@ from esphome.components.esp32 import (
VARIANTS,
)
from esphome.components.esp32.gpio import validate_gpio_pin
from esphome.components.mipi import CONF_NATIVE_HEIGHT
from esphome.components.mipi_spi.display import (
CONF_BUS_MODE,
CONF_NATIVE_HEIGHT,
CONFIG_SCHEMA,
FINAL_VALIDATE_SCHEMA,
MODELS,