| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_st7796.c | 33 …st7796_lcd_t *lcd, rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end); 35 … *lcd, void *data, rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end); 39 void lcd_load(rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end, void … 89 …(st7796_lcd_t *lcd, rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end) in _st7796_window() argument 118 real_y_end = y_end + y_offset; in _st7796_window() 166 …t *lcd, void *data, rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end) in st7796_lcd_load() argument 168 rt_uint32_t pixel_count = (y_end - y_start + 1) * (x_end - x_start + 1); in st7796_lcd_load() 189 if (_st7796_window(lcd, x_start, x_end, y_start, y_end) != RT_EOK) in st7796_lcd_load() 208 void lcd_load(rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end, void … in lcd_load() argument 211 st7796_lcd_load(&lcd_obj->st7796, data, x_start, x_end, y_start, y_end); in lcd_load()
|
| A D | drv_st7796.h | 64 void lcd_load(rt_uint16_t x_start, rt_uint16_t x_end, rt_uint16_t y_start, rt_uint16_t y_end, void …
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_rlefont.c | 56 int16_t y_end; member 197 rstate->y = rstate->y_end; in write_ref_codeword() 260 rstate.y_end = y0 + font->height; in mf_rlefont_render_character() 269 while (rstate.y < rstate.y_end) in mf_rlefont_render_character()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_spi_ili9488.h | 52 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… 53 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,…
|
| A D | drv_spi_ili9488.c | 409 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… in lcd_fill() argument 415 size = (x_end - x_start) * (y_end - y_start) * 3; in lcd_fill() 424 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill() 461 for (i = y_start; i <= y_end; i++) in lcd_fill() 479 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,… in lcd_fill_array() argument 484 size = (x_end - x_start + 1) * (y_end - y_start + 1) * 3 /* 24bit */; in lcd_fill_array() 502 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill_array()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/ |
| A D | drv_lcd.h | 48 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… 61 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,…
|
| A D | drv_lcd.c | 393 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… in lcd_fill() argument 399 size = (x_end - x_start + 1) * (y_end - y_start + 1) * 2; in lcd_fill() 408 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill() 443 for (i = y_start; i <= y_end; i++) in lcd_fill() 463 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,… in lcd_fill_array() argument 467 size = (x_end - x_start + 1) * (y_end - y_start + 1) * 2/*16bit*/; in lcd_fill_array() 468 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill_array()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/lcd/ |
| A D | drv_lcd.h | 89 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… 107 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,…
|
| A D | drv_lcd.c | 487 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… in lcd_fill() argument 493 size = (x_end - x_start) * (y_end - y_start) * 2; in lcd_fill() 502 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill() 536 for (i = y_start; i <= y_end; i++) in lcd_fill() 1107 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,… in lcd_fill_array() argument 1114 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill_array() 1115 for (cycle_y = y_start; cycle_y <= y_end;) in lcd_fill_array()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/ |
| A D | drv_lcd.h | 84 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,…
|
| A D | drv_lcd.c | 551 void lcd_fill_array(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end,… in lcd_fill_array() argument 558 for(cycle_y = y_start; cycle_y <= y_end; ) in lcd_fill_array()
|
| /bsp/stm32/stm32l431-BearPi/board/ports/lcd/ |
| A D | drv_lcd.c | 370 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui… in lcd_fill() argument 376 size = (x_end - x_start) * (y_end - y_start) * 2; in lcd_fill() 385 lcd_address_set(x_start, y_start, x_end, y_end); in lcd_fill() 420 for (i = y_start; i <= y_end; i++) in lcd_fill()
|
| A D | drv_lcd.h | 38 void lcd_fill(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, rt_ui…
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/lvgl/ |
| A D | lv_port_disp.c | 171 …rray(rt_uint16_t x_start, rt_uint16_t y_start, rt_uint16_t x_end, rt_uint16_t y_end, void *pcolor); in disp_flush()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_lcd.c | 124 void lcd_fill_array(uint16_t x_start, uint16_t y_start, uint16_t x_end, uint16_t y_end, void *pcolo… in lcd_fill_array() argument 131 for (cycle_y = y_start; cycle_y <= y_end;) in lcd_fill_array()
|