We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8754b8e commit eba1f9dCopy full SHA for eba1f9d
ports/raspberrypi/boards/pimoroni_pico_dv_base/board.c
@@ -33,7 +33,7 @@
33
void board_init(void) {
34
picodvi_framebuffer_obj_t *fb = &allocate_display_bus()->picodvi;
35
fb->base.type = &picodvi_framebuffer_type;
36
- common_hal_picodvi_framebuffer_construct(fb, 640, 480,
+ common_hal_picodvi_framebuffer_construct(fb, 320, 240,
37
&pin_GPIO7, &pin_GPIO6,
38
&pin_GPIO9, &pin_GPIO8,
39
&pin_GPIO11, &pin_GPIO10,
0 commit comments