Merge remote-tracking branch 'origin/8.2.x' into merge-82x
This commit is contained in:
commit
24b7a4cde6
|
@ -33,7 +33,7 @@
|
|||
void board_init(void) {
|
||||
picodvi_framebuffer_obj_t *fb = &allocate_display_bus()->picodvi;
|
||||
fb->base.type = &picodvi_framebuffer_type;
|
||||
common_hal_picodvi_framebuffer_construct(fb, 640, 480,
|
||||
common_hal_picodvi_framebuffer_construct(fb, 320, 240,
|
||||
&pin_GPIO7, &pin_GPIO6,
|
||||
&pin_GPIO9, &pin_GPIO8,
|
||||
&pin_GPIO11, &pin_GPIO10,
|
||||
|
|
Loading…
Reference in New Issue