Тёмный

Raspberry Pi Pico ST7735 display tutorial - CircuitPython 

educ8s.tv
Подписаться 124 тыс.
Просмотров 43 тыс.
50% 1

Raspberry Pi Color Display ST7735 How to use tutorial with Circuit Python
In this video I am going to show you how to connect a 1.8” color TFT display that uses the ST7735 driver to your Raspberry Pi Pico board and use it with CircuitPython. I will also share with you 2 simple programs I developed using this display to help you get started.
If you are long time viewer of this channel you know that I like this display a lot and I have used it in many of my Arduino projects. It is inexpensive and easy to use. At the time of this recording, it costs around 6$. Add another $6 for the Raspberry Pi Pico board and with just $12 you have a pretty capable development platform.
🛒 Display: educ8s.tv/part/7735
🛒 Raspberry Pi Pico: educ8s.tv/part/RaspberryPiPico
💻 Pinout Diagram & Code: educ8s.tv/raspberry-pi-pico-c...
Join this channel to get access to perks:
/ @educ8s
#circuitpython #educ8stv #raspberrypi

Наука

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

 

8 июн 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@Educ8s
@Educ8s 2 года назад
I hope you took away lots from this video. Let me know below! PS: I'm creating an OOP course! Sign up at programmingwithnick.com/course for early access and a 50% launch discount.
@MrBobWareham
@MrBobWareham 2 года назад
Thank you I made your clock, but cant believe it was 7 years ago that I made it, so thanks for that, and this video. Bob in the UK.
@pratiklondhe5167
@pratiklondhe5167 Год назад
cool man
@Blayden_Mattox
@Blayden_Mattox 5 месяцев назад
I’m trying to run the slideshow program. Everything looks good at first but when I run the code through Thonny my screen just stays white and never shows an imagine. And the only error it says is on the last line sleep(2). But I think that’s because I’m shutting down the program but maybe I’m wrong. Any idea what the problem could be?
@kedikg
@kedikg 11 месяцев назад
hey ty for this great tutorial. Is possible to do this only on a rp2040 zero. its smaller version with less pins. ty i was trying to find something but i dont see anyone that do this...
@ferdinandorosella1720
@ferdinandorosella1720 3 месяца назад
"Hi, could you do a tutorial in Micropython on how to use SD card reading?"
@elektron2kim666
@elektron2kim666 Год назад
Found a cheap display like that so I check out some videos. I plan to use it for a clock, temperature or something with a Pico eventually running all the time and the RPi is too power hungry (Amps).
@directorstu
@directorstu 3 месяца назад
Nice tutorial. Thanks. Issue with simple test code. Was getting attribute error ".show(x) removed. Use.root_group = x". Apparently 'show' no longer used. Solved by editing line 25 to ... display.root_group = splash
@matthewfelgate
@matthewfelgate Год назад
Thanks for this video. What is the library to use to display lines/rectangles on this display?
@Educ8s
@Educ8s Год назад
You need the adafruit_display_shapes library from the library bundle.
@churka111.
@churka111. Год назад
@SoundWAT
@SoundWAT Год назад
Дисплей 3.3V включаете на 5V?
@BdyPhrk
@BdyPhrk Год назад
How to setup circuit python and pico on VSCode ?
@emmaquick3538
@emmaquick3538 Год назад
hello i am struggling with having a white screen!! i got mine with pre-soldered headers so i would assume that would mean that is should all be working but no matter what i try its always a white screen any ideas?? thanks so much :)
@leeed2001
@leeed2001 Год назад
I'm having a similar issue. I got a slightly different screen, it has a few extra pins, but they are labeled nicely. I was able to find the exact same pins as described in this video, wired the same, and pasted the sample code. It "runs" without complaining, but my screen just stays white. I'm not sure. Did you have any luck?
@leeed2001
@leeed2001 Год назад
OK quick update, my screen had a different input called SCL...I ended up connecting the clock wire from the PI to the SCL pin on the screen, and it worked!
@stephenmartinez4883
@stephenmartinez4883 Год назад
Does the image stay on the display if we plug the pico from an external power source or do we need to have it hooked to the computer for this to work?
@Educ8s
@Educ8s Год назад
If you save the code as code.py this script will run everytime you powerup the board. So, it doesn't matter if it is powered from a computer or a power bank or a power brick.
@stephenmartinez4883
@stephenmartinez4883 Год назад
@@Educ8s thank you!
@siphiworatsibe5609
@siphiworatsibe5609 9 месяцев назад
You must do one for me please.
@Истории_Наоборот
А если дисплей после загрузки кода просто серый, то есть просто работает очень слабо подсветка, что это значит?
@Matrixtechnouk
@Matrixtechnouk 10 месяцев назад
can we play video file?
@fouzaialaa7962
@fouzaialaa7962 2 года назад
more Raspberry Pi Pico projects please i bought one but there seems to be no good projects for it ,most of the existing projects can be done with arduino no one is using the full potential of the pico
@Educ8s
@Educ8s 2 года назад
Sure I can build more project with this board. With $6 this is one of best boards out there.
@georgekot6377
@georgekot6377 2 года назад
@@Educ8s Very interesting. Looking forward to more builds.
@dekipet
@dekipet 2 года назад
You can program Pico just as regular Uno.
@dekipet
@dekipet 2 года назад
@@Educ8s At Pimoroni, 10x RP2040 costs £9. Nice for custom projects.
@Educ8s
@Educ8s 2 года назад
@@dekipet Sure you can do that, but with CircuitPython, development is much faster.
@analtaccount2382
@analtaccount2382 2 года назад
5:18, that looks so slow though, like 3 fps
@V1P3RSlab
@V1P3RSlab Год назад
trying gauges ... ImportError: for adafruit_display_shapes
@Educ8s
@Educ8s Год назад
Have you copied the adafruit_display_shapes library in libs folder on the Pico?
@V1P3RSlab
@V1P3RSlab Год назад
@@Educ8s thanks. Not seen on the video, missed to add :D
@jim_jam2010
@jim_jam2010 3 месяца назад
were do i get one
@Educ8s
@Educ8s 3 месяца назад
did you check the video description?
@GordonFeeshman
@GordonFeeshman Год назад
I'm having an issue, when I try to load the first example project into the raspberry pi pico, the screen just stays white. I added some code that turns on an LED and that worked so I am a bit confused. Edit: To anyone else having this issue, and is sure that their wiring is correct, make sure you push the pins of the Raspberry Pi Pico and the screen all the way down and you copied the sample code correctly, that's how I fixed it.
@Educ8s
@Educ8s Год назад
Please check your connections again carefully. That's the most common reason for a white screen.
@GordonFeeshman
@GordonFeeshman Год назад
@@Educ8s Thanks for the reply! I have one question, do the distances from the wires to the raspberry pi matter? This is one of my first times using a breadboard so I'm not very good with it.
@Educ8s
@Educ8s Год назад
@@GordonFeeshman No, the distance does not matter.
@GordonFeeshman
@GordonFeeshman Год назад
@@Educ8s Ah, that makes things easier. I will check my wiring, thanks for the advice!
@GordonFeeshman
@GordonFeeshman Год назад
@@Educ8s So I checked my wiring and it seems fine... Do I have to edit the sample code? (I am using the sample text program)
@jingjinghuang5538
@jingjinghuang5538 2 года назад
hello, i like ur testing videos. may i have a collaboration with you for promotion? tks!
@jcbrun1823
@jcbrun1823 Год назад
Ridicule et sans intérêt
Далее
Raspberry Pi Pico LCD Projects
17:25
Просмотров 106 тыс.
Arduino VS CircuitPython Speed Comparison
5:48
Просмотров 39 тыс.
HYDRAULIC PRESS VS ARMOR, USA AND RUSSIA
10:16
Просмотров 7 тыс.
What is VGA and How to Use it With a Raspberry Pi Pico
18:28
Raspberry Pi Pico W: Wireless Weather Station
17:13
Просмотров 283 тыс.
LCD Basics for the Pi Pico
7:31
Просмотров 111 тыс.
The Raspberry Pi Pico WAS Overrated! But that changed!
10:18
iPhone 15 Pro в реальной жизни
24:07
Просмотров 446 тыс.