Searched refs:coll (Results 1 – 1 of 1) sorted by relevance
170 rt_uint8_t coll; in rt_hw_lcd_draw_raw_hline() local180 coll = i & 0x0f; in rt_hw_lcd_draw_raw_hline()184 lcd_write_cmd(SET_COLL_ADDR_0 | coll); in rt_hw_lcd_draw_raw_hline()341 unsigned char coll, colh, page; in LCD_UpdatePoint() local343 coll = x & 0x0f; in LCD_UpdatePoint()348 lcd_write_cmd(SET_COLL_ADDR_0 | coll); in LCD_UpdatePoint()
Completed in 17 milliseconds