Не выводится текст на экран. Дело в том, что на нем был припаян модуль i2c. Все вроде подключил правильно. Вот скетч который залит: Код (Text): //YWROBOT //Compatible with the Arduino IDE 1.0 //Library version:1.1 #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display void setup() { lcd.init(); // initialize the lcd // Print a message to the LCD. lcd.backlight(); lcd.print("Hello, world!"); } void loop() { } Вот видео: https://yadi.sk/i/EQDQpheddmTAE