Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 34) sorted by relevance

12

/lvgl-latest/env_support/pikascript/
Dpika_lvgl.pyi6 ALL: int
7 PRESSED: int
8 PRESSING: int
9 PRESS_LOST: int
10 SHORT_CLICKED: int
11 LONG_PRESSED: int
12 LONG_PRESSED_REPEAT: int
13 CLICKED: int
14 RELEASED: int
15 SCROLL_BEGIN: int
[all …]
/lvgl-latest/env_support/cmsis-pack/
Dlv_os_custom_h.txt25 typedef int lv_mutex_t;
26 typedef int lv_thread_t;
27 typedef int lv_thread_sync_t;
/lvgl-latest/demos/music/assets/
Dspectrum.py19 fs = int(len(S) / fn)
27 if v != 0: v = int(v/30)
30 fout.write(str(int(v)) + ", ")
/lvgl-latest/scripts/gdb/lvglgdb/
Dlvgl.py35 next_value = Value(int(node) + self._next_offset)
39 prev_value = Value(int(node) + self._prev_offset)
78 return int(self.coords.x1)
82 return int(self.coords.y1)
86 return int(self.coords.x2)
90 return int(self.coords.y2)
124 def get_child(self, index: int): argument
199 prop = int(style.prop)
232 type=int,
Ddebugger.py24 type=int,
/lvgl-latest/scripts/
DLVGLImage.py126 def bpp(self) -> int:
151 def ncolors(self) -> int:
307 w: int, h: int, argument
308 stride: int, argument
392 w: int = 0, argument
393 h: int = 0, argument
394 stride: int = 0, argument
395 align: int = 1, argument
396 flags: int = 0): argument
409 def stride_align(self, align: int) -> int: argument
[all …]
Drelease_branch_updater.py22 arg_parser.add_argument("--oldest-major", type=int)
204 release_versions.append((int(release_branch[1]), int(release_branch[2])))
Djpg_to_sjpg.py89 header = header + int(JPEG_SPLIT_HEIGHT).to_bytes(2, byteorder='little');
/lvgl-latest/.devcontainer/
D__main.c__38 static int tick_thread(void * data);
46 int monitor_hor_res, monitor_ver_res;
61 int main(int argc, char ** argv)
/lvgl-latest/docs/details/integration/bindings/
Dpikascript.rst146 def set_end_angle(self, angle: int): ...
147 def set_bg_angles(self, start: int, end: int): ...
148 def set_angles(self, start: int, end: int): ...
157 void pika_lvgl_arc_set_end_angle(PikaObj* self, int angle) {
161 void pika_lvgl_arc_set_bg_angles(PikaObj *self, int start, int end){
165 void pika_lvgl_arc_set_angles(PikaObj *self, int start, int end){
Dapi_json.rst132 IE: struct, union, int, unsigned int, etc...
143 This is always going to be an "int" type. Make sure you do not use this
157 going to be an "int". It will usually point to an lvgl type and the type
264 "name":"int",
370 "name":"int",
/lvgl-latest/docs/details/integration/driver/
Dopengles.rst43 int main()
56 unsigned int texture_id = lv_opengles_texture_get_texture_id(texture);
114 unsigned int main_texture_id = lv_opengles_texture_get_texture_id(main_texture);
139 unsigned int sub_texture_id = lv_opengles_texture_get_texture_id(sub_texture);
158 unsigned int external_texture_id;
168 const int texture_format = GL_R8;
170 const int texture_format = GL_RGB565;
172 const int texture_format = GL_RGB;
174 const int texture_format = GL_RGBA;
DX11.rst64 int main(int argc, char ** argv)
101 int main(int argc, char ** argv)
/lvgl-latest/
DKconfig35 int
96 int "Size of the memory used by `lv_malloc()` in kilobytes (>= 2kB)"
101 int "Size of the memory expand for `lv_malloc()` in kilobytes"
114 int "Default refresh period (ms)"
120 int "Default Dots Per Inch (in px/inch)"
151 int
178 int "Buffer stride alignment"
184 int "Buffer address alignment"
197 int "Optimal size to buffer the widget with opacity"
206 int "The maximum amount of memory that can be used for layers"
[all …]
/lvgl-latest/scripts/built_in_font/
Dbuilt_in_font_gen.py11 type=int,
16 type=int,
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
DREADME.md24 int main() {
26int len = random_utf8_chars(chars, BUF_LEN, ALPHANUM_AND_CJK_TABLE, ALPHANUM_AND_CJK_TABLE_LEN, 25…
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst121 int height = area->y2 - area->y1 + 1;
122 int width = area->x2 - area->x1 + 1;
130 for (int i = 0; i < width * height; i++) {
252 int height = area->y2 - area->y1 + 1;
253 int width = area->x2 - area->x1 + 1;
260 for (int i = 0; i < width * height; i++) {
/lvgl-latest/scripts/gen_json/
Dget_sdl2.py31 content_length = int(r.headers['Content-Length'])
/lvgl-latest/docs/details/libs/
Dlfs.rst45 int err = lfs_mount(&lfs, &cfg);
Drle.rst39 def rle_compress(self, data: bytearray, blksize: int, threshold=16):
/lvgl-latest/docs/details/debugging/
Dprofiler.rst57 static int my_get_tid_cb(void)
59 return (int)syscall(SYS_gettid);
62 static int my_get_cpu_cb(void)
64 int cpu_id = 0;
/lvgl-latest/demos/
DREADME.md85 int main(int argc, char ** argv)
/lvgl-latest/docs/details/integration/os/
Dqnx.rst112 int
113 main(int argc, char **argv)
/lvgl-latest/env_support/esp/rlottie/
D0001-changes-to-compile-with-esp-idf.patch52 using lottie_image_load_f = unsigned char *(*)(const char *filename, int *x,
/lvgl-latest/docs/details/other-components/
Dxml.rst105 - ``<consts>``: Constants with ``int``, ``px``, ``string``, ``color``, or ``style`` types.
107 - ``<params>``: Parameters with ``int``, ``px``, ``string``, ``color``, or ``style`` types.
241 for(int i = 0; attrs[i]; i += 2) {

12