mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
osd/fb: set default color format for Linux
Change-Id: I1d95d63215d5567673380740528eff65562bc6df
This commit is contained in:
committed by
Dongjin Kim
parent
140d6f4266
commit
525693776e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user