Vilem Zavodny

Results 35 comments of Vilem Zavodny

> Can you estimate when will it be updated? I would like add it into plan to next quarter (Q2). We still don't support LVGL9 in default, we are waiting...

> Which controller does it use? This board has RGB connection between chip and LCD (there is no controller for data). This is the reason, why it is not inside...

The recommended way is use own partition CSV. For example like here: https://github.com/espzav/Simple-LVGL-Player/blob/master/partitions.csv and then set this `CONFIG_PARTITION_TABLE_CUSTOM=y` in menuconfig.

If you have bigger flash, you can change it in menuconfig to `CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y` or 16MB. You can put partition size in CSV like this: `factory, app, factory, 0x10000, 2M,` instead...

@tore-espressif Fixed warnings, when compiled LVGL9 - more here: https://github.com/lvgl/lvgl/issues/4926#issuecomment-1926378389

This feature is available in latest version of the component. Closing.

As I remember right, I mentioned this problem in e-mail discussion some months ago.

Hi @kisvegabor, that looks good. It will be nice feature to add select for user options. But as I see, there must be all font options from configuration. And then...

That's good point that there must be some mechanism to replacing exported data. Your solution sounds good. The easier way is to regenerate again all files when "Export UI files"...

It will be fixed by this PR: https://github.com/espressif/esp-bsp/pull/320