Home
last modified time | relevance | path

Searched refs:LV_VER_RES_MAX (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/littlevgl/porting/
A Dlv_port_disp_template.c87 static lv_color_t buf3_1[LV_HOR_RES_MAX * LV_VER_RES_MAX]; /*A screen sized buffer*/
88 …static lv_color_t buf3_2[LV_HOR_RES_MAX * LV_VER_RES_MAX]; /*An other screen sized buff…
89 …lv_disp_buf_init(&disp_buf_3, buf3_1, buf3_2, LV_HOR_RES_MAX * LV_VER_RES_MAX); /*Initialize the…
/AliOS-Things-master/components/littlevgl/src/
A Dlv_conf_checker.h21 #ifndef LV_VER_RES_MAX
22 #define LV_VER_RES_MAX (320) macro
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.c61 driver->ver_res = LV_VER_RES_MAX; in lv_disp_drv_init()
242 return LV_VER_RES_MAX; in lv_disp_get_ver_res()
/AliOS-Things-master/components/littlevgl/
A Dlv_conf.h24 #define LV_VER_RES_MAX (64) macro
A Dlv_conf_template.h24 #define LV_VER_RES_MAX (320)
A DREADME.md108 …onf.h` next to the `lvgl` folder and set at least `LV_HOR_RES_MAX`, `LV_VER_RES_MAX` and `LV_COLOR…
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h38 #if LV_HOR_RES_MAX == 0 || LV_VER_RES_MAX == 0

Completed in 9 milliseconds