Searched refs:variables (Results 1 – 25 of 26) sorted by relevance
12
/lvgl-latest/docs/ |
D | doc_builder.py | 227 variables = {} variable 351 variables=set(), 364 elif type_ in variables: 365 self._deps['variables'].add(variables[type_]) 407 if name in variables: 408 self.__dict__.update(variables[name].__dict__) 410 variables[name] = self 708 variables=set(), 724 elif type_ in variables: 725 self._deps['variables'].add(variables[type_]) [all …]
|
D | CODING_STYLE.rst | 72 - Declare variables where needed (not all at function start). 75 - Do not use global variables (use functions to set/get static variables). 202 - Use back-quotes (\`...\`) around code elements (variables, type names, function names). For type 279 - Do not ``malloc`` into a static or global variables. Instead declare the variable in ``lv_global_…
|
D | ROADMAP.rst | 165 - Better way to reset global variables in `lv_deinit()` #3385
|
D | README.md | 59 … contain those code elements (names of macros, enum/struct/union types, variables, namespaces, typ…
|
D | Doxyfile | 657 # appearance of the value of individual variables and macros / defines can be 1842 # Set optional variables used in the generation of an RTF document. Syntax is 1999 # The names of the make variables in the generated doxyrules.make file are 2002 # overwrite each other's variables. 2225 # dependencies (inheritance, containment, and class references variables) of the
|
/lvgl-latest/docs/details/libs/ |
D | gif.rst | 15 As source, it also accepts images as variables (:c:struct:`lv_image_dsc_t`) or
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 18 This chapter lists basic variables used in the LVGL Yocto guide and gives an 22 <https://docs.yoctoproject.org/ref-manual/variables.html>`_. This section 23 covers a lot of variables used in the OpenEmbedded build system.
|
D | core_components.rst | 112 variables that govern the OpenEmbedded build process. These files fall
|
D | lvgl_recipe.rst | 408 which likely contains additional configuration options or variables 485 the project, specifying build options and paths based on variables in your
|
/lvgl-latest/docs/details/integration/building/ |
D | cmake.rst | 63 All optional targets can be disabled by setting the proper cache variables.
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 78 global variables in TLS (Thread-Local Storage).
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 202 - Pointers which are global variables 203 - Pointers which are static global variables 204 - Pointers which are static local variables
|
D | api_json.rst | 47 - variables 450 "variables":[
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 35 the *main.c* file. \* Create some frame buffer(s) as global variables: 152 \* ``#include "lvgl.h"`` \* Create your frame buffer(s) as global variables:
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 711 variables = [] 748 variables.append(item) 803 'variables': variables,
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 198 Styles are stored in :cpp:type:`lv_style_t` variables. Style variables should be 200 be local variables in functions which are destroyed when the function
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 81 Subjects have to be static or global :cpp:type:`lv_subject_t` type variables.
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 99 -Wno-unused-but-set-variable # unused variables are common in the dual-heap arrangement
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 216 - notify a label to refresh its text according to one or more variables (e.g. current time)
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 286 …er flags and `--gc-sections` linker flag to remove unused functions and variables from the final b…
|
D | basics.rst | 321 in the Widgets so they need to be defined as static or global variables. Before
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 146 #. Add the following lines to the Private variables:
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 286 variables stored in the compiled program).
|
D | font.rst | 131 The built-in fonts are **global variables** with names like
|
D | image.rst | 121 In the generated C arrays (variables), bitmaps for all the color depths
|
12