Correct error in ST7789V TFT example (#1716)

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"
id: my_image
resize: 200x200
type: RGB565
type: RGB24
...