Я не могу понять почему не работает ЖК дисплей
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
LiquidCrystal_I2C lcd(0x27,16,2);
void setup() {
// put your setup code here, to run once:
lcd.begin();
lcd.backlight();
lcd.print("hello ");
lcd.setCursor(0,1);
Serial.begin(9600);
}
void loop() {
}
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
LiquidCrystal_I2C lcd(0x27,16,2);
void setup() {
// put your setup code here, to run once:
lcd.begin();
lcd.backlight();
lcd.print("hello ");
lcd.setCursor(0,1);
Serial.begin(9600);
}
void loop() {
}
Вложения
-
64.4 KB Просмотры: 3