Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/docs/details/widgets/
Dled.rst46 You can set custom LED ON and OFF brightness values by defining macros
Dwin.rst80 to use is one of the ``LV_SYMBOL_...`` macros, such as :c:macro:`LV_SYMBOL_CLOSE`
/lvgl-latest/env_support/cmsis-pack/
DREADME.md123 9. update the definition of following macros: `LV_USE_VECTOR_GRAPHIC`, `LV_USE_THORVE_INTERNAL` and…
138 10. update the definition of following macros: `LV_USE_LZ4`, `LV_USE_LZ4_INTERNAL` and `LV_USE_LZ4_…
Dlv_cmsis_pack.txt59 /*! \name The macros to identify the compiler */
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst50 - macros
192 collected about macros and in most cases a binding will need to have these
494 "macros":[
Dpikascript.rst19 … API for the C module in Python, and you don't need to deal with the headache of writing any macros
/lvgl-latest/docs/details/other-components/
Dobj_id.rst31 - two additional configuration macros both :c:macro:`LV_OBJ_ID_AUTO_ASSIGN` and
162 Regardless of the state of any of the above macros, the function
Dfont_manager.rst24 :c:macro:`LV_USE_FREETYPE` and :c:macro:`LV_USE_FONT_MANAGER` macros to non-zero
Dobj_property.rst139 macros in the ``enum`` in the Widget's primary ``.h`` file. In both cases, the
/lvgl-latest/demos/
DREADME.md6 2. In the ***lv_conf.h*** or equivalent places, you can find demo related macros, change its value …
/lvgl-latest/docs/
DREADME.md59 …s hyperlinks to the API pages that contain those code elements (names of macros, enum/struct/union…
DCODING_STYLE.rst267 - Use ``enum``\ s instead of macros. If inevitable to use ``define``\ s
DDoxyfile657 # appearance of the value of individual variables and macros / defines can be
2027 # the macro expansion is limited to the macros specified with the PREDEFINED and
2058 # gcc). The argument of the tag is a list of macros of the form: name or
2076 # remove all references to function-like macros that are alone on a line, have
2077 # an all uppercase name, and do not end with a semicolon. Such function macros
DCHANGELOG.rst192 - **fix(docbuild): Fix @file commands and guard macros.** `6689 <https://github.com/lvgl/lvgl/pull…
/lvgl-latest/docs/details/main-components/
Dfs.rst172 by setting one or more of the following macros to a non-zero value in ``lv_conf.h``.
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py74 macros = {} variable
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h63 RAPIDJSON_DIAG_OFF(variadic-macros)