Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 50) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dmeta.h56 template <bool C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef …
58 template <bool C, typename T1, typename T2> struct SelectIfCond : SelectIfImpl<C>::template Apply<T…
59 template <typename C, typename T1, typename T2> struct SelectIf : SelectIfCond<C::Value, T1, T2> {};
66 template <typename C> struct BoolExpr : SelectIf<C,TrueType,FalseType>::Type {};
67 template <typename C> struct NotExpr : SelectIf<C,FalseType,TrueType>::Type {};
/lvgl-latest/env_support/cmsis-pack/
Dlv_os_custom_h.txt10 extern "C" {
40 } /*extern "C"*/
DREADME.md221 CMSIS_PACK_PATH="/C/Users/$USER/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0"
222 PATH_TO_ADD="/C/Program Files (x86)/7-Zip/:$CMSIS_PACK_PATH/CMSIS/Utilities/Win32/:/C/xmllint/"
/lvgl-latest/env_support/rt-thread/squareline/
DREADME.md3 …ut the generated C files into `ui` folder, so that rt-thread will automatically detect them; or, a…
/lvgl-latest/docs/details/libs/
Dtjpgd.rst18 - Read from file and C array are implemented.
45 Converting JPEG to C array
49 - Color format = RAW, output format = C Array
Dgif.rst18 Convert GIF files to C array
23 format and "C array" Output format.
Dbmp.rst31 - Only BMP files are supported and BMP images as C array
36 …flash it's better to convert them to C array with `LVGL's image converter <https://lvgl.io/tools/i…
/lvgl-latest/demos/ebike/assets/
Dimg_gen.sh2 python3.10 ../../../scripts/LVGLImage.py $1 --ofmt C -o ../src/generated --cf $2
/lvgl-latest/docs/details/integration/bindings/
Dpikascript.rst18 It's smarter, with a unique C module mechanism that allows you to generate bindings automatically b…
19 writing the API for the C module in Python, and you don't need to deal with the headache of writing…
20 or global tables manually. On the other hand, all C modules have sophisticated smart hints, even hi…
138 PikaScript has a unique C module smart binding tool
151 Then PikaScript's pre-compiler can automatically bind the following C functions, simply by naming t…
188 In addition to binding C modules, the precompiler compiles Python scripts to bytecode in the PC, re…
Dmicropython.rst44 LVGL is implemented in C and its APIs are in C.
51 - Usually, GUI development requires multiple iterations to get things right. With C, each iteration…
64 - Make LVGL accessible to a larger audience. No need to know C to create a nice GUI on an embedded …
77 It's very much like the C API, but Object-Oriented for LVGL components.
134 - Drivers can be implemented either in C as a MicroPython module, or in pure Python!
182 - When building lv_micropython, the public LVGL C API is scanned and MicroPython API is auto-genera…
186 LVGL C API Coding Conventions
241 In C a callback is just a function pointer. But in MicroPython we need to register a *MicroPython c…
244 Therefore we defined a **callback convention** for the LVGL C API that expects lvgl headers to be d…
256 There are a few options for defining a callback in LVGL C API:
/lvgl-latest/docs/details/integration/os/buildroot/
Dquick_setup.rst30 tar -xzf images/aarch64-buildroot-linux-gnu_sdk-buildroot.tar.gz -C ~/sdk
39 make -j $(nproc) -C build
Dlvgl_app.rst60 tar -xzf images/aarch64-buildroot-linux-gnu_sdk-buildroot.tar.gz -C ~/sdk
116 make -j $(nproc) -C build
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
DCMakeLists.txt2 project(rnd_unicodes C)
/lvgl-latest/tests/
DCMakeLists.txt16 project(lvgl_tests LANGUAGES C CXX)
36 if (${lang} STREQUAL C)
125 filter_compiler_options (C TEST_LIBS ${SANITIZE_AND_COVERAGE_OPTIONS})
130 filter_compiler_options (C TEST_LIBS ${SANITIZE_AND_COVERAGE_OPTIONS})
141 filter_compiler_options (C TEST_LIBS ${SANITIZE_AND_COVERAGE_OPTIONS})
230 filter_compiler_options(C LVGL_C_COMPILE_OPTIONS ${COMPILE_OPTIONS})
234 …filter_compiler_options(C LVGL_TESTFILE_COMPILE_OPTIONS ${LVGL_C_COMPILE_OPTIONS} -Wno-missing-pro…
248 filter_compiler_options(C LVGL_TESTFILE_COMPILE_OPTIONS ${LVGL_C_COMPILE_OPTIONS})
259 target_compile_options(lvgl PUBLIC $<$<COMPILE_LANGUAGE:C>: ${LVGL_C_COMPILE_OPTIONS}>)
/lvgl-latest/docs/
DREADME_pt_BR.rst67 compilador C, um frame buffer e pelo menos uma tela de tamanho 1/10 para
87 - Uma biblioteca C totalmente portátil (compatível com C++) sem
135 - Converta o código C para um arquivo HTML com o `Emscripten
209 Veja como criar um botão com um evento de clique em C e MicroPython.
234 Código C
269 Código MicroPython \| Simulador online
310 Código em C
354 Código MicroPython \| Online Simulator
416 Código C
469 Código MicroPython \| Simulador online
[all …]
DREADME_zh.rst59 RAM 和 128 KB Flash、C 编译器、帧缓冲区和至少 1/10 屏幕大小的渲染缓冲区。
72 - 一个完全可移植的 CC++ 兼容)库,没有外部依赖关系。
104 - 支持使用我们的 \ `Emscripten 移植 <https://github.com/lvgl/lv_web_emscripten>`__\ 从而将 C 写的 UI 代码转换为 HTML…
169 请参阅创建控件、使用布局和应用样式的一些示例。您将找到 C 和 MicroPython 代码,以及在在线 MicroPython 编辑器中尝试或编辑示例的链接。
182 <summary>C code</summary>
230 <summary>C code</summary>
287 <summary>C code</summary>
374 <summary>C code</summary>
471 <summary>C code</summary>
DREADME_jp.rst59 128KB、Cコンパイラ、フレームバッファ、1/10スクリーンサイズのレンダリング用バッファです。
74 Cライブラリ。(C++互換) -
116 によりC言語のUIコードをHTMLファイルに変換。
150 ウィジェット・レイアウト・スタイルのサンプルプログラムを用意しました。 C
174 C code
250 C code
356 C code
470 C code
/lvgl-latest/docs/details/main-components/
Dfs.rst23 LVGL contains prepared drivers for the API of POSIX, standard C,
77 - "Z:C:/Users/me/wip/proposal.txt"
78 - "Z:/Users/me/wip/proposal.txt" (if the default drive is known to be C:)
79 - "Z:C:/Users/Public/Documents/meeting_notes.txt"
82 Reminder: Note carefully that the prefixed "Z:" has nothing to do with the "C:" and
219 #define LV_FS_WIN32_PATH "C:/Users/me/"
333 B -->|yes| C{{"does the cache have
335 C -->|yes| D["copy all required bytes from
338 C -->|no| F["copy the available
/lvgl-latest/
DCMakeLists.txt6 project(lvgl LANGUAGES C HOMEPAGE_URL https://github.com/lvgl/lvgl)
DREADME.md37 …L into your platform, all you need is at least 32kB RAM and 128 kB Flash, a C compiler, a frame bu…
45 - A fully portable C (C++ compatible) library with no external dependencies.
68 …- Convert the C UI code to HTML file with our [Emscripten port](https://github.com/lvgl/lv_web_ems…
108 See some examples of creating widgets, using layouts and applying styles. You will find C and Micro…
118 <summary>C code</summary>
154 <summary>C code</summary>
198 <summary>C code</summary>
275 <summary>C code</summary>
362 <summary>C code</summary>
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst34 "Properties", navigating to "C/C++ Build", "Settings", "MCU G++ Linker", and then
/lvgl-latest/docs/details/widgets/
Dimage.rst35 - a variable in code (a C array containing the pixels).
44 To make the converted image variable accessible from the C file, declare it with
66 using the macro :c:macro:`LV_SYMBOL_DUMMY` (which equates to a 3-byte C string
144 C array, or on images provided by a custom :ref:`overview_image_decoder`
/lvgl-latest/docs/details/other-components/
Dxml.rst21 - XML is simpler to write than C, enabling people with different skill sets to create LVGL UIs.
30 - Dynamically create instances of XML components in C
68 - Cannot have custom C code.
211 Widgets are written in C and compiled into the application.
/lvgl-latest/docs/details/integration/chip/
Dalif.rst120 - C/C++ Extension Pack
160 "alif.setools.root" : "C:/alif-se-tools/app-release-exec",
161 "cortex-debug.JLinkGDBServerPath": "C:/Program Files/SEGGER/JLink/JLinkGDBServerCL.exe"
/lvgl-latest/docs/details/integration/framework/
Dtasmota-berry.rst67 - Make LVGL accessible to a larger audience. No need to know C to create a nice GUI on an embedded …
78 TL;DR: Similar to MicroPython, it's very much like the C API, but Object-Oriented for LVGL componen…

12