Lines Matching full:with
5 today and get started with your next GUI application.
7 ## Creating new project with LVGL
8 …CU SDK example project is recommended as a starting point. It comes fully configured with LVGL (and
9 with PXP/VGLite support if the modules are present), no additional integration work is required.
30 All operations can be used in conjunction with optional transparency.
33 - Area fill with color
80 - src/draw/nxp/pxp/lv_draw_pxp_blend.c[.h]: fill and blit (with optional transformation)
93 …- Implementation depends on multiple OS-specific functions. The struct `lv_nxp_pxp_cfg_t` with cal…
103 - `LV_GPU_NXP_PXP_SIZE_LIMIT`: size threshold for fill/blit (with optional transformation)
123 All operations can be used in conjunction with optional transparency.
126 - Area fill with color
128 - Image Rotation (any degree with decimal)
130 - Draw rectangle background with optional radius or gradient
132 - Draw rectangle border/outline with optional rounded corners
133 - Draw arc with optional rounded ending
134 - Draw line or dashed line with optional rounded ending
166 - src/draw/nxp/vglite/lv_draw_vglite_blend.c[.h]: fill and blit (with optional transformation)
182 - `LV_GPU_NXP_VG_LITE_SIZE_LIMIT`: size threshold for fill/blit (with optional transformation)