Lines Matching full:set
39 - Select NXP PXP engine in "lv_conf.h": Set :c:macro:`LV_USE_PXP` to `1`.
40 - In order to use PXP as a draw unit, select in "lv_conf.h": Set :c:macro:`LV_USE_DRAW_PXP` to `1`.
41 - In order to use PXP to rotate the screen, select in "lv_conf.h": Set :c:macro:`LV_USE_ROTATE_PXP`…
42 - Enable PXP asserts in "lv_conf.h": Set :c:macro: `LV_USE_PXP_ASSERT` to `1`.
44 c:macro:`LV_ASSERT_HANDLER` is set to `while(1);` (Halt by default). Else,
62 with the additional callbacks, if :c:macro:`LV_USE_DRAW_PXP` is set to `1`:
86 preferred score and the draw unit id will be set to the task. An `score` equal
91 task (having the `DRAW_UNIT_ID_PXP` set) and will pass the task to the PXP draw
145 is set to process 16x16 blocks to optimize the system for memory bandwidth and
153 - Buffer address must be aligned to 64 bytes: set :c:macro:`LV_DRAW_BUF_ALIGN`
155 No stride alignment is required: set :c:macro:`LV_DRAW_BUF_STRIDE_ALIGN` to
210 - Select NXP VGLite engine in "lv_conf.h": Set :c:macro:`LV_USE_DRAW_VGLITE` to
213 - Enable VGLite asserts in "lv_conf.h": Set :c:macro: `LV_USE_VGLITE_ASSERT` to
216 can stop the program execution in case the c:macro: `LV_ASSERT_HANDLER` is set
245 PRINTF("VGLite set command buffer. STOP.");
285 preferred score and the draw unit id will be set to the task. An `score` equal
290 draw task (having the `DRAW_UNIT_ID_VGLITE` set) and will pass the task to the
300 Set :c:macro: `LV_USE_VGLITE_BLIT_SPLIT` to `1`.
308 - By default, the blit split threshold is set to 352. Blits with width or height
315 Set :c:macro: `LV_USE_VGLITE_DRAW_ASYNC` to `1`.
384 aligned. As general rule, the alignment is set to 16 pixels. This makes the
408 - "src/draw/nxp/vglite/lv_vglite_matrix.c": set vglite matrix