mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
[mipi_dsi] New display driver for P4 DSI (#9403)
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Samuel Sieb <samuel-github@sieb.net> Co-authored-by: Adam Liddell <git@aliddell.com> Co-authored-by: DT-art1 <81360462+DT-art1@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
28
tests/component_tests/mipi_dsi/fixtures/mipi_dsi.yaml
Normal file
28
tests/component_tests/mipi_dsi/fixtures/mipi_dsi.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
esphome:
|
||||
name: p4-test
|
||||
|
||||
esp32:
|
||||
board: esp32-p4-evboard
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
psram:
|
||||
speed: 200MHz
|
||||
|
||||
esp_ldo:
|
||||
- channel: 3
|
||||
voltage: 2.5V
|
||||
|
||||
display:
|
||||
- platform: mipi_dsi
|
||||
model: WAVESHARE-P4-NANO-10.1
|
||||
|
||||
i2c:
|
||||
sda: GPIO7
|
||||
scl: GPIO8
|
||||
scan: true
|
||||
frequency: 400kHz
|
||||
|
||||
#light:
|
||||
#- platform: mipi_dsi
|
||||
#id: backlight_id
|
||||
Reference in New Issue
Block a user