Ryan Stachura
Ryan Stachura
After trying different approves from updating fonts to 3.10.0, I decided to uninstall it so I could reinstall it again. The installation fails with the same error given when attempting...
Update usage of LV_OBJ_FLAG_OVERFLOW_VISIBLE which now requires a calculation during an extended draw callback event. See https://github.com/lvgl/lvgl/issues/7091 for details. A clear and concise description of what the bug or new...
### LVGL version v9.2.0 ### What happened? When an image created from the [online image converter](https://lvgl.io/tools/imageconverter) (LVGL v9, RGB565) is scaled using `lv_image_set_scale()`, the rendered image is unrecognizable. Only a...
### LVGL version v9.2.0 ### What happened? I cannot get LV_OBJ_FLAG_OVERFLOW_VISIBLE to work, even in the simplest case. I have a label inside an object whose text is being clipped...
### LVGL version v9.2.0 ### What happened? A function is not defined when `LV_COLOR_FORMAT_XRGB8888 == 1` and `LV_COLOR_FORMAT_ARGB8888 == 0`. In lv_draw_sw.c, `lv_draw_sw_rotate()` uses the function `rotate90_argb8888()` for both `LV_COLOR_FORMAT_ARGB8888`...