Update lcd.h
add information for setting I2C-adress
Dieser Commit ist enthalten in:
Ursprung
709cc1f78e
Commit
ecc3c11a5a
4
lcd.h
4
lcd.h
@ -67,7 +67,9 @@
|
|||||||
/* TODO: define displaymode */
|
/* TODO: define displaymode */
|
||||||
#define GRAPHICMODE // TEXTMODE for only text to display,
|
#define GRAPHICMODE // TEXTMODE for only text to display,
|
||||||
// GRAPHICMODE for text and graphic
|
// 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_I2C_ADR 0x7A
|
||||||
|
|
||||||
#define LCD_DISP_OFF 0xAE
|
#define LCD_DISP_OFF 0xAE
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren