Change LiquidCrystal Libary, include the right one as zip
This commit is contained in:
parent
86d6c283fb
commit
e3c611e909
BIN
LiquidCrystal_I2C-master.zip
Normal file
BIN
LiquidCrystal_I2C-master.zip
Normal file
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
|
||||
#include <Wire.h> //Setup LCD
|
||||
#include <LiquidCrystal_I2C.h>
|
||||
LiquidCrystal_I2C lcd(0x3F,16,2); //0x3F = Adresse des Displays
|
||||
|
||||
#include "Truhe.h"
|
||||
#include "Settings.h"
|
||||
@ -12,7 +13,7 @@ static unsigned long last_schalt_time = 0;
|
||||
|
||||
void setup_lcd() {
|
||||
//LCD
|
||||
lcd.begin(16, 2); //Starten des LCD, 16 Zeichen, 2 Zeilen
|
||||
lcd.init();
|
||||
lcd.backlight(); //Beleuchtung des Displays einschalten
|
||||
lcd.blink();
|
||||
lcd.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user