summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-recorder.c')
-rw-r--r--firmware/drivers/lcd-recorder.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index 22388815ae..7a44acf590 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -226,18 +226,6 @@ void lcd_set_flip(bool yesno)
226#endif 226#endif
227} 227}
228 228
229/* Rolls up the lcd display by the specified amount of lines.
230 * Lines that are rolled out over the top of the screen are
231 * rolled in from the bottom again. This is a hardware
232 * remapping only and all operations on the lcd are affected.
233 * ->
234 * @param int lines - The number of lines that are rolled.
235 * The value must be 0 <= pixels < LCD_HEIGHT. */
236void lcd_roll(int lines)
237{
238 lcd_write_command(LCD_SET_DISPLAY_START_LINE | (lines & (LCD_HEIGHT-1)));
239}
240
241#endif /* !SIMULATOR */ 229#endif /* !SIMULATOR */
242 230
243/* LCD init */ 231/* LCD init */