Hello,according to drivers/gpu/drm/stm/ltdc.c stm hardware supports these pixel formats:enum ltdc_pix_fmt {PF_NONE,/* RGB formats */PF_ARGB8888, /* ARGB [32 bits] */PF_RGBA8888, /* RGBA [32 bits] */PF_RGB888, /* RGB [24 bits] */PF_RGB565, /* RGB [16 ...