/lvgl-latest/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 | 153 - docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly [`227ac02`](https:… 537 - fix(keyboard): don't show popovers on map change [`ac202e7`](https://github.com/lvgl/lvgl/commit/… 628 - ci don't run workflows twice on PRs [`fcc1152`](https://github.com/lvgl/lvgl/commit/fcc1152f9c144… 997 - perf(draw) ignore masks if they don't affect the current draw area [`a842791`](https://github.com… 1230 - fix(chart) don't draw series lines with < 1 points [`655f42b`](https://github.com/lvgl/lvgl/co… 1298 - fix(examples) don't compile assets unless needed [`2523`](https://github.com/lvgl/lvgl/pull/2523) 1730 - fix(indev) don't leave edit mode if there is only one object in the group
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 104 // Simple 3D API (don't ship this, but it's fine for tools and quick start) 184 // "per inch" conventions don't make much sense on computer displays 243 // if you don't do this, stb_truetype is forced to do the conversion on 258 // given file is in a general way. I provide an API for this, but I don't 427 //// of C library functions used by stb_truetype, e.g. if you don't 646 unsigned char h_oversample, v_oversample; // don't set these, they're used internally 766 // the stbtt_fontinfo yourself, and stbtt_InitFont will fill it out. You don't 849 // GLYPH SHAPES (you probably don't need these, but they have to go before 967 // @TODO: don't expose this structure 1047 // of what font is what, and don't try to get it out of the .ttf file. [all …]
|
D | stb_rect_pack.h | 153 // If you don't do either of the above things, widths will be quantized to multiples 177 // the details of the following structures don't matter to you, but they must 246 // if it's ok to run out of memory, then don't bother aligning them; in stbrp_setup_allow_out_of_mem() 456 // 2. the best node doesn't fit (we don't always check this) in stbrp__skyline_pack_rectangle()
|
/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 603 …* Here we want to compute an approximate RGB value from a HSV input color space. We don't want to … 626 uint16_t ww = v * bb; /*Don't try to be precise, but instead, be fast*/ in fast_hsv2rgb() 660 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast() 670 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast() 679 /*Don't recompute costly scaling if it does not change*/ in angle_to_mode_color_fast()
|
/lvgl-latest/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-latest/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-latest/src/draw/sdl/ |
D | lv_draw_sdl_label.c | 99 /*Don't draw anything if the character is empty. E.g. space*/ in lv_draw_sdl_draw_letter() 108 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sdl_draw_letter() 146 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sdl_draw_letter()
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_blend.c | 200 .dstAlphaMode = kPXP_PorterDuffAlphaStraight, /*don't care*/ in lv_gpu_nxp_pxp_fill() 201 .srcAlphaMode = kPXP_PorterDuffAlphaStraight /*don't care*/ in lv_gpu_nxp_pxp_fill() 465 .dstAlphaMode = kPXP_PorterDuffAlphaStraight, /*don't care*/ in lv_pxp_blit_cover()
|
/lvgl-latest/src/core/ |
D | lv_indev_scroll.c | 306 /*If this object don't want to chain the scroll to the parent stop searching*/ in find_scroll_obj() 365 /*If this object don't want to chain the scroll to the parent stop searching*/ in find_scroll_obj() 610 /*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-latest/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-latest/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-latest/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-latest/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-latest/src/draw/renesas/ |
D | lv_gpu_d2_draw_label.c | 259 /*Don't draw anything if the character is empty. E.g. space*/ in lv_draw_gpu_letter() 266 /*If the letter is completely out of mask don't draw it*/ in lv_draw_gpu_letter()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_letter.c | 127 /*Don't draw anything if the character is empty. E.g. space*/ in lv_draw_sw_letter() 134 /*If the letter is completely out of mask don't draw it*/ in lv_draw_sw_letter()
|
/lvgl-latest/src/misc/ |
D | lv_tlsf.c | 766 …** Note that we don't need to check sl, since it comes from a modulo operation that guarantees it'… in block_locate_free() 1162 /* Don't attempt to free a NULL pointer. */ in lv_tlsf_free()
|
/lvgl-latest/tests/src/ |
D | lv_test_helpers.h | 5 /* Skip checking heap as we don't have the info available */
|
/lvgl-latest/.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-latest/.github/ISSUE_TEMPLATE/ |
D | dev-discussion.md | 11 Issues that don't use this template will be ignored and closed.
|
/lvgl-latest/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()
|