mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz frame rate
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13777 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
beeb44f425
commit
deb8a0615d
|
@ -124,9 +124,9 @@
|
|||
//
|
||||
#define HD_H_RES_PIXELS 1920
|
||||
#define HD_V_RES_PIXELS 1080
|
||||
#define HD_OSC_FREQUENCY 173000000 /* 0x0A4FC540 */
|
||||
#define HD_OSC_FREQUENCY 165000000 /* 0x09D5B340 */
|
||||
|
||||
#define HD_H_SYNC (200 - 1)
|
||||
#define HD_H_SYNC ( 79 - 1)
|
||||
#define HD_H_FRONT_PORCH (128 - 1)
|
||||
#define HD_H_BACK_PORCH (328 - 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue