Skip to content

Commit a557ecc

Browse files
Update flutter-pi.c
1 parent 8c816bf commit a557ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flutter-pi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ static int init_display(void) {
15881588
* GBM INITIALIZATION *
15891589
**********************/
15901590
flutterpi.gbm.device = gbm_create_device(flutterpi.drm.drmdev->fd);
1591-
flutterpi.gbm.format = DRM_FORMAT_ARGB8888;
1591+
flutterpi.gbm.format = DRM_FORMAT_RGB565;
15921592
flutterpi.gbm.surface = NULL;
15931593
flutterpi.gbm.modifier = DRM_FORMAT_MOD_LINEAR;
15941594

0 commit comments

Comments
 (0)