mirror of
https://github.com/eclipse/upm.git
synced 2025-07-09 13:21:22 +03:00
Jhd1313m1: add basic scroll functionality
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user