aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/turris-lcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/turris-lcd.cpp b/src/turris-lcd.cpp
index d9509e0..034fc94 100644
--- a/src/turris-lcd.cpp
+++ b/src/turris-lcd.cpp
@@ -5,7 +5,7 @@ using namespace std;
int main(int argc, char *argv[]) {
// Initialize LCD
- LiquidCrystal_I2C lcd("/dev/i2c-2", 0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);
+ LiquidCrystal_I2C lcd("/dev/i2c-7", 0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);
lcd.begin(20, 4);
lcd.on();