We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a0efd commit b217211Copy full SHA for b217211
1 file changed
runcpm-rp2040-dvi-usb/runcpm-pico/hardware/pico/feather_dvi.h
@@ -98,7 +98,8 @@ bool kbhit_serial1(void) {
98
99
bool port_init_early() {
100
#if USE_DISPLAY
101
- // vreg_set_voltage(VREG_VOLTAGE_1_30);
+ vreg_set_voltage(VREG_VOLTAGE_1_20);
102
+ delay(10);
103
if (!display.begin()) { return false; }
104
_putch_hook = putch_display;
105
#endif
0 commit comments