mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 07:56:23 +08:00
solve warnings
This commit is contained in:
@@ -484,7 +484,7 @@ static void sw_color_cpy(color_t * dest, const color_t * src, uint32_t length, o
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param mem_area coordinates of 'mem' memory area
|
* @param mem_area coordinates of 'mem' memory area
|
||||||
* @param mem a memory address. Considered to a rectangual window according to 'mem_area'
|
* @param mem a memory address. Considered to a rectangular window according to 'mem_area'
|
||||||
* @param fill_area coordinates of an area to fill. Relative to 'mem_area'.
|
* @param fill_area coordinates of an area to fill. Relative to 'mem_area'.
|
||||||
* @param color fill color
|
* @param color fill color
|
||||||
* @param opa opacity (0, OPA_TRANSP: transparent ... 255, OPA_COVER, fully cover)
|
* @param opa opacity (0, OPA_TRANSP: transparent ... 255, OPA_COVER, fully cover)
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#include "../lv_draw/lv_draw_rbasic.h"
|
#include "../lv_draw/lv_draw_rbasic.h"
|
||||||
#include "lv_refr.h"
|
#include "lv_refr.h"
|
||||||
#include "lv_group.h"
|
#include "lv_group.h"
|
||||||
|
#include "misc/misc.h"
|
||||||
#include "misc/gfx/anim.h"
|
#include "misc/gfx/anim.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user