From dba431a3d08c098246e46d1c8633778c2f2f22f7 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 11 Dec 2023 12:51:04 +0100 Subject: [PATCH] docs(sjpg): color depth no longer limited to 16 bits (#4971) --- docs/libs/sjpg.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/libs/sjpg.md b/docs/libs/sjpg.md index 3ee7858ee..1c0735e7c 100644 --- a/docs/libs/sjpg.md +++ b/docs/libs/sjpg.md @@ -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