Jhd1313m1: add basic scroll functionality

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-07-14 15:25:12 +01:00
parent 00170bea97
commit 731704eaac
3 changed files with 14 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class Jhd1313m1 : public I2CLcd {
mraa_result_t setCursor (int row, int column);
mraa_result_t clear ();
mraa_result_t home ();
mraa_result_t scroll (bool direction);
private:
int m_rgb_address;