1---
2name: Bug report
3about: Create a bug report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10<!--
11IMPORTANT
12Issues that don't use this template will be ignored and closed.
13-->
14
15### Perform all steps below and tick them with [x]
16- [ ] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq)
17- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
18- [ ] Update lvgl to the latest version
19- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html)
20
21### Describe the bug
22<!--
23A clear and concise description of what the bug is.
24-->
25
26### To Reproduce
27<!--
28Provide a small, independent code sample that can be used to reproduce the issue.
29Ideally this should work in the PC simulator unless the problem is specific to a platform.
30Format the code like this:
31```c
32your code here
33```
34-->
35
36### Expected behavior
37<!--
38A clear and concise description of what you expected to happen.
39-->
40
41### Screenshots or video
42<!--
43If applicable, add screenshots to help explain your problem.
44-->
45