Тёмный
No video :(

How to Wire an LCD Display in Tinkercad 

MR. LONG CTE
Подписаться 1,9 тыс.
Просмотров 43 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@saidchaida5431
@saidchaida5431 3 месяца назад
Excellent! Straightforward, no none sense Don't forget to, 1 hour before, connect the potentiometer Terminal 1 to the hot line
@moozugaming5179
@moozugaming5179 Год назад
#include const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2; LiquidCrystal lcd(rs, en, d4, d5, d6, d7); void setup() { lcd.begin(16, 2); lcd.print("YOUR TEXT HERE"); } void loop() {{ for (int positionCounter = 1; positionCounter++;) { lcd.scrollDisplayLeft(); delay(100); } delay(5000);}
@nateruff3139
@nateruff3139 8 месяцев назад
I wish I had you as a teacher in grade school, or high school. Your video is easy to follow, and I wish I had Access to tools, equipment, and instruction that would have furthered my education In programming, coding, and electronic projects when I was younger. Please do not stop making videos. Your dedication to inspiring people, and young minds does not go unnoticed. Unfortunately, because I was subject to a deprivation to useful information as a child, I had to learn everything on my own and outside of the public education system.
@olomayianajesse9156
@olomayianajesse9156 9 месяцев назад
for those facing trouble simulating, just adjust your contrast with the potentiometer
@zainsanimations6904
@zainsanimations6904 8 месяцев назад
how do i turn the dial on it though?
@camilagomes2956
@camilagomes2956 4 месяца назад
thanks a lot for helping me out!
@johanbadenhorst8120
@johanbadenhorst8120 3 года назад
Thanks this makes it so clear!
@PrabhavathyS
@PrabhavathyS 2 года назад
Hello sir, i tried using your code it's simulating, but message is not displayed in the LCD board, please give some suggestions
@MRLONGCTE
@MRLONGCTE Год назад
Your potentiometer has to be turned all the way up. You would have No display otherwise even if lcd is on.
@bilalmuhammed3987
@bilalmuhammed3987 Год назад
@@MRLONGCTE Even after doing it, its not displaying
@SubcribeWithoutanyvideo-mt4zz
i face the same solution even i turn the potentiometer all the way up, my solution you have to connect the black wire to ground board first and then you can connect from ground to the potentiometer leg.
@dang48
@dang48 Год назад
@@SubcribeWithoutanyvideo-mt4zz Thank you for the suggestion. I had the same issue and your wiring suggestion corrected it.
@ibukunking-davidbello4735
@ibukunking-davidbello4735 4 месяца назад
@@SubcribeWithoutanyvideo-mt4zz tnks alot works now , I had the same issue to
@petarpetrov4458
@petarpetrov4458 2 месяца назад
my lcd works but, message is not showing, how can i fix this?
@hsushdvdhghdubehdh4176
@hsushdvdhghdubehdh4176 3 года назад
Hi may i ask what is the value of potentiometer and resistor? Thx
@mdbulbulahmed166
@mdbulbulahmed166 Год назад
Thank you ❤
@hellrevargen
@hellrevargen 2 месяца назад
bro has 2 separet intros
@piyuanuththara3095
@piyuanuththara3095 Год назад
Why not display message in lcd
@san_7123
@san_7123 3 года назад
i need tinkercad link.......
@karanbhatia1304
@karanbhatia1304 2 года назад
The LCD isn't playing my message. Any suggestions?
@zettkusanagi6322
@zettkusanagi6322 Год назад
potentiometer had to be turned all the way up. No display otherwise even if lcd is on.
@dang48
@dang48 Год назад
Also, split the positive wire for the potentiometer (Terminal 1) so that one part is connected directly to the positive bus on the breadboard and a second wire connected from the LCD directly to the positive bus on the breadboard. It worked for me.
@-ScienceisScience
@-ScienceisScience 9 месяцев назад
@@dang48 in the LCD from where to where should I connect to the positive bus, I meant which pin
@FurkanDincerov
@FurkanDincerov Год назад
Hi
@FurkanDincerov
@FurkanDincerov Год назад
Hello
@dhanushkadalpathadu9379
@dhanushkadalpathadu9379 3 года назад
what is the code
@MRLONGCTE
@MRLONGCTE 3 года назад
#include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("happy birthday stevenson!"); } void loop() {{ for (int positionCounter = 1; positionCounter++;) { lcd.scrollDisplayLeft(); delay(100); } delay(5000);} }
@MRLONGCTE
@MRLONGCTE 3 года назад
You should be able to copy and paste that code into your coding text area.
@12soldiers88
@12soldiers88 2 года назад
@@MRLONGCTE Sir, I am planning to have a clock comes up after the walking massage. Is there any way I can do it? Can you help me sir..
@pollescasluckyemmanuel8153
@pollescasluckyemmanuel8153 Год назад
@@MRLONGCTE nothing is showing up in my lcd
@boymente6255
@boymente6255 Год назад
@@MRLONGCTE s