Skip to content

Commit 0a66e43

Browse files
committed
badger2350: Update busy wait pin.
1 parent ef4c351 commit 0a66e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/modules/picographics/picographics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ mp_obj_t ModPicoGraphics_make_new(const mp_obj_type_t *type, size_t n_args, size
429429

430430
} else if (display == DISPLAY_BADGER_2350) {
431431
pen_type = PEN_2BIT; // FORCE to 2BIT
432-
self->display = m_new_class(SSD1680, width, height, (Rotation)rotate, spi_bus);
432+
self->display = m_new_class(SSD1680, width, height, (Rotation)rotate, spi_bus, 16, 21);
433433

434434
} else if (display == DISPLAY_INTERSTATE75_32X32
435435
|| display == DISPLAY_INTERSTATE75_64X64

0 commit comments

Comments
 (0)