summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/lcd.c
blob: dedb196c708254926c560542fdb3783a3ef5c6bb (plain)
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)
{

}