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

[display] SDL2 display driver for host platform (#6825)

This commit is contained in:
Clyde Stubbs
2024-06-12 11:42:01 +10:00
committed by GitHub
parent e2c1af199c
commit bc408ad08c
10 changed files with 286 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
host:
mac_address: "62:23:45:AF:B3:DD"
display:
- platform: sdl
id: sdl_display
update_interval: 1s
auto_clear_enabled: false
show_test_card: true
dimensions:
width: 450
height: 600

View File

@@ -0,0 +1 @@
<<: !include common.yaml