File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
ports/raspberrypi/common-hal/picodvi Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454#define SYNC_V1_H1 (TMDS_CTRL_11 | (TMDS_CTRL_00 << 10) | (TMDS_CTRL_00 << 20))
5555
5656#define MODE_720_H_SYNC_POLARITY 0
57- #define MODE_720_H_FRONT_PORCH 24
58- #define MODE_720_H_SYNC_WIDTH 64
59- #define MODE_720_H_BACK_PORCH 88
57+ #define MODE_720_H_FRONT_PORCH 8
58+ #define MODE_720_H_SYNC_WIDTH 32
59+ #define MODE_720_H_BACK_PORCH 40
6060#define MODE_720_H_ACTIVE_PIXELS 720
6161
6262#define MODE_720_V_SYNC_POLARITY 0
6363#define MODE_720_V_FRONT_PORCH 3
6464#define MODE_720_V_SYNC_WIDTH 4
65- #define MODE_720_V_BACK_PORCH 13
65+ #define MODE_720_V_BACK_PORCH 218
6666#define MODE_720_V_ACTIVE_LINES 400
6767
6868#define MODE_640_H_SYNC_POLARITY 0
7474#define MODE_640_V_SYNC_POLARITY 0
7575#define MODE_640_V_FRONT_PORCH 10
7676#define MODE_640_V_SYNC_WIDTH 2
77- #define MODE_640_V_BACK_PORCH 33
77+ #define MODE_640_V_BACK_PORCH 133
7878#define MODE_640_V_ACTIVE_LINES 480
7979
8080#define MODE_720_V_TOTAL_LINES ( \
You can’t perform that action at this time.
0 commit comments