Searched refs:set_addr_window (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/drivers/external_device/st7789/src/ |
A D | st7789.c | 207 static void set_addr_window(st7789_dev_t st7789_dev, in set_addr_window() function 249 set_addr_window(st7789_dev, x, y, x, y); in st7789_draw_pixel() 263 set_addr_window(st7789_dev, x, y, x + width - 1, y + height - 1); in st7789_draw_area() 281 set_addr_window(st7789_dev, x, y, x + width - 1, y + height - 1); in st7789_draw_rect() 295 set_addr_window(st7789_dev, 0, 0, ST7789_WIDTH - 1, ST7789_HEIGHT - 1); in st7789_draw_frame()
|
/AliOS-Things-master/components/drivers/external_device/ili9341/src/ |
A D | ili9341.c | 215 static void set_addr_window(ili9341_dev_t ili9341_dev, in set_addr_window() function 257 set_addr_window(ili9341_dev, x, y, x, y); in ili9341_draw_pixel() 271 set_addr_window(ili9341_dev, x, y, x + width - 1, y + height - 1); in ili9341_draw_area() 289 set_addr_window(ili9341_dev, x, y, x + width - 1, y + height - 1); in ili9341_draw_rect() 305 set_addr_window(ili9341_dev, 0, 0, ILI9341_WIDTH - 1, ILI9341_HEIGHT - 1); in ili9341_draw_frame()
|
Completed in 4 milliseconds