embeddedt

Results 330 comments of embeddedt

Fixed! Sorry about that; somehow I only managed to check the alpha channel during my read of the file.

You will need to use this link: https://lvgl.github.io/lv_img_conv/ until Gabor has a chance to update the main website. It should be the last color format in the list.

@luka177 Could you let me know which settings you are using and what is the exact change in behavior? Thanks!

@luka177 Thanks, this was indeed a regression, sorry about that (there are no unit tests on that part of the code right now). Here is a link that should work...

The converter core is written in JavaScript and requires either Node.js or a browser (as it uses the platform's image facilities to decode an image file to a bitmap internally)....

FreeType can run on sufficiently powerful MCUs as well. I have used it on STM32 before, though not with LVGL.

There is a lot of duplicated effort in regards to a GUI builder for LittlevGL. Perhaps it would be better for you to start with one of the existing implementations...

This is technically not a community effort, but there is also Edgeline, the upcoming official editor from LVGL LLC. It's available as a [beta](https://forum.lvgl.io/t/v0-2-beta-is-out/5085?u=embeddedt) here. Unfortunately we do not know...

@AGlass0fMilk Work is already being done to upgrade LittlevGL to dynamically handle rotation/multiple displays, which should solve that part of the problem: https://github.com/littlevgl/lvgl/issues/329

@AGlass0fMilk * Most of the display-related settings (resolution, buffer size, etc.) are now configured at runtime. This should give you an idea: https://github.com/littlevgl/lvgl/blob/dev-6.0/porting/lv_port_disp_template.c * * However, there is now a...