Dieser Commit ist enthalten in:
Sylaina 2018-12-03 11:41:47 +01:00 committet von GitHub
Ursprung 981140645e
Commit d28a7056a2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

3
lcd.h
Datei anzeigen

@ -58,7 +58,8 @@ extern "C" {
// if you want to use other lib for I2C // if you want to use other lib for I2C
// edit i2c_xxx commands in this library // edit i2c_xxx commands in this library
// i2c_start(), i2c_byte(), i2c_stop() // i2c_start(), i2c_byte(), i2c_stop()
/* TODO: define charmode for big chars (double heigth, double width)
//#define BIGCHAR // uncomment for big chars on display
/* TODO: define displaycontroller */ /* TODO: define displaycontroller */
#define SH1106 // or SSD1306, check datasheet of your display #define SH1106 // or SSD1306, check datasheet of your display
/* TODO: define displaymode */ /* TODO: define displaymode */