summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-ipodvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-ipodvideo.c')
-rw-r--r--firmware/drivers/lcd-ipodvideo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index 066616959e..84b830377e 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -50,19 +50,6 @@ void lcd_set_flip(bool yesno)
50 (void)yesno; 50 (void)yesno;
51} 51}
52 52
53/* Rolls up the lcd display by the specified amount of lines.
54 * Lines that are rolled out over the top of the screen are
55 * rolled in from the bottom again. This is a hardware
56 * remapping only and all operations on the lcd are affected.
57 * ->
58 * @param int lines - The number of lines that are rolled.
59 * The value must be 0 <= pixels < LCD_HEIGHT. */
60void lcd_roll(int lines)
61{
62 /* TODO: Implement lcd_roll() */
63 lines &= LCD_HEIGHT-1;
64}
65
66/* LCD init */ 53/* LCD init */
67void lcd_init_device(void) 54void lcd_init_device(void)
68{ 55{