I2C Implementation (#84)
This commit is contained in:
committed by
GitHub
parent
881c8517bf
commit
d8731eaa17
@@ -5,11 +5,10 @@
|
||||
bool ws3t_bootstrap();
|
||||
|
||||
extern const tt::hal::Configuration waveshare_s3_touch = {
|
||||
.bootstrap = &ws3t_bootstrap,
|
||||
.init_graphics = &ws3t_init_lvgl,
|
||||
.display = {
|
||||
.set_backlight_duty = nullptr // TODO: This requires implementing the CH422G IO expander
|
||||
},
|
||||
.initPower = &ws3t_bootstrap,
|
||||
.initLvgl = &ws3t_init_lvgl,
|
||||
.display = { .setBacklightDuty = nullptr },
|
||||
.sdcard = nullptr,
|
||||
.power = nullptr
|
||||
.power = nullptr,
|
||||
.i2c = {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user