mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 23:37:43 +08:00
fix(draw): fix "blend_non_normal_pixel: Not supported blend mode" issue when using lv_demo_smartwatch which compiled by MSVC (#8017)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d6f147feb1
commit
6eae86729f
@@ -71,7 +71,7 @@ struct _lv_draw_image_dsc_t {
|
||||
/**Describes how to blend the pixels of the image to the background.
|
||||
* See `lv_blend_mode_t` for more details.
|
||||
*/
|
||||
lv_blend_mode_t blend_mode : 3;
|
||||
lv_blend_mode_t blend_mode : 4;
|
||||
|
||||
/**1: perform the transformation with anti-alaising */
|
||||
uint16_t antialias : 1;
|
||||
|
||||
Reference in New Issue
Block a user