Home
last modified time | relevance | path

Searched refs:physical_hor_res (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/hal/
Dlv_hal_disp.c90 driver->physical_hor_res = -1; in lv_disp_drv_init()
410 …return disp->driver->physical_hor_res > 0 ? disp->driver->physical_hor_res : disp->driver->hor_res; in lv_disp_get_physical_hor_res()
431 …return disp->driver->physical_hor_res > 0 ? disp->driver->physical_hor_res : disp->driver->hor_res; in lv_disp_get_physical_ver_res()
Dlv_hal_disp.h84physical_hor_res; /**< Horizontal resolution of the full / physical display. Set to -1 for ful… member
/lvgl-3.7.0/docs/porting/
Ddisplay.md89 - `physical_hor_res` horizontal resolution of the full / physical display in pixels. Only set this …