Example #1
0
void ipod_update_screen()
{
	ipod_update_screen_funct();
	//if (monochrome) {
		//ipod_update_screen_convert_to_mono();
		//HD_LCD_Update(ipod_screen_mono, 0, 0, IPOD_WIDTH, IPOD_HEIGHT);
	//} else {
		HD_LCD_Update(ipod_screen, 0, 0, IPOD_WIDTH, IPOD_HEIGHT);
	//}
}
Example #2
0
static void update (hd_engine *eng, int x, int y, int w, int h) 
{
	HD_LCD_Update (eng->screen.framebuffer, 0, 0, WIDTH, HEIGHT);
}