lvgl icon indicating copy to clipboard operation
lvgl copied to clipboard

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.

Results 965 lvgl issues
Sort by recently updated
recently updated
newest added

### Description of the feature or fix What the title says ### Checkpoints - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) - [ ] Run `code-format.py` from the `scripts` folder. [astyle](http://astyle.sourceforge.net/install.html)...

### Describe the bug Created a play button label. Click is working only when pressed towards the edge. But, PC simulator is working properly. If text font is small montserrat...

### Description of the feature or fix To follow the 2 previous PR in this suite, this adds the decoder rework for the new image code. To list the changes:...

pinned
next major

See the [ROADMAP](https://github.com/lvgl/lvgl/blob/master/docs/ROADMAP.md).

pinned
next major

### - [x] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq) - [x] Check the related part of the [Documentation](https://docs.lvgl.io/) - [] Update lvgl to the latest version - [x] Reproduce the issue in a...

### Introduce the problem When label sets long mode to LV_LABEL_LONG_SCROLL or LV_LABEL_LONG_SCROLL_CIRCULAR, I want to modify its animation parameters (for example: repeat_count/playback_delay/repeat_delay/ready_cb, etc.), how to do it? ### Examples...

### Perform all steps below and tick them with [x] - [x] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq) - [x] Check the related part of the [Documentation](https://docs.lvgl.io/) - [x] Update lvgl to the...

https://github.com/lvgl/lvgl/blob/e19410f8f8a256609da72cff549598e0df6fa4cf/src/extra/widgets/spinbox/lv_spinbox.c#L302 The spinbox decrement algorithm special case fails with the following scenario: - Set Range (-11 to 12) - Change cursor position of spinbox to 10 (step = 10) -...

Hi, We have added a new test engine (called [Unity](https://github.com/ThrowTheSwitch/Unity/)) to LVGL and planning to improve the coverage. See this [README](https://github.com/lvgl/lvgl/blob/master/tests/README.md) about how to write and run tests. I've already...

help wanted
good first issue
pinned
sponsored