You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
2 years ago
|
---
|
||
|
name: Bug report
|
||
|
about: Create a bug report to help us improve
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!--
|
||
|
IMPORTANT
|
||
|
Issues that don't use this template will be ignored and closed.
|
||
|
-->
|
||
|
|
||
|
### Perform all steps below and tick them with [x]
|
||
|
- [ ] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq)
|
||
|
- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
|
||
|
- [ ] Update lvgl to the latest version
|
||
|
- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html)
|
||
|
|
||
|
### Describe the bug
|
||
|
<!--
|
||
|
A clear and concise description of what the bug is.
|
||
|
-->
|
||
|
|
||
|
### To Reproduce
|
||
|
<!--
|
||
|
Provide a small, independent code sample that can be used to reproduce the issue.
|
||
|
Ideally this should work in the PC simulator unless the problem is specific to a platform.
|
||
|
Format the code like this:
|
||
|
```c
|
||
|
your code here
|
||
|
```
|
||
|
-->
|
||
|
|
||
|
### Expected behavior
|
||
|
<!--
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
-->
|
||
|
|
||
|
### Screenshots or video
|
||
|
<!--
|
||
|
If applicable, add screenshots to help explain your problem.
|
||
|
-->
|