lv_draw_sw_mask_apply() is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

One of these values: - `LV_DRAW_MASK_RES_FULL_TRANSP`: the whole line is transparent. `mask_buf` is not set to zero - `LV_DRAW_MASK_RES_FULL_COVER`: the whole line is fully visible. `mask_buf` is unchanged - `LV_DRAW_MASK_RES_CHANGED`: `mask_buf` has changed, it shows the desired opacity of each pixel in the given line

References

from examples