Home
last modified time | relevance | path

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

/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A Ddrv_lcd.h33 #define ACTIVE_WIDTH 800 macro
A Ddrv_lcd.c106 …nit_struct.activesz_hasz = HORIZONTAL_SYNCHRONOUS_PULSE + HORIZONTAL_BACK_PORCH + ACTIVE_WIDTH - 1; in tli_config()
108 …otalsz_htsz = HORIZONTAL_SYNCHRONOUS_PULSE + HORIZONTAL_BACK_PORCH + ACTIVE_WIDTH + HORIZONTAL_FR… in tli_config()
120 …tli_layer_init_struct.layer_window_rightpos = (ACTIVE_WIDTH + HORIZONTAL_SYNCHRONOUS_PULSE + HORI… in tli_config()
137 tli_layer_init_struct.layer_frame_line_length = ((ACTIVE_WIDTH * 2) + 3); in tli_config()
138 tli_layer_init_struct.layer_frame_buf_stride_offset = (ACTIVE_WIDTH * 2); in tli_config()
A Ddrv_touch.c391 if (tp_dev.x[0] > ACTIVE_WIDTH || tp_dev.y[0] > ACTIVE_HEIGHT) in FT5206_Scan()

Completed in 9 milliseconds