- vfd-setup: allow to set scroll_repeats if possible

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-13 22:47:11 +01:00
committed by Thilo Graf
parent bf88e2976f
commit dbf2fa3f18
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();