Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c167 int32_t area_width = lv_area_get_width(area); in flush_cb() local
182 DMA2D->OOR = disp_width - area_width; in flush_cb()
183 DMA2D->NLR = (area_width << DMA2D_NLR_PL_Pos) | (area_height << DMA2D_NLR_NL_Pos); in flush_cb()
187 uint32_t area_stride = px_size * area_width; in flush_cb()
199 uint32_t area_stride = px_size * area_width; in flush_cb()
200 …lv_draw_sw_rotate(px_map, first_pixel, area_width, area_height, area_stride, fb_stride, rotation, … in flush_cb()