Update lcd.h

add information for setting I2C-adress
pull/7/head
Sylaina 6 years ago committed by GitHub
parent 709cc1f78e
commit ecc3c11a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save