Fix number of LCD data pins

This commit is contained in:
Jeff Epler 2021-09-23 13:08:50 -05:00
parent 30c363d7cd
commit 3f4bbc5aff

View File

@ -3,7 +3,7 @@
STATIC const mp_rom_obj_tuple_t lcd_data_tuple = {
{&mp_type_tuple},
8,
16,
{
MP_ROM_PTR(&pin_GPIO1),
MP_ROM_PTR(&pin_GPIO10),