1
0
mirror of https://github.com/esphome/esphome-docs.git synced 2025-01-18 21:01:54 +01:00

Correct error in ST7789V TFT example ()

This commit is contained in:
Marco Lusini 2021-12-18 21:08:08 +01:00 committed by GitHub
parent 3f7c62e6b0
commit cadb9501df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ To bring in color images:
- file: "image.jpg" - file: "image.jpg"
id: my_image id: my_image
resize: 200x200 resize: 200x200
type: RGB565 type: RGB24
... ...