Using LCD Displays with Arduino

  Переглядів 1,691,429

DroneBot Workshop

DroneBot Workshop

День тому

Learn to use LCD displays with an Arduino. All types of LCDs, including I2C and display shields are covered here.
Article with code at dronebotworkshop.com/lcd-disp...
More articles and tutorials: dronebotworkshop.com
Join the conversation on the forum: forum.dronebotworkshop.com
Subscribe to the newsletter and stay in touch: dronebotworkshop.com/subscribe/
Today in the workshop we will look at Liquid Crystal Displays or LCDs.
We will examine the use of two types of LCD displays - the common LCD1602 display module and a popular LCD Keypad Shield for the Arduino. We’ll also see how to use the I2C adapter for the LCD1602 display module.
LCDs are a very simple way to add display capabilities to your Arduino project. They are inexpensive, easy to use, and very versatile. They also don’t consume a lot of current so they are ideal for battery-powered projects.
I'll show you a couple of ways to interface an LCD with an Arduino, including the use of an I2C adapter. If you’re not familiar with the I2C (Inter-Integrated Circuit) bus it’s a very versatile method of adding sensors and peripherals to your Arduino using only a few wires. I’ll give a brief explanation about the operation of the IC2 bus in the video.
To use the I2C adapter we'll make use of a library called NewLiquidCrystal. I'll show you how to install it, you'll find the link to this library in the article at github.com/fmalpartida/New-Li.... The library is actually a replacement for the Arduino LiquidCrystal library so you can use it for all your LCD sketches, not just the I2C ones.
We will also build something practical while we are at it - a digital temperature and humidity gauge. This will make use of the I2C adapter and the DHT22 Temperature and Humidity sensor.
The video, and the accompanying article, will also show you how to use a very common LCD Keypad Shield for the Arduino Uno. The neat thing about this device is how the pushbuttons are wired. I’ll explain that and show you a demonstration sketch that you can build upon for your own projects.
Here is the Table of Contents for this video:
00:00 - Introduction
04:27 - The LCD1602 Display Module
07:04 - Hooking up the LCD and Arduino
09:49 - Demo Sketch 1 - Hello World
12:59 - Demo Sketch 2 - Scroll
15:39 - Demo Sketch 3 - Custom Characters
20:00 - Introducing I2C
23:44 - Hooking up the I2C Adapter
26:15 - I2C Address Test
27:08- I2C Display Test
32:48 - Building the Temperature & Humidity Gauge
37:39 - LCD Keypad Shield
41:00 - LCD Keypad Shield Demo Sketch
By the way, I should mention I had a “slip of the tongue” while narrating this video. During the “Custom Character” demo I described the LCD as having a 5 x 7 matrix, it’s actually 5 x 8. Sorry about that! One extra row for you to define your custom characters.
The article accompanying this video contains a link to a very handy resource, an online custom character generator that you can use to write the code to define your own custom characters. You’ll want to check that out.
As usual, the article has links to more resources and to a ZIP file with all of the code you see displayed here.
Hope you enjoy this video and that you use it to display something wonderful in your next Arduino project!

КОМЕНТАРІ: 645
@TheAmpair
@TheAmpair 3 роки тому
I2C finally makes sense. I've waited 78 years for this, the first few decades were useless, then there was confusion for a few years until suddenly; tonight my code decodes itself and does what I want. Woo Hoo! Thank you.
@Polypropellor
@Polypropellor 5 років тому
Wow! You are amazing. This has to be the very best UKposts tutorial on Arduino ever. Highly professional, clear, - to the point! Thank you x 1000!
@Scanito
@Scanito 4 роки тому
Hello Sir, just wanted to thank you for your extremely high quality and comprehensive tutorial videos. It is really a pleasure following them as you provide all required information and background needed. You accomplish this at an optimal speed with friendly and clear voice. One of the best tutorials I've ever seen. Keep on with the great work! Regards from Mexico City.
@gordonmooney487
@gordonmooney487 4 роки тому
I wanted to say Thank You! I have learned so much from watching your educational videos. I think I have watched this video 4 or 5 times in the last couple of years, and every time I watch it I gain a little bit more understanding of how the programming works. Thanks again
@eddelauter9983
@eddelauter9983 2 роки тому
I do not believe a presentation of higher quality is possible. Clear, concise, and professional. 2 Thumbs Way Up!!!!
@lgflanang
@lgflanang 5 років тому
Thank you. The tutorial's resolution is concise, unhurried and not spotty. Great job ,sir.
@thomasm1964
@thomasm1964 Рік тому
An excellent tutorial even for someone like me who has zero knowledge of electronics. Clear, precise, focused and, as others have said, presented with a slow, steady clear speaking voice. Impressive work!
@TheHellfiremissile
@TheHellfiremissile 6 років тому
Im glad I found your videos, they are the best for learners like me. Slow and fully descriptive, with time to absorb what your teaching. Many thanks. VK2KWW
@magicmedia7950
@magicmedia7950 3 роки тому
Check out Paul machoughtors vids too
@puneethkumar703
@puneethkumar703 3 роки тому
wokwi.com/playground/lcd1602-i2c I hope this helps to try out a few examples :)
@SANTINIIO
@SANTINIIO 5 років тому
Awesome video! What I like is that you go through and explain everything instead of just making a 5 minute video showing what wires to connect. Thanks!
@hadibq
@hadibq Рік тому
for the lcd keypad, if acting up, one can add a setup routine in the beginning to assign analog readouts to variables upon pressing buttons and then use them in the condition tests. Great videos as always Bill! THANKS!
@YTbxg
@YTbxg 6 років тому
Your video tutorials are the best I have come across so a big thanks for them. Quite astonishing quality actually. Very well thought out, excellent speaking voice and all documented as well. I look forward to enjoying them all, and hope you will do loads more. :)
@aaroleikari7549
@aaroleikari7549 2 роки тому
You, good sir, just got yourself a new subscriber! I bought the keypad shield and searched through the whole internet on how to use it. Then I stumbled upon this tutorial and this really helped. Clear explanation and very thorough. This really helped, thank you! :)
@DisgruntledPigumon
@DisgruntledPigumon 5 років тому
You make very clear, informative, easy to follow videos. I laughed a bit when you listed each consecutive pin 7 to 14, but again, you were very clear, not skipping any info, so I wouldn’t say you should change it. These videos are perfect! All I can ask is hat you continue to make more. And maybe do some viewer question videos.
@DominicFawver
@DominicFawver 6 років тому
Excellent tutorial. The amazing thing is that my I2C backpack just showed up today so the timing could not have been better!
@BRP42
@BRP42 3 роки тому
These lessons are great for folks looking to learn! The "backup" material on the website is also great and helps fill in any gaps.
@ottokueng4236
@ottokueng4236 3 роки тому
As always, you are a great teacher. Perfect documentation, clear to understand, important for people with other mother tongue. No action, no stress, no background music but complete and therefore verry helpful. And a good example of order on the workbench. :-) Thank you verry much.
@JerryEricsson
@JerryEricsson 4 роки тому
Thanks, occasionally I go back and re-watch these, seems at my time of life, some things that I used to know are no longer available in my gray database, and a reload is in order.
@MusicGameFinatic999
@MusicGameFinatic999 4 роки тому
The way you phrased this is hysterical, definitely stealing that lol
@ehb403
@ehb403 2 роки тому
For button presses, it seems like you could have 2^5 or 32 separate controls by expanding the condition test and switch statements. For instance, combining the up and down keys (the resistor values) should give a signal controlled by 215 ohms. Of course you still have to convert this to the analogue value (adding the “offset” of 50 or so before testing). This greatly expands your control options (maybe you only want to use 10 combinations for instance, giving you a numeric input). Of course you would have to keep in input code cheat sheet handy.
@raoufselwaness
@raoufselwaness 4 роки тому
i would like to thank you for your work very clear instructions, simple and to the point. i have a question, can we adjust the back light when using I2C configuration?
@Vhbaske
@Vhbaske 4 роки тому
You are a treasure of a teacher! Your HC-SR04 tutorial is a masterpiece!
@Yuehanlad
@Yuehanlad 5 років тому
well done for showing the locations of SCL SDA on old and new boards, most videos on UKposts show the old boards.
@donaldphilbin4574
@donaldphilbin4574 5 років тому
Simply the BEST video I have seen on using the 16 x 2 LCD display. Many thanks for posting the video.
@ziadqudaisat8529
@ziadqudaisat8529 2 роки тому
Mr.Bill, you are a great science instructor, I'm new to electronics and find your videos very interesting and easily applicable by one like me, many thanks and good luck.
@DanMcAfee
@DanMcAfee 5 років тому
Really glad I stumbled upon your videos (first here). Looks like I'll be spending many an enjoyable and fruitful episode with you. Thanks
@uwerichterich8052
@uwerichterich8052 5 років тому
Awesome stuff. Hope we get many more of these kind of tutorials
@faithinverity8523
@faithinverity8523 4 роки тому
That is a stupendous video. Thank you so much for the dozens of hours it must taken to create.
@dylanjayabahu2878
@dylanjayabahu2878 2 роки тому
Excellent tutorial! Detailed and concise, and helped me understand what I was doing. Thanks a lot!
@michaeldiamond2269
@michaeldiamond2269 5 років тому
Excellent video. Your explanations are very clear and concise and for the first time I feel confident to use the LCD.
@petursteinn9718
@petursteinn9718 6 років тому
Extremely informative, thank you! A quick question, on 44:49, how come the LCD didn't turn off for a moment since you mentioned that that reset button was tied to the reset button on the Arduino it self?
@mrhilamma
@mrhilamma 3 роки тому
Thank you very much for this excellent tutorial! I've been looking for a direct answer to this question for a while, but have been unable to find one: Is there a way to directly control individual "pixels" of the lcd display, other than the limited 8 custom character option?
@bradbergman3673
@bradbergman3673 Рік тому
Excellent video well worth the time if unfamiliar with using LCD displays, a good review if you need a refresher. The narrator is clear and concise, the slides make the details so simple, no dead time. And all the links to sketches and further info still work.
@michaelcorner7938
@michaelcorner7938 4 роки тому
Brilliant tutorials and so jealous of your workshop! Can you confirm the differences between the DHT11 & DHT22, (apart from the different pin outs which had me confused for a while).
@moncefmakhbouche575
@moncefmakhbouche575 5 років тому
Hello Mr Bill, After going through the video again, I found the right library to use for the DHT22. It works great. Thank you again for your enlightment.
@Waltkat
@Waltkat 4 роки тому
I've always wanted to use an LCD in some of my Arduino projects but thought it would be too complex for my feeble little mind to comprehend but your tutorial makes it easy. Thank you.
@ermakamre
@ermakamre 6 років тому
Thank you for great video! Just a small note: when you tell that some pin on display should be connected to some pin on arduino the animation of this connection should start from display pin. This way it will be easier to follow all the connections.
@FireguyNtx
@FireguyNtx 6 років тому
Very nice, thank you for the great tutorial. Going to watch the stepper motor one now...
@dakotaneubert
@dakotaneubert 2 роки тому
Thanks for the video, currently working on making my own oil pressure display using a pressure transducers, ard uno and some cheap lcd for my 69 buick skylark. This is my first small project working towards a fully functional digital dash for my vehicle. Gotta start somewhere!
@MrAitSous
@MrAitSous Рік тому
You gave an extremely great advice about I2C and how to connect them on an Arduino board. Thank you in advance for sharing your knowledge with us. I'm looking forward for more of your videos 😄
@aloehart3374
@aloehart3374 5 років тому
Thank you for your work. Your channel is a wealth of knowledge for the electrical engineering newbie.
@chakreshjoshi4302
@chakreshjoshi4302 2 роки тому
Hello Sir, just wanted to thank you for your extremely high quality and comprehensive tutorial videos.
@BigPoppaJNutZ
@BigPoppaJNutZ 4 роки тому
Excellent video! I'm just getting started and quite enjoy your process of explanation! Subbed and looking at more of your great videos!
@robertwebb9657
@robertwebb9657 2 роки тому
While many of my age group have surrendered to the slippers and pipe brigade, I added two Nema 23 steppers to a Taig lathe with plans to use Mach 3 because I wanted to experiment with simple CNC. I describe doing this stuff as my anti-Alzheimer's strategy. Initially I had modest success with Mach 3 using a parallel port computer but when I decided to move to a USB control, it became a very expensive and unsatisfactory white elephant. There is not much help for CNC novices with Mach 3 and it is now in the too hard basket. After watching a number of your outstandingly clear and easy to watch videos, including "how to control a larger stepper motor" and this LCD video, I have now mentally transferred my modest CNC ambitions out of the "too hard basket" into the "active projects basket". So I thank you for providing a way forward. Incidentally if you do have a video that deals with controlling and X and Y axis I would love to know about it. Best regards and thanks. Robert
@koriremmanuel355
@koriremmanuel355 4 роки тому
your work is well elaborated and make it easy to follow, your work had given me a new step in my programming life. many thanks
@zebratangozebra
@zebratangozebra 5 років тому
These are great instructive, informative, videos. Would like to see one on energy harvesting modules.
@ExMachinaEngineering
@ExMachinaEngineering 5 років тому
This is invaluable! Thank you, Sir.
@fredmaury7804
@fredmaury7804 5 років тому
Thanks for sharing your knowledge!!
@gravysplash
@gravysplash 5 років тому
I literally subscribed after i saw ur tool display... Its so mind soothing to me!
@jpower740
@jpower740 3 роки тому
New to Arduino but have some projects I am planning. Your video on LCD's was VERY helpful! Thank you!
@jackelliott4262
@jackelliott4262 4 роки тому
Thanks it has been hard to find a video to explain how lcds work, Great video
@solid2inches
@solid2inches 5 років тому
I have to say it was a pleasure learning from your video. Great work.
@ObiOjukwu
@ObiOjukwu 4 роки тому
This very great. Please can you explain how to link lcd, time clock, , keypad and door lock into audino to time and date the door will open . I am working on a personal saves
@trentjackson4816
@trentjackson4816 4 роки тому
This man is a brilliant articulate educator. Love the videos as much as I enjoy electronics.
@kelvintai5748
@kelvintai5748 5 років тому
Very clear and informative! Keep on your good work! 👍💪
@arousehuman
@arousehuman 5 років тому
Good control on speech. Good teacher. Nicely demonstrated. Keep on going sir, we need such people on earth to technological advanced world.....
@minifunter
@minifunter 5 років тому
hi Thank you for Excellent videos i have question id there any videos to build the thermometer temperature with LCD display so it can help me. Thank you.
@Engbic
@Engbic 3 роки тому
Thanks for the great tutorial. A small detail on 8:28 (said digital pin 8, which should be 11).
@finnandrehotvedt6974
@finnandrehotvedt6974 3 роки тому
Nice videos..helped me alot to get started with I2C. I bought a EasyCat Lab and it has arrived here a couple of days a go. Expensive to buy as a lab but cheap when you know all the parts and you can buy them in bits and pieces. Thanks for nice videos. Good work :)
@ryry8997
@ryry8997 2 роки тому
thanks for such a concise tutorial. really looking forward to the detailed I2C video.
@dickbanks3606
@dickbanks3606 3 роки тому
That is the neatest and nicest workbench I've ever seen!
@MrBobWareham
@MrBobWareham 6 років тому
Thank you so much you are very clear and easy to follow and at the correct speed so it makes it easy to follow I have signed up to your channel as I am most interested in XOD and found it easy to follow your first example.
@aspendell209
@aspendell209 6 років тому
You should be able to decode multple button presses on the keypad by reading the returned value of the 2 or 3 resistors of the voltage divider in parallel, so long as it doesn't exactly coorespond to one of the other button resistor values. Could be handy if you needed more than the 5 buttons provided. Love the simplicity of your videos!
@noddlexxx9161
@noddlexxx9161 Рік тому
can you elaborate
@JohnSmith-bh4zx
@JohnSmith-bh4zx 4 роки тому
Great Video, just got my LCD Temp display working (once I realised I connected the VCC & GRN the wrong way round & the Arduino was getting quite hot). Oops!!
@GarlicMonoxide
@GarlicMonoxide 3 місяці тому
I know this is an old video. But its literally perfect
@Taran72
@Taran72 5 років тому
Another great video! thank you very much for sharing!!! I really appreciate all you do and share with us.
@timothydaniel4511
@timothydaniel4511 2 роки тому
These are fantastic videos, exactly what I have been searching for!
@richardnevermore8536
@richardnevermore8536 2 роки тому
Thanks for your videos, really enjoy your presentation. I followed along and got the LCD working, sort of, very dim display. Looked at the Arduino forum and there are some suggestions there to brighten it up, adding a 4.7k resistor or changing to a non-pwm pin. Any thoughts on this?
@jebediahkerman4357
@jebediahkerman4357 4 роки тому
I learn from you so much! thanks for your awesome teaching!
@yeethengkee5406
@yeethengkee5406 3 роки тому
I bought my own Arduino set and it really works, it really helps to tests our heart and BPM rate
@taehyunbaek7286
@taehyunbaek7286 4 роки тому
Thanking you once again for another great video. I learnded a lot.
@Inquire98
@Inquire98 4 роки тому
"Thank You", thank you very much for your video 😉 You are REALLY Really really good 😎😀😎
@joebloggs3382
@joebloggs3382 5 років тому
Great vid mate you really explained the subject well
@mcgam2000
@mcgam2000 Рік тому
I have just lately found your channel and I like it just fine... I know this is 5 years old now but you are getting me interested in some experimentation. I am a retired electro-mechanical engineer who worked extensively on automation projects in south Texas using programable logic controllers. So using these microcontrollers interest's me ...
@mehdiberroubatani3763
@mehdiberroubatani3763 5 років тому
Thank you for this helpfull excellent tutorial . Pls can you explain how to make lcd shows the selected zone in black, I mean switch text white "low" or "0" and background black "high" or "1".
@scottstewart1660
@scottstewart1660 4 роки тому
Great video. Does the temp/humidity sensor have to connect to pin 7? Can it connect to any available pin location as long as it's defined in the code?
@paulradford71
@paulradford71 6 років тому
Nice video.. very well presented and should be understandable for folks with all levels of arduino experience, including those with none.. well done..
@valmontdain
@valmontdain 3 роки тому
This is one of the best videos I have watched on audino and in particular LCDs. It's very detailed and informative. Am definitely following your channel right away. This is a great treasure sir. Thanks alot for everything sir. Greetings from Nigeria
@puneethkumar703
@puneethkumar703 3 роки тому
wokwi.com/playground/lcd1602-i2c try your code for free 😀
@amrishhirani6096
@amrishhirani6096 4 роки тому
I'm hooking I2c with Android little confused but now I got solutions Thank you very much
@soxerm
@soxerm 3 місяці тому
Thank you so much for your videos! They are amazing! They’re helping me so much getting into the arduino tinkering. I really appreciate that you always start from the basics and make your way up to actual projects. ❤
@Jarito1903
@Jarito1903 3 роки тому
watching this from Spain in 2020. Still great content, thanks
@vrichmarketingrenewableene9418
@vrichmarketingrenewableene9418 5 років тому
Sir good day! Very amazing video.. i would like to ask if it is possible for an arduino to be used in a wifi vendo machine?
@ameen0digi
@ameen0digi 5 років тому
You are awesome. Thank you so much for your great work and informations you are providing to your subscribers and everyone else around UKposts My greetings from Egypt
@maciojon
@maciojon 3 роки тому
Great video! you're the number one for me! Thanks a lot! I need to create an Arduino Uno data logger for my geotechnical lab test. I need to see the real time values of a LVDT sensor on the LCD and save the data with a sdcard and register the time with a RTC. Do you think that I can use the datalogger shield + LCD shield to create something compact or maybe I can have problems with the usage of this two shield?
@njmusama
@njmusama 4 роки тому
This really very excellent explanation 👌 Please let me know from where I can buy the same set so I can follow along with you
@sashik99
@sashik99 5 років тому
Excellent tutorial - thank you :)
@PeteVree
@PeteVree 5 років тому
Just found your channel. AWESOME! 2 Questions... how do you have such mint audio, and are you simply using power point for your images or are you using another software? Also, are you in the Toronto area, and if so do you have courses that we can sign up for? Thanks for such great content. Regards, Pete Vree
@DougHanchard
@DougHanchard 6 років тому
Good review of all the options. Would like to see a real world application of the Sainsmart LCD / Button display, maybe how to show multiple sensor readings using button / scroll and sensor switching... thanks!
@DKEng45
@DKEng45 2 роки тому
Your video was very informative and useful to me. One question - in defining lcd you explain and list all of the numbers used except for the word POSITIVE. Nobody seems to know what this parameter is or what it is for. Can you explain it?
@mgabrielle2343
@mgabrielle2343 6 років тому
Love your tidy workshop and clean bench. Brilliant tutorial.
@Dronebotworkshop
@Dronebotworkshop 6 років тому
Thank you, appreciate the comment!
@Gw0wvl
@Gw0wvl 4 роки тому
Another Excellent Video, Being very new to Arduino it takes time to absorb all the info , But im getting there slowly, Each time it makes just that little bit more sense ... My " Thanks " .
@mohamedsaady4557
@mohamedsaady4557 4 роки тому
"Thank You", thank you very much for your video
@khalilkhairy5548
@khalilkhairy5548 5 років тому
Amazing tutorial ...thank you for your effort
@zolatanaffa87
@zolatanaffa87 6 років тому
very nice and understandable even from me that I am Italian. Thanks you
@SusanAmberBruce
@SusanAmberBruce 5 років тому
Would you consider showing us how to combine the UNO, AD9833 waveform generator, and 4 row LCD display in a project to make a handy waveform generator, please?
@ally5511
@ally5511 3 роки тому
Recently found your channel and it renewed my interest in robotics and programming which neither is my strong point. Love the videos, well presented and very informative that anyone like me can follow. I got myself a couple bits like the Uno and the LCD with the buttons, at first it was blank but after a surprising amount of turn the letters started to appear.... Ordered some more parts to try build the 2 wheeled rover, not so easy getting parts here without being ripped off. Keep up the awesome videos.
@puneethkumar703
@puneethkumar703 3 роки тому
why not go to wokwi.com for more Arduino projects. I bet you that it will be interesting for you. Give a like if you find it useful 😀😀
@sto2779
@sto2779 3 роки тому
thanks!!! this was so easy to understand of such complex pinout and wiring
@gladyssdawning7039
@gladyssdawning7039 2 роки тому
Just so eternally grateful ! Such an inspirational teacher of our time !!
@RegusPitts
@RegusPitts 6 років тому
Thank you great video. looking forward to the next.
@williamb3323
@williamb3323 4 роки тому
Got it to work Finally, Thanks for your videos
@JasonGlisson
@JasonGlisson 3 роки тому
Thank you so much for your tutorials. I've started making Arduino Star Wars weapons with this knowledge. :-)
@jeucedahn
@jeucedahn 5 років тому
Hi, your videos are very nice and for sure one of the best for people who is trying to learn. Thanks a lot!
OLED Displays with Arduino - I2C & SPI OLEDs
41:41
DroneBot Workshop
Переглядів 1 млн
Arduino MASTERCLASS | Full Programming Workshop in 90 Minutes!
1:25:31
Programming Electronics Academy
Переглядів 2,3 млн
ЧТО ДЕЛАТЬ, ЕСЛИ НЕ ХВАТАЕТ ДЕНЕГ НА ВОССТАНОВЛЕНИЕ ТАЧКИ?
47:52
Пескоструйный АППАРАТ! #shorts
01:00
Гараж 54
Переглядів 3,1 млн
Driving DC Motors with Microcontrollers
1:04:32
DroneBot Workshop
Переглядів 569 тис.
Arduino LCD I2C - Tutorial with Arduino Uno
5:29
Aymaan Rahman
Переглядів 414 тис.
Linear DC Power Supplies - Designing & Building Custom DC Power Supplies
1:12:39
DroneBot Workshop
Переглядів 947 тис.
Display examples - which one to use?
12:41
Electronoobs
Переглядів 245 тис.
SparkFun Arduino Comparison Guide
8:31
SparkFun Electronics
Переглядів 1 млн
Get Started in Electronics #11 - Use the LCD Screen with an Uno
12:13
BV3D: Bryan Vines
Переглядів 33 тис.
Drone Programming With Python Course | 3 Hours | Including x4 Projects | Computer Vision
3:33:03
Murtaza's Workshop - Robotics and AI
Переглядів 6 млн
How to Make a Simple Pencil Welder at Home for Soldering! Amazing Smart
10:02
How to Control a 12V Motor with Arduino: Easy Wiring & Code Examples
44:13
Rachel De Barros
Переглядів 361 тис.
Datasheets: 16x2 LCD By Hand (No microcontroller)
26:35
Mitch Davis
Переглядів 89 тис.
Рассекатель - Нужная вещь дома
0:18
Николай Кондитер
Переглядів 621 тис.
Good teamwork?
0:23
Den Done It
Переглядів 20 млн
Зачем коровам рисуют глаза на попе?
0:22
Up Your Brains
Переглядів 4,4 млн
ТОНАЛЬНИК ИЗ КРАСОК😳💞
0:23
Мари Фармер
Переглядів 1,6 млн
ПОЧЕМУ ОБ ЭТО НИКТО НЕ ГОВОРИЛ?!😱🔥 #shorts
1:00
Лина Погорелова
Переглядів 8 млн
комната 2х девочек #трислонамебель #interiordesign
1:01
Три Слона Мебель
Переглядів 4,8 млн