Home
last modified time | relevance | path

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

/lvgl-latest/
DKconfig9 bool "Check this to not use custom lv_conf.h"
13 bool "LVGL minimal configuration"
23 bool "32: XRGB8888"
25 bool "24: RGB888"
27 bool "16: RGB565"
29 bool "8: RGB232"
31 bool "1: 1 byte per pixel"
49 bool "LVGL's built in implementation"
52 bool "Standard C functions malloc/realloc/free"
55 bool "MicroPython functions malloc/realloc/free"
[all …]
/lvgl-latest/scripts/gdb/lvglgdb/
Dvalue.py22 def cast(self, type_name: str | gdb.Type, ptr: bool = False) -> Optional['Value']: argument
/lvgl-latest/docs/details/integration/driver/
Dwindows.rst74 bool allow_dpi_override = false;
75 bool simulator_mode = false;
DX11.rst90 bool terminated = false;
/lvgl-latest/env_support/esp/rlottie/
D0001-changes-to-compile-with-esp-idf.patch77 bool moduleLoad()
/lvgl-latest/scripts/
DLVGLImage.py166 def is_indexed(self) -> bool:
173 def is_alpha_only(self) -> bool:
177 def has_alpha(self) -> bool:
185 def is_colormap(self) -> bool:
191 def is_luma_only(self) -> bool:
311 premultiplied: bool, argument
1262 premultiply: bool = False, argument
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino58 bool touched = my_get_touch( &x, &y );
/lvgl-latest/docs/details/other-components/
Dobj_property.rst176 bool enable; /**< Booleans */
222 bool enable;
/lvgl-latest/docs/details/main-components/
Dfont.rst503bool my_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_l…
Dimage.rst327 bool reshape_success = NULL != lv_draw_buf_reshape(my_decoder_data->partial,