docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly

This commit is contained in:
Gabor Kiss-Vamosi
2023-06-23 09:52:25 +02:00
committed by GitHub
parent 8b83fe7ea5
commit 227ac02341

View File

@@ -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. If you can do this with your display then you can use it with LVGL.
Some examples of the supported display types: 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 - Monitors with an HDMI port
- Small monochrome displays - Small monochrome displays
- Gray-scale displays - Gray-scale displays