trainman75
trainman75
About
- Username
- trainman75
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
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; …