From 227ac023419eeb253892b1c36113059f12b1f9f2 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 23 Jun 2023 09:52:25 +0200 Subject: [PATCH] docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly --- docs/intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/index.md b/docs/intro/index.md index 0d20b28c3..62508d116 100644 --- a/docs/intro/index.md +++ b/docs/intro/index.md @@ -132,7 +132,7 @@ LVGL needs just one simple driver function to copy an array of pixels into a giv If you can do this with your display then you can use it with LVGL. Some examples of the supported display types: -- TFTs with 16 or 24 bit color depth +- TFTs with 16 or 32 bit color depth - Monitors with an HDMI port - Small monochrome displays - Gray-scale displays