Searched refs:_u8_RAM (Results 1 – 2 of 2) sorted by relevance
43 volatile uint8_t _u8_RAM; member
66 LCD->_u8_RAM = data; in LCD_WR_DATA8()72 return LCD->_u8_RAM; in LCD_RD_DATA8()1119 LCD->_u8_RAM = (*pixel)>>8; in lcd_fill_array()1120 LCD->_u8_RAM = *pixel++; in lcd_fill_array()
Completed in 41 milliseconds