Replies: 1 comment
-
|
In terminal scenarios you generally use the terminal manipulation library used by a backend, so if you use In embedded world it's a bit harder topic, as every mcu and touch driver do whatever they want, there's Maybe it makes sense to create some kind of integration like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw the closing comment in this issue: #115
I’m not an expert in this area, but I find this design choice quite interesting and worth exploring further.
From my understanding, this implies a clear separation between rendering (UI) and input handling, which gives users more flexibility but also shifts complexity to the application layer. I’m curious how others approach this in practice.
I’ve been thinking along similar lines: if the target device is a touchscreen-based dev board (e.g., ESP32-P4), would it make more sense to:
Any pointers, examples, or prior art would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions