From ecc3c11a5a499645432598caa471008e46483cbc Mon Sep 17 00:00:00 2001 From: Sylaina Date: Tue, 20 Feb 2018 06:30:45 +0100 Subject: [PATCH] Update lcd.h add information for setting I2C-adress --- lcd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcd.h b/lcd.h index ecd026e..81c954e 100644 --- a/lcd.h +++ b/lcd.h @@ -67,7 +67,9 @@ /* TODO: define displaymode */ #define GRAPHICMODE // TEXTMODE for only text to display, // GRAPHICMODE for text and graphic - +/* TODO: define I2C-adress for display */ +// using 8-bit-mode (slave-mode) for i2c-library +// if you use your own library for twi check I2C-adress-handle #define LCD_I2C_ADR 0x7A #define LCD_DISP_OFF 0xAE