mirror of
https://github.com/akatrevorjay/edid-generator.git
synced 2026-01-15 23:50:28 +01:00
Initial commit
This commit is contained in:
20
3840x2160.S
Normal file
20
3840x2160.S
Normal file
@@ -0,0 +1,20 @@
|
||||
/* 3840x2160: 3840x2160 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync */
|
||||
#define HSYNC_POL 1
|
||||
#define CRC 0x9b
|
||||
#define VSYNC_POL 1
|
||||
#define YPULSE (63+10)
|
||||
#define XPULSE 88
|
||||
#define YPIX 2160
|
||||
#define XPIX 3840
|
||||
#define VFREQ 60
|
||||
#define DPI 96
|
||||
#define CLOCK 594000
|
||||
#define VERSION 1
|
||||
#define REVISION 3
|
||||
#define XOFFSET 176
|
||||
#define YOFFSET (63+8)
|
||||
#define XY_RATIO XY_RATIO_16_9
|
||||
#define YBLANK 90
|
||||
#define XBLANK 560
|
||||
#define TIMING_NAME "3840x2160"
|
||||
#include "edid.S"
|
||||
Reference in New Issue
Block a user