Searched refs:ssd1963_send_pixel_data (Results 1 – 3 of 3) sorted by relevance
180 ssd1963_send_pixel_data(color); in ssd1963_fillscreen()189 ssd1963_send_pixel_data(*(uint16_t *)color); in ssd1963_lcd_set_pixel()199 ssd1963_send_pixel_data(*(uint16_t *)pixel); in ssd1963_lcd_draw_hline()209 ssd1963_send_pixel_data(*(uint16_t *)pixel); in ssd1963_lcd_draw_vline()221 ssd1963_send_pixel_data(*ptr++); in ssd1963_lcd_blit_line()
47 void ssd1963_send_pixel_data(rt_uint16_t color);
41 void ssd1963_send_pixel_data(rt_uint16_t color) in ssd1963_send_pixel_data() function
Completed in 11 milliseconds