mirror of
https://github.com/esphome/esphome.git
synced 2025-09-16 18:22:22 +01:00
16 lines
214 B
Python
16 lines
214 B
Python
from .ili import ST7789V
|
|
|
|
ST7789V.extend(
|
|
"LANBON-L8",
|
|
width=240,
|
|
height=320,
|
|
mirror_x=True,
|
|
mirror_y=True,
|
|
data_rate="80MHz",
|
|
cs_pin=22,
|
|
dc_pin=21,
|
|
reset_pin=18,
|
|
)
|
|
|
|
models = {}
|