Skip to content

Commit c99e0b9

Browse files
authored
Update i2c_bus.h
1 parent be1d4b7 commit c99e0b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext_mod/lcd_bus/esp32_include/i2c_bus.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@
3030

3131
lcd_panel_io_t panel_io_handle;
3232
esp_lcd_panel_io_i2c_config_t panel_io_config;
33-
i2c_config_t bus_config;
33+
i2c_port_t port;
3434
esp_lcd_i2c_bus_handle_t bus_handle;
3535

36-
int host;
37-
3836
} mp_lcd_i2c_bus_obj_t;
3937

4038
extern const mp_obj_type_t mp_lcd_i2c_bus_type;
4139

4240
extern void mp_lcd_i2c_bus_deinit_all(void);
4341

44-
#endif /* _ESP32_I2C_BUS_H_ */
42+
#endif /* _ESP32_I2C_BUS_H_ */

0 commit comments

Comments
 (0)