Closed rsglobal closed 4 years ago
Pixelwheels uses HAL_PIXEL_FORMAT_RGB_565
Ah. HAL_PIXEL_FORMAT_RGB_565 can't be created/imported using MESA3D GBM interface. Should be fixed in mesa3d first, then in gbm_gralloc.
ADD: for some reason mesa3d can't handle BGR565 correctly, so it uses RGB565.
Fixed from drm_hwcomposer side: https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer/-/merge_requests/128
Steps to reproduce