Skip to content

Commit b217211

Browse files
committed
Enable overvoltage
this improves reliability in my testing.
1 parent 64a0efd commit b217211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runcpm-rp2040-dvi-usb/runcpm-pico/hardware/pico/feather_dvi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ bool kbhit_serial1(void) {
9898

9999
bool port_init_early() {
100100
#if USE_DISPLAY
101-
// vreg_set_voltage(VREG_VOLTAGE_1_30);
101+
vreg_set_voltage(VREG_VOLTAGE_1_20);
102+
delay(10);
102103
if (!display.begin()) { return false; }
103104
_putch_hook = putch_display;
104105
#endif

0 commit comments

Comments
 (0)