Update readme

Update information for use with Arduino IDE
pull/7/head V1.0.0
Sylaina 6 years ago committed by GitHub
parent a0525ae565
commit 579c279255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,9 @@ If you want to use your own I2C library you have to fit i2c-function at lcd-libr
Settings for I2C-bus have to set at i2c.h
Settings for display have to set at lcd.h
exampel:
If you want to use characters like e.g. ä set your compiler input-charset to utf-8 and your compiler exec-charset to iso-8859-15 (look at makefile line 115).
example:
//****main.c****//
#include "lcd.h"
@ -29,3 +31,13 @@ int main(void){
}
return 0;
}
For Arduino-Users:
Remember that this library is a c-library. Type
extern "C"{
#include "lcd.h"
}
for include.

Loading…
Cancel
Save