Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/env_support/pikascript/
DREADME.md3 …ikascript) is an ultralightweight python engine that can run with 4KB of RAM and 32KB of Flash (su…
/lvgl-latest/src/libs/lz4/
Dlz4.c253 #define KB *(1 <<10) macro
700 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1));
882 || inputSize >= 4 KB) in LZ4_prepareTable()
900 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
1585 dict->currentOffset += 64 KB; in LZ4_loadDict()
1591 if ((dictEnd - p) > 64 KB) p = dictEnd - 64 KB; in LZ4_loadDict()
1622 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1640 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1648 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
1649 if (LZ4_dict->dictSize > 64 KB) LZ4_dict->dictSize = 64 KB; in LZ4_renormDictT()
[all …]
/lvgl-latest/docs/details/integration/os/
Drt-thread.rst12 microcontroller (MCU) systems, the Nano version that requires only 3 KB
13 Flash and 1.2 KB RAM memory resources can be tailored with easy-to-use
25 requires only 1.2KB of RAM and 3 KB of Flash.
/lvgl-latest/demos/
DREADME.md122 For running this demo properly, please make sure **LV_MEM_SIZE** is at least **38KB** (and **48KB**…
/lvgl-latest/docs/
DREADME_jp.rst58 LVGL のシステム要件は、RAM 32KB、Flash
59 128KB、Cコンパイラ、フレームバッファ、1/10スクリーンサイズのレンダリング用バッファです。
79 - MITライセンスにより商用利用可能。 - システム要件:RAM 32KB、Flash
80 128KB、フレームバッファ、レンダリング用に1/10以上のスクリーンサイズのバッファ。
DREADME_zh.rst58 它拥有创建现代美观 GUI 的所有功能:30 多个内置控件、强大的样式系统、Web 启发的布局管理器和支持多种语言的排版系统。要将 LVGL 集成到您的平台中,您只需要至少 32 KB
59 RAM 和 128 KB Flash、C 编译器、帧缓冲区和至少 1/10 屏幕大小的渲染缓冲区。
77 - 仅需 32 KB RAM 和 128 KB Flash,一个帧缓冲区,以及至少 1/10 屏幕大小的渲染缓冲区。
/lvgl-latest/docs/intro/
Dintroduction.rst47 * Dynamic data (heap): > 2 KB (> 48 kB is recommended if using many GUI Widgets).
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c15 …emory for lv_demo_widgets. Please set LV_MEM_SIZE to at least 38KB (38ul * 1024ul). 48KB is recom…
/lvgl-latest/
DKconfig219 If FreeType or ThorVG is enabled, it is recommended to set it to 32KB or more.
1334 bool "Use extra 16KB RAM to cache decoded data to accelerate"
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst753 * NOTE: If FreeType or ThorVG is enabled, it is recommended to set it to 32KB or more.