- 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

@@ -260,6 +260,8 @@ class CLCD
void setBrightnessStandby(int);
int getBrightnessStandby();
void setScrollMode(int) { return; }
void setContrast(int);
int getContrast();