lv_canvas_init_layer() function
Initialize a layer to use LVGL's generic draw functions (lv_draw_rect/label/...) on the canvas. Needs to be usd in pair with `lv_canvas_finish_layer`.
Arguments
canvas
pointer to a canvas
layer
pointer to a layer variable to initialize