Searched full:issue (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/docs/ |
D | CONTRIBUTING.md | 19 … post or issue templates in the Forum or GitHub (or at least provide equivalent information). It m… 20 - If possible send an absolute minimal but buildable code example in order to reproduce the issue. … 22 - Speak about one thing in one issue or topic. It makes your post easier to find later for someone … 23 - Give feedback and close the issue or mark the topic as solved if your question is answered. 24 - For non-trivial fixes and features, it's better to open an issue first to discuss the details ins… 92 - reference to the GitHub issue or Pull Request if applicable. 225 If it really seems like a bug feel free to open an [issue on GitHub](https://github.com/lvgl/lvgl/i… 227 When filing the issue be sure to fill out the template. It helps find the root of the problem while… 287 If you are interested in this opportunity just open an [issue in lvgl repo](https://github.com/lvgl…
|
D | CHANGELOG.md | 16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:… 93 - fix(font): fix optimizer issue in lv_font_fmt_txt.c [`4385`](https://github.com/lvgl/lvgl/pull/4… 177 - fix(arm-2d): fix transform-chrome-keying issue [`4178`](https://github.com/lvgl/lvgl/pull/4178) 432 - fix(draw): solve memory leaking issue [`3437`](https://github.com/lvgl/lvgl/pull/3437) 441 - fix(benchmark): fix the issue that wrong scene number is used [`3372`](https://github.com/lvgl/lv… 531 - fix(arc): fix arc image drawing issue [`7153e3f`](https://github.com/lvgl/lvgl/commit/7153e3f8b7b… 532 - fix(refr): fix memory write out of bounds issue [`13c99fc`](https://github.com/lvgl/lvgl/commit/1… 533 - fix(gif): fix rare issue when drawing the gif's background [`b1e2c06`](https://github.com/lvgl/lv… 618 - test(table): replicate issue when reducing table cells [`3121`](https://github.com/lvgl/lvgl/pull… 714 - fix(cmsis-pack): fix issue #3032 [`3056`](https://github.com/littlevgl/lvgl/pull/3056) [all …]
|
/lvgl-latest/.github/workflows/ |
D | close_old_issues.yml | 15 …stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov… 17 We need some feedback on this issue. 22 close-issue-message: | 23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i… 28 exempt-issue-labels: 'pinned'
|
D | main.yml | 11 - name: Automatically close issues that don't follow the issue template 15 …issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically clo…
|
D | ccpp.yml | 106 # can remove this once the issue is fixed.
|
/lvgl-latest/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 19 - [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simul… 28 Provide a small, independent code sample that can be used to reproduce the issue.
|
/lvgl-latest/docs/intro/ |
D | index.md | 117 You should use them only if your question or issue is tightly related to the development of the lib… 119 Before posting a question, please ready this FAQ section as you might find answer to your issue her…
|
/lvgl-latest/src/hal/ |
D | lv_hal_disp.h | 58 … (It can't be a bit field because when it's cleared from IRQ Read-Modify-Write issue might occur)*/ 60 … (It can't be a bit field because when it's cleared from IRQ Read-Modify-Write issue might occur)*/
|
/lvgl-latest/.github/ |
D | auto-comment.yml | 1 # Comment to a new issue.
|
/lvgl-latest/docs/get-started/platforms/ |
D | arduino.md | 77 * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
|
/lvgl-latest/src/misc/ |
D | lv_log.h | 30 #define LV_LOG_LEVEL_ERROR 3 /**< Only critical issue, when the system may fail*/
|
/lvgl-latest/docs/widgets/core/ |
D | label.md | 61 …ustomize another aspect of the scrolling animation, feel free to open an [issue on Github](https:/…
|
/lvgl-latest/docs/porting/ |
D | display.md | 211 …epending on your configuration. If you encounter a problem please open an issue on [GitHub](https:…
|
/lvgl-latest/src/extra/layouts/flex/ |
D | lv_flex.c | 497 …*The issue comes up e,g, with column direction with center cross direction if an element's width c… in children_repos()
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.c | 151 /*It fixes a strange compiler optimization issue: https://github.com/lvgl/lvgl/issues/4370*/ in lv_font_get_glyph_dsc_fmt_txt()
|
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_conf_cmsis.h | 228 *LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
|
/lvgl-latest/ |
D | lv_conf_template.h | 240 *LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
|
/lvgl-latest/src/ |
D | lv_conf_internal.h | 570 *LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
|