mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[image] Add byte order option and unit tests (#9326)
This commit is contained in:
@@ -13,4 +13,13 @@ display:
|
||||
reset_pin: 16
|
||||
invert_colors: true
|
||||
|
||||
<<: !include common.yaml
|
||||
image:
|
||||
defaults:
|
||||
type: rgb565
|
||||
transparency: opaque
|
||||
byte_order: little_endian
|
||||
resize: 50x50
|
||||
dither: FloydSteinberg
|
||||
images:
|
||||
- id: test_image
|
||||
file: ../../pnglogo.png
|
||||
|
Reference in New Issue
Block a user