We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce22edb commit 65310abCopy full SHA for 65310ab
ports/espressif/boards/adafruit_qualia_s3_rgb666/pins.c
@@ -10,7 +10,7 @@ STATIC MP_DEFINE_BYTES_OBJ(i2c_init_byte_obj,
10
);
11
12
STATIC const mp_rom_map_elem_t tft_io_expander_table[] = {
13
- { MP_ROM_QSTR(MP_QSTR_i2c_address), MP_ROM_INT(0x3F)},
+ { MP_ROM_QSTR(MP_QSTR_i2c_address), MP_ROM_INT(0x38)},
14
{ MP_ROM_QSTR(MP_QSTR_gpio_address), MP_ROM_INT(1)},
15
{ MP_ROM_QSTR(MP_QSTR_gpio_data_len), MP_ROM_INT(1)},
16
{ MP_ROM_QSTR(MP_QSTR_gpio_data), MP_ROM_INT(0xFD)},
0 commit comments