Commit 58b13f7
committed
fix picodvi refresh rates (use 60Hz)
This implements video mode timing changes suggested by @WolfWings
in circuitpython issue #10242. Previously, picodvi was set so that
640x480 and 720x400 used refresh rates faster than 60Hz. These
changes lower the refresh rate to 60Hz which should hopefully be
compatible with a wider range of HDMI devices.1 parent 234ebf4 commit 58b13f7
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments