mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:27:14 +00:00
[sdl] Add option to choose display screen (#16363)
This commit is contained in:
@@ -10,6 +10,28 @@ display:
|
||||
dimensions:
|
||||
width: 450
|
||||
height: 600
|
||||
window_options:
|
||||
position:
|
||||
x: 100
|
||||
y: 100
|
||||
|
||||
- platform: sdl
|
||||
id: second_display
|
||||
dimensions:
|
||||
width: 450
|
||||
height: 600
|
||||
window_options:
|
||||
position:
|
||||
centered_on_display: 1
|
||||
|
||||
- platform: sdl
|
||||
id: third_display
|
||||
dimensions:
|
||||
width: 450
|
||||
height: 600
|
||||
window_options:
|
||||
position:
|
||||
centered_on_display: 0
|
||||
|
||||
binary_sensor:
|
||||
- platform: sdl
|
||||
|
||||
Reference in New Issue
Block a user