voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

use lvgl imageconverter unmodified? #63

Open Habbie opened 4 months ago

Habbie commented 4 months ago

The .c files in src/uicomponents/imgs/ are generated with the online converter (see readme in that dir) and then we modify them. I just reduced the level of modification in a commit in #60, but the difference is still big. Part of it is clang-format. It would be nice if we can use the converter without any manual postprocessing (in which case we'd exclude the files from clang-format perhaps)

Habbie commented 3 months ago

In #73 we found

so switching to the decoder fully may not make sense right now, especially if we want to target ESP32 later. However, the possibility to decode at runtime might be great for theming later.