acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
bug-report.md (1065B)
1 --- 2 name: Bug report 3 about: Create a bug report to help us improve 4 title: '' 5 labels: '' 6 assignees: '' 7 8 --- 9 10 <!-- 11 IMPORTANT 12 Issues 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 <!-- 23 A clear and concise description of what the bug is. 24 --> 25 26 ### To Reproduce 27 <!-- 28 Provide a small, independent code sample that can be used to reproduce the issue. 29 Ideally this should work in the PC simulator unless the problem is specific to a platform. 30 Format the code like this: 31 ```c 32 your code here 33 ``` 34 --> 35 36 ### Expected behavior 37 <!-- 38 A clear and concise description of what you expected to happen. 39 --> 40 41 ### Screenshots or video 42 <!-- 43 If applicable, add screenshots to help explain your problem. 44 -->