mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix build errors
This commit is contained in:
parent
6337286959
commit
1e59100ff2
@ -296,7 +296,7 @@ LV_ATTRIBUTE_FAST_MEM static void fill_normal(const lv_area_t * disp_area, lv_co
|
||||
const lv_opa_t * mask, lv_draw_mask_res_t mask_res)
|
||||
{
|
||||
|
||||
#if LV_USE_GPU
|
||||
#if LV_USE_GPU || LV_COLOR_SCREEN_TRANSP
|
||||
lv_disp_t * disp = lv_refr_get_disp_refreshing();
|
||||
#endif
|
||||
|
||||
|
@ -24,13 +24,13 @@
|
||||
/**********************
|
||||
* STATIC PROTOTYPES
|
||||
**********************/
|
||||
#if LV_USE_ARABIC_PERSIAN_CHARS == 1
|
||||
static uint32_t lv_ap_get_char_index(uint16_t c);
|
||||
|
||||
/**********************
|
||||
* STATIC VARIABLES
|
||||
**********************/
|
||||
|
||||
#if LV_USE_ARABIC_PERSIAN_CHARS == 1
|
||||
const ap_chars_map_t ap_chars_map[] = {
|
||||
/* {Key Offset, End, Beginning, Middle, Isolated, {conjunction}} */
|
||||
{1, 0xFE84, -1, 0, -1, {1, 0}}, // أ
|
||||
|
Loading…
x
Reference in New Issue
Block a user