mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Added the newest variant to the tab5, St7121. Fixed variant detection reliability Fixed tab5 camera WHO_AM_I failing sometimes Fixed tab5 keyboard live rotation on boot and after stopping/starting lvgl
9 lines
358 B
C
9 lines
358 B
C
#pragma once
|
|
|
|
struct Device;
|
|
|
|
// Constructs, parents, binds and starts the ST7123 in-cell touch device on i2c0. Shared by the V2
|
|
// (ST7123 display) and V3 (ST7121 display) variants - both boards use the exact same touch
|
|
// controller/address/wiring, only the display panel differs. Not used by V1 (ILI9881C + GT911).
|
|
void create_st7123_touch(Device* i2c0);
|