Skip to content

Commit

Permalink
ODROID-COMMON:VU7C EDID modify.
Browse files Browse the repository at this point in the history
Signed-off-by: ckkim <[email protected]>
Change-Id: I0ac01b95461744ff43e5fc6b2b56ea1d1178bebe
  • Loading branch information
ckkim committed Feb 16, 2022
1 parent bd63dda commit e2abc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/hardkernel/odroid-common/lt8619c.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ uint8_t onchip_edid[256]={
/* 1024*768 */
0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00,
0x21, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x0c, 0x1b, 0x01, 0x03, 0x80, 0x23, 0x1a, 0x78,
0x08, 0x20, 0x01, 0x03, 0x80, 0x10, 0x09, 0x78,
0xea, 0x5e, 0xc0, 0xa4, 0x59, 0x4a, 0x98, 0x25,
0x20, 0x50, 0x54, 0x00, 0x08, 0x00, 0x61, 0x40,
0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
Expand All @@ -48,7 +48,7 @@ uint8_t onchip_edid[256]={
0x20, 0x20, 0x00, 0x00, 0x00, 0xfd, 0x00, 0x3b,
0x3d, 0x2f, 0x31, 0x07, 0x00, 0x0a, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xfc,
0x00, 0x48, 0x4b, 0x5f, 0x56, 0x55, 0x38, 0x43,
0x00, 0x48, 0x4b, 0x5f, 0x56, 0x55, 0x37, 0x43,
0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x6a,

0x02, 0x03, 0x12, 0xf1, 0x23, 0x09, 0x07, 0x07,
Expand Down

0 comments on commit e2abc59

Please sign in to comment.