From 67d2cb6428770a5a45c4ae8bf79c7e60a64a186b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 22 Sep 2014 17:26:27 +0100 Subject: [PATCH] jhd1313m1: add default i2c addresses Signed-off-by: Brendan Le Foll --- src/lcd/jhd1313m1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lcd/jhd1313m1.h b/src/lcd/jhd1313m1.h index 6c2489fe..33533879 100644 --- a/src/lcd/jhd1313m1.h +++ b/src/lcd/jhd1313m1.h @@ -51,7 +51,7 @@ class Jhd1313m1 : public I2CLcd { * @param address the slave address the lcd is registered 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 */