Raspberry Pi Pico ST7735 display tutorial - CircuitPython

  Рет қаралды 44,781

educ8s.tv

educ8s.tv

Күн бұрын

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/...
🛒 Raspberry Pi Pico: educ8s.tv/part/...
💻 Pinout Diagram & Code: educ8s.tv/rasp...
Join this channel to get access to perks:
/ @educ8s
#circuitpython #educ8stv #raspberrypi

Пікірлер: 47
@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
@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.
@directorstu
@directorstu 4 ай бұрын
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
@Panchosama2
@Panchosama2 11 күн бұрын
Is it possible to make a video player from a Pico board, and which is the smallest screen size one can use? thanks!
@Blayden_Mattox
@Blayden_Mattox 7 ай бұрын
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?
@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).
@kedikg
@kedikg Жыл бұрын
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 4 ай бұрын
"Hi, could you do a tutorial in Micropython on how to use SD card reading?"
@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.
@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!
@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.
@analtaccount2382
@analtaccount2382 2 жыл бұрын
5:18, that looks so slow though, like 3 fps
@BdyPhrk
@BdyPhrk Жыл бұрын
How to setup circuit python and pico on VSCode ?
@stephenmartinez4883
@stephenmartinez4883 2 жыл бұрын
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 2 жыл бұрын
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 2 жыл бұрын
@@Educ8s thank you!
@SoundWAT
@SoundWAT Жыл бұрын
Дисплей 3.3V включаете на 5V?
@jim_jam2010
@jim_jam2010 4 ай бұрын
were do i get one
@Educ8s
@Educ8s 4 ай бұрын
did you check the video description?
@siphiworatsibe5609
@siphiworatsibe5609 11 ай бұрын
You must do one for me please.
@Истории_Наоборот
@Истории_Наоборот Жыл бұрын
А если дисплей после загрузки кода просто серый, то есть просто работает очень слабо подсветка, что это значит?
@Matrixtechnouk
@Matrixtechnouk Жыл бұрын
can we play video file?
@churka111.
@churka111. Жыл бұрын
@V1P3RSlab
@V1P3RSlab 2 жыл бұрын
trying gauges ... ImportError: for adafruit_display_shapes
@Educ8s
@Educ8s 2 жыл бұрын
Have you copied the adafruit_display_shapes library in libs folder on the Pico?
@V1P3RSlab
@V1P3RSlab 2 жыл бұрын
@@Educ8s thanks. Not seen on the video, missed to add :D
@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
Arduino VS CircuitPython Speed Comparison
5:48
educ8s.tv
Рет қаралды 42 М.
Raspberry Pi Pico LCD Projects
17:25
ExplainingComputers
Рет қаралды 111 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 15 МЛН
ДОКАЗАЛ ЧТО НЕ КАБЛУК #shorts
00:30
Паша Осадчий
Рет қаралды 1,9 МЛН
CircuitPython with Raspberry Pi Pico - Getting Started
42:47
DroneBot Workshop
Рет қаралды 198 М.
LCD Basics for the Pi Pico
7:31
Tinkernut
Рет қаралды 114 М.
Turning a Raspberry Pi Pico into a GPU!
16:42
element14 presents
Рет қаралды 121 М.
Немного о Raspberry Pi Zero
27:16
CityAceE
Рет қаралды 3,7 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12