Searched refs:LV_HOR_RES (Results 1 – 2 of 2) sorted by relevance
196 #ifndef LV_HOR_RES200 #define LV_HOR_RES lv_disp_get_hor_res(lv_disp_get_default()) macro
90 lv_color_t * disp_buf1 = (lv_color_t *)malloc(LV_HOR_RES * LV_VER_RES * sizeof(lv_color_t)); in hal_init()92 lv_disp_buf_init(&disp_buf, disp_buf1, NULL, LV_HOR_RES * LV_VER_RES); in hal_init()