fietser28
fietser28
Python stuff is really interesting. If I want to run the demo on mac with M1 then I need to start python with 'arch -arm64 //python $1' in a separate...
Not major (workaround is included below): Add the animation time/speed property to widgets editor in where this is applicable. Practical use case is to stop the cursor from blinking in...
Current implementation creates all LVGL screens, widgets and corresponding flow states and variables at startup and keeps them active in memory. This requires a large LVGL memory pool if the...
A very common use case is to display and/or set measurement values (e.g. voltage, current, power, temperature,...) These have a specific way of displaying. I'm thinking of the following properties:...
During USB printing from Octoprint, the % and time stay empty on the display of my Prusa i3 MK3. I've added configurable support for the M73 (progress) gcode command. This...
**Is your feature request related to a problem? Please describe.** This is just a consistency/UI improvement: The UI currently allows you to delete or rename certain outputs of actions that...
**Is your feature request related to a problem? Please describe.** Not a problem, just convenience to allow for easier cleanup of projects. **Describe the solution you'd like** The automatic checks...
**Is your feature request related to a problem? Please describe.** When the text area receives a new text using lv_textarea_set_text (used by code generated for flow) the cursor moves to...
**Is your feature request related to a problem? Please describe.** No, just a limitation. **Describe the solution you'd like** Add the option ‘apply theme’ to the LVGL widget. This needs...
**Is your feature request related to a problem? Please describe.** With dashboard you can connect to external services (http, MQTT, …). These services often require secrets (API keys, password, …)....