1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
void lcd_update(void) { } void lcd_update_rect(int x, int y, int width, int height) { } void lcd_init_device(void) { }