summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h300.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-h300.c')
-rw-r--r--firmware/drivers/lcd-h300.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/drivers/lcd-h300.c b/firmware/drivers/lcd-h300.c
index 8ee6b1c47e..046bd3a9cb 100644
--- a/firmware/drivers/lcd-h300.c
+++ b/firmware/drivers/lcd-h300.c
@@ -107,19 +107,6 @@ void lcd_set_flip(bool yesno)
107 (void)yesno; 107 (void)yesno;
108} 108}
109 109
110/* Rolls up the lcd display by the specified amount of lines.
111 * Lines that are rolled out over the top of the screen are
112 * rolled in from the bottom again. This is a hardware
113 * remapping only and all operations on the lcd are affected.
114 * ->
115 * @param int lines - The number of lines that are rolled.
116 * The value must be 0 <= pixels < LCD_HEIGHT. */
117void lcd_roll(int lines)
118{
119 (void)lines;
120}
121
122
123/* LCD init */ 110/* LCD init */
124void lcd_init_device(void) 111void lcd_init_device(void)
125{ 112{