Change image color type to RGB24 for SSD1351 (#1064)

Change RGB to RGB24 for image color type
This commit is contained in:
aliktb 2021-09-13 21:28:18 +01:00 committed by GitHub
parent 11d18ec117
commit 0dac942a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ To bring in color images:
- file: "image.jpg"
id: my_image
resize: 120x120
type: RGB
type: RGB24
...