vfd-setup: allow to set scroll_repeats if possible

Origin commit data
------------------
Branch: ni/coolstream
Commit: 19ac5b0f0a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- vfd-setup: allow to set scroll_repeats if possible

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 22:47:11 +01:00
parent 8df8b37dc2
commit 82064eb49c
8 changed files with 28 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ class CLCD
void setBrightnessDeepStandby(int) { return ; };
int getBrightnessDeepStandby() { return 0; };
void setScrollMode(int scoll);
void setScrollMode(int scroll_repeats);
void setContrast(int);
int getContrast();