mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 11:42:20 +01:00
[mipi_spi] New display driver for MIPI DBI devices (#8383)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
15
esphome/components/mipi_spi/models/lanbon.py
Normal file
15
esphome/components/mipi_spi/models/lanbon.py
Normal file
@@ -0,0 +1,15 @@
|
||||
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 = {}
|
Reference in New Issue
Block a user