trainman75
trainman75
About
- Username
- trainman75
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
I got my code working using LVGL 8.3.11 and these related libraries: tamctec/TAMC_GT911@^1.0.2 moononournation/GFX Library for Arduino@^1.4.2 Good luck, it took a while for me too, and it was so long ago I've forgotten the fine details, and …
-
Thank you
-
I should add that in the intended application, the reset button will be inaccessible, so just getting the user to press that after a cold start, apart from being terrible design, is also not practical anyway.
-
For anyone attempting to use benlye's sketch above on the the 5" version, the LCD pinouts are different. I've found the following snippet works: { auto cfg = _bus_instance.config(); cfg.panel = &_panel_instance; …