Skip to content

Commit 65310ab

Browse files
committed
update io expander table for rev C
1 parent ce22edb commit 65310ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_qualia_s3_rgb666/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ STATIC MP_DEFINE_BYTES_OBJ(i2c_init_byte_obj,
1010
);
1111

1212
STATIC const mp_rom_map_elem_t tft_io_expander_table[] = {
13-
{ MP_ROM_QSTR(MP_QSTR_i2c_address), MP_ROM_INT(0x3F)},
13+
{ MP_ROM_QSTR(MP_QSTR_i2c_address), MP_ROM_INT(0x38)},
1414
{ MP_ROM_QSTR(MP_QSTR_gpio_address), MP_ROM_INT(1)},
1515
{ MP_ROM_QSTR(MP_QSTR_gpio_data_len), MP_ROM_INT(1)},
1616
{ MP_ROM_QSTR(MP_QSTR_gpio_data), MP_ROM_INT(0xFD)},

0 commit comments

Comments
 (0)