docs(sjpg): color depth no longer limited to 16 bits (#4971)

This commit is contained in:
Niklas Fiekas
2023-12-11 12:51:04 +01:00
committed by GitHub
parent 9ba2992582
commit dba431a3d0

View File

@@ -12,7 +12,6 @@ Allow the use of JPG images in LVGL. Besides that it also allows the use of a cu
- File read from file and c-array are implemented.
- SJPEG frame fragment cache enables fast fetching of lines if available in cache.
- By default the sjpg image cache will be image width * 2 * 16 bytes (can be modified)
- Currently only 16 bit image format is supported (TODO)
- Only the required partion of the JPG and SJPG images are decoded, therefore they can't be zoomed or rotated.
## Usage