/lvgl-3.5.0/docs/ |
D | CONTRIBUTING.md | 52 …github.com/<YOUR_NAME>/lvgl`) by clicking the *"New pull request"* button. Don't forget to select … 84 - don't capitalize the first letter 165 Most of these options don't even require knowing a single line of LVGL code. 187 Only one thing: On social media don't forget to add a link to `https://lvgl.io` or `https://github.… 200 If you don't want to speak about your project publicly, feel free to use [Contact form](https://lvg… 232 If you found and fixed a bug don't hesitate to send a [Pull request](#pull-request) with the fix. 243 Just read the titles and if you are familiar with the topic don't hesitate to share your thoughts a…
|
D | CHANGELOG.md | 372 - fix(keyboard): don't show popovers on map change [`ac202e7`](https://github.com/lvgl/lvgl/commit/… 463 - ci don't run workflows twice on PRs [`fcc1152`](https://github.com/lvgl/lvgl/commit/fcc1152f9c144… 832 - perf(draw) ignore masks if they don't affect the current draw area [`a842791`](https://github.com… 1065 - fix(chart) don't draw series lines with < 1 points [`655f42b`](https://github.com/lvgl/lvgl/co… 1133 - fix(examples) don't compile assets unless needed [`2523`](https://github.com/lvgl/lvgl/pull/2523) 1565 - fix(indev) don't leave edit mode if there is only one object in the group
|
/lvgl-3.5.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 606 …* Here we want to compute an approximate RGB value from a HSV input color space. We don't want to … 629 uint16_t ww = v * bb; /*Don't try to be precise, but instead, be fast*/ in fast_hsv2rgb() 663 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast() 673 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast() 682 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast()
|
/lvgl-3.5.0/src/extra/libs/qrcode/ |
D | qrcodegen.c | 43 // - They don't read mutable global variables or write to any global variables. 44 // - They don't perform I/O, read the clock, print to console, etc. 46 // - They don't allocate or free any memory on the heap. 47 // - They don't recurse or mutually recurse. All the code 433 // Don't draw on the three finder corners in initializeFunctionModules() 478 continue; // Don't draw on the three finder corners in drawWhiteFunctionModules()
|
/lvgl-3.5.0/src/extra/libs/png/ |
D | lodepng.h | 272 …unsigned ignore_adler32; /*if 1, continue and don't give an error message if the Adler32 checksum … 482 Don't allocate these text buffers yourself. Use the init/cleanup functions 573 Don't allocate this buffer yourself. Use the init/cleanup functions 718 …ault 1. if 0, disallow choosing palette colortype in auto_choose_color, and don't count numcolors*/ 746 have to cleanup this buffer, LodePNG will never free it. Don't forget that filter_palette_zero 1368 to by viewers that don't support more than 256 colors (if those still exist) 1439 If, when encoding, you don't want LodePNG to choose the output PNG color type 1818 *) 15 jun 2019: (!) auto_choose_color API changed (for bugfix: don't use palette
|
/lvgl-3.5.0/src/draw/sdl/ |
D | lv_draw_sdl_label.c | 100 /*Don't draw anything if the character is empty. E.g. space*/ in lv_draw_sdl_draw_letter() 109 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sdl_draw_letter() 143 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sdl_draw_letter()
|
/lvgl-3.5.0/src/draw/nxp/pxp/ |
D | lv_draw_pxp_blend.c | 195 .dstAlphaMode = kPXP_PorterDuffAlphaStraight, /*don't care*/ in lv_gpu_nxp_pxp_fill() 196 .srcAlphaMode = kPXP_PorterDuffAlphaStraight /*don't care*/ in lv_gpu_nxp_pxp_fill() 415 .dstAlphaMode = kPXP_PorterDuffAlphaStraight, /*don't care*/ in lv_pxp_blit_cover()
|
/lvgl-3.5.0/src/core/ |
D | lv_indev_scroll.c | 309 /*If this object don't want to chain the scroll to the parent stop searching*/ in find_scroll_obj() 368 /*If this object don't want to chain the scroll to the parent stop searching*/ in find_scroll_obj() 616 /*If there is snapping in the current direction don't use the elastic factor because in elastic_diff()
|
D | lv_obj_class.c | 139 /*Don't let the descendant methods run during destructing the ancestor type*/ in _lv_obj_destruct() 180 /*Don't let the descendant methods run during constructing the ancestor type*/ in lv_obj_construct()
|
D | lv_obj_scroll.c | 261 /*Don't let scroll more then naturally possible by the size of the content*/ in lv_obj_scroll_by_bounded() 284 /*Don't let scroll more then naturally possible by the size of the content*/ in lv_obj_scroll_by_bounded()
|
/lvgl-3.5.0/docs/libs/ |
D | rlottie.md | 49 - some compilers don't support very long strings 90 If you don't enable looping, a `LV_EVENT_READY` is sent when the animation can not make more progre…
|
/lvgl-3.5.0/docs/overview/ |
D | timer.md | 61 …ou can't delete an object because something else is still using it, or you don't want to block the… 87 If you just want to delete an object and don't need to clean anything up in `my_screen_cleanup` you…
|
D | drawing.md | 3 With LVGL, you don't need to draw anything manually. Just create objects (like buttons, labels, arc… 18 The main difference is that with LVGL you don't have to store two frame buffers (which usually requ…
|
/lvgl-3.5.0/docs/others/ |
D | ime_pinyin.md | 23 You can use `lv_ime_pinyin_set_dict(pinyin_ime, your_dict)` to use a custom dictionary (if you don'… 47 If you don't want to use the built-in Pinyin dictionary, you can use the custom dictionary.
|
/lvgl-3.5.0/src/extra/others/fragment/ |
D | lv_fragment.h | 44 * @warning Don't modify values inside this struct! 154 * true before `lv_fragment_del_obj` is called. Don't touch any object if this is true
|
/lvgl-3.5.0/src/draw/sw/ |
D | lv_draw_sw_letter.c | 128 /*Don't draw anything if the character is empty. E.g. space*/ in lv_draw_sw_letter() 135 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sw_letter()
|
/lvgl-3.5.0/src/misc/ |
D | lv_tlsf.c | 767 …** Note that we don't need to check sl, since it comes from a modulo operation that guarantees it'… in block_locate_free() 1163 /* Don't attempt to free a NULL pointer. */ in lv_tlsf_free()
|
/lvgl-3.5.0/tests/src/ |
D | lv_test_helpers.h | 5 /* Skip checking heap as we don't have the info available */
|
/lvgl-3.5.0/.github/workflows/ |
D | main.yml | 11 - name: Automatically close issues that don't follow the issue template
|
D | close_old_issues.yml | 23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i…
|
/lvgl-3.5.0/.github/ISSUE_TEMPLATE/ |
D | dev-discussion.md | 11 Issues that don't use this template will be ignored and closed.
|
D | bug-report.md | 12 Issues that don't use this template will be ignored and closed.
|
/lvgl-3.5.0/examples/widgets/dropdown/ |
D | lv_example_dropdown_3.c | 37 /*In a menu we don't need to show the last clicked item*/ in lv_example_dropdown_3()
|
D | lv_example_dropdown_3.py | 49 # In a menu we don't need to show the last clicked item
|
/lvgl-3.5.0/tests/ |
D | README.md | 57 - use the default theme, with the default color (don't set a theme manually)
|