Nia
Nia
There seems to be no clear way to turn NGS source code into a tarball, and no PKGBUILD is provided.
LVGL 9.0
This PR will be perma-draft until LVGL 9.0 is stable and the branch will serve to keep us up to date with LVGL 9.0-dev so the transition will be as...
Yet more work towards #140, currently very broken and will require removing some quality-of-life functions i.e. `new()`.
## The situation We need to figure out a way to destroy all LVGL primitives in a safe way and synchronise access across threads. The issue in detail was outlined...
Currently we provide no way to delete a `Screen` after it's been instantiated. Having the user manually call a deletion function also feels... un-rusty and generally unwise as it would...
Absolutely necessary: - Close #103 - Merge #82 Close #11 - Close #78 - Close #73 - Close #140 - Finish up bindings to more LVGL features Maybe: - Close...
Enables a user-defined configuration file or files which can be used to dynamically generate `lv_conf.h` and `lv_drv_conf.h`. *A lot* is left to do before this is usable, and it may...
LVGL supports setting certain parameters either by creating a `Style`, configuring it, and assigning it to a widget, or directly on a widget (e.g. setting width either by using `ExampleWidget.set_width(...)`...
There's some things that might help automate the workflow of merging things into this repository, e.g. adding `bors-ng` to streamline merging once tests pass and enabling merge commits. I can't...
This is a *huge* project and would lead to probably simplifying our lives a lot, but also will take a lot of brainpower to finish. My ideas would be to...