Searched refs:local (Results 1 – 17 of 17) sorted by relevance
/lvgl-3.4.0/docs/libs/ |
D | freetype.md | 15 - Add include path: `/usr/include/freetype2` (for GCC: `-I/usr/include/freetype2 -L/usr/local/lib`) 16 - Add library: `freetype` (for GCC: `-L/usr/local/lib -lfreetype`)
|
/lvgl-3.4.0/docs/widgets/extra/ |
D | meter.md | 58 `indic = lv_meter_add_scale_lines(meter, scale, color_start, color_end, local, width_mod)` adds an … 59 If `local` is `true` the ticks' color will be faded from `color_start` to `color_end` in the indica… 60 If `local` is `false` `color_start` and `color_end` will be mapped to the start and end value of th…
|
/lvgl-3.4.0/docs/overview/ |
D | style.md | 17 - Objects can also have local styles with higher precedence than "normal" styles. 117 In other words they cannot be local variables in functions which are destroyed when the function ex… 208 To get a final value of property - considering cascading, inheritance, local styles and transitions… 217 In addition to "normal" styles, objects can also store local styles. This concept is similar to inl… 219 Local styles are like normal styles, but they can't be shared among other objects. If used, local s… 220 They are useful to add local customization to an object. 222 Unlike in CSS, LVGL local styles can be assigned to states (*pseudo-classes*) and parts (*pseudo-el… 224 To set a local property use functions like `lv_obj_set_style_<property_name>(obj, <value>, <selecto…
|
D | file-system.md | 18 …ow. The `lv_fs_drv_t` needs to be static, global or dynamically allocated and not a local variable.
|
D | coords.md | 51 …yle property. If you use `lv_obj_set_x(obj, 20)` LVGL saves `x=20` in the local style of the objec… 190 …of simplicity and set the position, size, and alignment properties in the local styles of the obje…
|
D | display.md | 19 - Have a "normal" TFT display with local UI and create "virtual" screens on VNC on demand. (You nee…
|
/lvgl-3.4.0/src/extra/widgets/meter/ |
D | lv_meter.h | 227 … lv_color_t color_end, bool local, int16_t width_mod);
|
D | lv_meter.c | 183 lv_color_t color_end, bool local, int16_t width_mod) in lv_meter_add_scale_lines() argument 196 indic->type_data.scale_lines.local_grad = local; in lv_meter_add_scale_lines()
|
/lvgl-3.4.0/docs/widgets/core/ |
D | table.md | 26 …ue(table, row, col, "Content")`. The text is saved by the table so it can be even a local variable.
|
D | dropdown.md | 46 …t\nSecond\nThird"`. This string will be saved in the drop-down list, so it can in a local variable.
|
D | canvas.md | 23 Where `buffer` is a static buffer (not just a local variable) to hold the image of the canvas.
|
D | textarea.md | 98 The new text cannot be in a local variable which is destroyed when the event callback exists. `""` …
|
D | label.md | 26 This means that the array can't be a local variable which goes out of scope when the function exits…
|
/lvgl-3.4.0/tests/unity/ |
D | generate_test_runner.rb | 189 local: source.scan(/^\s*#include\s+\"\s*(.+\.#{@options[:include_extensions]})\s*\"/).flatten,
|
/lvgl-3.4.0/docs/porting/ |
D | display.md | 29 …ust be a static, global or dynamically allocated variable. It cannot be a local variable as they a…
|
/lvgl-3.4.0/docs/ |
D | CHANGELOG.md | 693 - docs(style) use correct API name for local styles [`2550`](https://github.com/lvgl/lvgl/pull/2550) 1250 - Fix setting local style property multiple times 1400 It uses an approach similar to CSS: support cascading styles, inheriting properties and local style…
|
/lvgl-3.4.0/scripts/ |
D | Doxyfile | 466 # This flag is only useful for Objective-C code. If set to YES, local methods, 1515 # MathJax. However, it is strongly recommended to install a local copy of
|