Merge "osd/fb: set default color format for Linux" into odroidn2-4.9.y-android

This commit is contained in:
Chris Kim
2019-03-13 14:28:21 +09:00
committed by Gerrit Code Review

View File

@@ -221,11 +221,11 @@ static struct fb_var_screeninfo fb_def_var[] = {
.yoffset = 0,
.bits_per_pixel = 32,
.grayscale = 0,
.red = {0, 0, 0},
.green = {0, 0, 0},
.blue = {0, 0, 0},
.transp = {0, 0, 0},
.nonstd = 0,
.red = {16, 8, 0},
.green = {8, 8, 0},
.blue = {0, 8, 0},
.transp = {24, 0, 0},
.nonstd = 1,
.activate = FB_ACTIVATE_NOW,
.height = -1,
.width = -1,