Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 26) sorted by relevance

12

/lvgl-latest/docs/
Ddoc_builder.py227 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 …]
DCODING_STYLE.rst72 - 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_…
DROADMAP.rst165 - Better way to reset global variables in `lv_deinit()` #3385
DREADME.md59 … contain those code elements (names of macros, enum/struct/union types, variables, namespaces, typ…
DDoxyfile657 # 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/
Dgif.rst15 As source, it also accepts images as variables (:c:struct:`lv_image_dsc_t`) or
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst18 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.
Dcore_components.rst112 variables that govern the OpenEmbedded build process. These files fall
Dlvgl_recipe.rst408 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/
Dcmake.rst63 All optional targets can be disabled by setting the proper cache variables.
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst78 global variables in TLS (Thread-Local Storage).
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst202 - Pointers which are global variables
203 - Pointers which are static global variables
204 - Pointers which are static local variables
Dapi_json.rst47 - variables
450 "variables":[
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst35 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/
Dpycparser_monkeypatch.py711 variables = []
748 variables.append(item)
803 'variables': variables,
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst198 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/
Dobserver.rst81 Subjects have to be static or global :cpp:type:`lv_subject_t` type variables.
/lvgl-latest/tests/
DCMakeLists.txt99 -Wno-unused-but-set-variable # unused variables are common in the dual-heap arrangement
/lvgl-latest/docs/details/base-widget/
Devent.rst216 - notify a label to refresh its text according to one or more variables (e.g. current time)
/lvgl-latest/docs/intro/
Dintroduction.rst286 …er flags and `--gc-sections` linker flag to remove unused functions and variables from the final b…
Dbasics.rst321 in the Widgets so they need to be defined as static or global variables. Before
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst146 #. Add the following lines to the Private variables:
/lvgl-latest/docs/details/main-components/
Dfs.rst286 variables stored in the compiled program).
Dfont.rst131 The built-in fonts are **global variables** with names like
Dimage.rst121 In the generated C arrays (variables), bitmaps for all the color depths

12