- simple_display: allow to set scroll mode

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-13 21:17:36 +01:00
committed by Thilo Graf
parent e90fe75bd6
commit e2c66890a1
5 changed files with 28 additions and 1 deletions

View File

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