Tutorial: I2C Bus LCD Display controlled with the Arduino

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Great video, Thank for help me understanding the right way to program the Arduino and using other hardware

beehive
Автор

Beautiful! Very useful and correct information!

СергійРуденко-пл
Автор

Are you using the sketch and the  library posted at makecourse.com? There are several ways to run LCD displays. If you use the standard LCD library in the Arduino software, the I2C LCD display will not work with it.

Makecourse
Автор

very, very, explanation    thank you very much!

snaprollinpitts
Автор

hi!, I have a problem with the I2c bus lcd because I followed your steps, even I download the library from the arduino site. But when I load the code, it doesn't send the "hello world" to lcd. Could you help me?

JuanCastillo-hbxp
Автор

hi...i had a problem if i type
lcd.print("hello world");
the lcd display only the first word of hello world...so on the lcd i see only one h... how can i solve it?

BACKSLASH-SHARK
Автор

It would be useful to post a link to the correct version of LiquidCrystal_I2C.h as Google comes up with too many. I have not yet found a working one, my hardware is exactly like that in the video.

ansomeBob
Автор

I have hooked everything up correctly and made sure to triple check it and the code is uploaded but all it does is light up for a little bit and reset. The words never appear

danielroark
Автор

Make Course  someone plz help me
i have 16X2 lcd connected  with i2c to arduino
some how it doesnt display anything
backlight lights up and everthing but nothing displays
not even a simple code "hello world" it doesn't print anything on the lcd 
plz help my prject due soon i cant even fix it plz
this is the code i tried it doesn print anything on the lcd
#include <Wire.h> 
#include <LiquidCrystal_I2C.h>

LiquidCrystal_I2C lcd(0x27, 16, 2);  // set the LCD address to 0x27 for a 20 chars and 4 line display

void setup()
{
  lcd.init();                      // initialize the lcd 
 
  // Print a message to the LCD.
  lcd.backlight();
  lcd.print("Hello, world!");
}

void loop()
{
}

NEPCITY
Автор

are you make as well!! I thought you are the apocalyptic inventor !!! wired

dibraniuk