mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
fix(example): fix gradient has no effect (#4850)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -16,7 +16,9 @@ void lv_example_style_2(void)
|
||||
grad.dir = LV_GRAD_DIR_VER;
|
||||
grad.stops_count = 2;
|
||||
grad.stops[0].color = lv_palette_lighten(LV_PALETTE_GREY, 1);
|
||||
grad.stops[0].opa = LV_OPA_COVER;
|
||||
grad.stops[1].color = lv_palette_main(LV_PALETTE_BLUE);
|
||||
grad.stops[1].opa = LV_OPA_COVER;
|
||||
|
||||
/*Shift the gradient to the bottom*/
|
||||
grad.stops[0].frac = 128;
|
||||
|
||||
Reference in New Issue
Block a user