Skip to content

Instantly share code, notes, and snippets.

@RuiGuilherme
Created September 28, 2020 01:40
Show Gist options
  • Save RuiGuilherme/a5507af1b217f5f0f1263af7c8db75ef to your computer and use it in GitHub Desktop.
Save RuiGuilherme/a5507af1b217f5f0f1263af7c8db75ef to your computer and use it in GitHub Desktop.
Custom EDID for 1600x900_60 Acer Aspire E5-571G display
/* 1600x900_60.00: Modeline "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync */
#define HSYNC_POL 1
#define VSYNC_POL 1
#define YPULSE (63+5)
#define XPULSE 160
#define YPIX 900
#define XPIX 1600
#define VFREQ 60
#define DPI 96
#define CLOCK 118250
#define VERSION 1
#define REVISION 3
#define XOFFSET 96
#define YOFFSET (63+3)
#define XY_RATIO XY_RATIO_16_9
#define YBLANK 34
#define XBLANK 512
#define TIMING_NAME "1600x900_60.00"
#include "edid.S"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment