embeddedt

Results 330 comments of embeddedt

This is a known limitation of 16-bit color. To work around it, you need to dither the image. Support for this is likely to be added to LVGL (v8) soon,...

I'd be curious to know if the same issue happens when converting the PNG to LVGL format using the experimental [JS converter](https://embeddedt.github.io/lv_img_conv/). There are many variants of PNG and the...

> What is missing is the correct image-description of size,h and w in the generated C-file which I needed to update, or else "no bueno" Are you referring to the...

Dimensions being 0 are intended, as the RAW feature actually allows you to convert any type of file. For a PNG image, the PNG decoder will take care of finding...

[Render](https://render.com/) worked well for me.

Honestly, that was a month ago and it was very easy to set up so I can't remember much of the details. :slightly_frowning_face: I think I just created a web...

> Maybe line ending issue? Yes, based on the CI error: ``` /home/runner/work/_temp/5745ff82-f8dd-47cf-8504-28caaa8270d7.sh: scripts/install-prerequisites.sh: /usr/bin/sh^M: bad interpreter: No such file or directory ``` This is possibly also the reason that...

Yes please. (It might be better to run `scripts/lv_conf_internal_gen.py` as the formatting is apparently already fine.)

It looks like that's worked for the most part! Can you remove `lv_conf copy.h` and the two `.ipynb` files?

It looks like you've checked in both an `lv_conf.h` and `lv_conf copy.h` under the `src` folder.