mirror of
https://github.com/esphome/esphome.git
synced 2026-08-17 10:52:56 +08:00
17 lines
418 B
YAML
17 lines
418 B
YAML
# Legacy top-level `image:` single-dict form (a bare image dict instead of a
|
|
# list; deprecated, migrates to `platform: file`). Config-only test exercising
|
|
# the deprecation/migration path.
|
|
display:
|
|
- platform: sdl
|
|
id: image_display
|
|
auto_clear_enabled: false
|
|
dimensions:
|
|
width: 480
|
|
height: 480
|
|
|
|
image:
|
|
id: legacy_single_image
|
|
file: ../../pnglogo.png
|
|
type: RGB565
|
|
transparency: opaque
|