- Environment
* OS: Windows
* GUI-Guider: 1.3.1-GA
* LVGL: v8.0
* i.MXRT1170EVK
I have successfully used the i.MXRT1170EVK and GUI-Guider to display the camera.
However, the GUI-Guider is 16bit (RGB565). Can only the camera image be displayed in 24bit (RGB888)?
The widget created with lv_canvas_create is used to display the camera image with lv_canvas_set_buffer.
The system is 16 bit (RGB565) but only this canvas widget should be 24 bit (RGB888).
Best Regards,
Yes, GUI Guider can support RGB888(16bpp)