mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
jhd1313m1: add default i2c addresses
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
a07663045b
commit
67d2cb6428
@ -51,7 +51,7 @@ class Jhd1313m1 : public I2CLcd {
|
|||||||
* @param address the slave address the lcd is registered on
|
* @param address the slave address the lcd is registered on
|
||||||
* @param address the slave address the rgb backlight is on
|
* @param address the slave address the rgb backlight is on
|
||||||
*/
|
*/
|
||||||
Jhd1313m1(int bus, int lcdAddress, int rgbAddress);
|
Jhd1313m1(int bus, int lcdAddress=0x3E, int rgbAddress=0x62);
|
||||||
/**
|
/**
|
||||||
* Jhd1313m1 destructor
|
* Jhd1313m1 destructor
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user