simple_display: allow to set scroll mode

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

Origin message was:
------------------
- simple_display: allow to set scroll mode

------------------
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 21:17:36 +01:00
parent afc802d805
commit 8fcba17bc9
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();