mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
26 lines
630 B
YAML
26 lines
630 B
YAML
# Legacy top-level `image:` type-grouped form (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:
|
|
binary:
|
|
- id: legacy_grouped_binary
|
|
file: ../../pnglogo.png
|
|
rgb:
|
|
alpha_channel:
|
|
- id: legacy_grouped_rgba
|
|
file: ../../pnglogo.png
|
|
opaque:
|
|
- id: legacy_grouped_rgb
|
|
file: ../../pnglogo.png
|
|
rgb565:
|
|
- id: legacy_grouped_rgb565
|
|
file: ../../pnglogo.png
|
|
transparency: chroma_key
|