Skip to content

Commit 3f4bbc5

Browse files
committed
Fix number of LCD data pins
1 parent 30c363d commit 3f4bbc5

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/espressif_hmi_devkit_1

1 file changed

+1
-1
lines changed

ports/espressif/boards/espressif_hmi_devkit_1/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
STATIC const mp_rom_obj_tuple_t lcd_data_tuple = {
55
{&mp_type_tuple},
6-
8,
6+
16,
77
{
88
MP_ROM_PTR(&pin_GPIO1),
99
MP_ROM_PTR(&pin_GPIO10),

0 commit comments

Comments
 (0)