TFT SPI-Display (ILI9341) on the Raspberry Pi

  Рет қаралды 82,917

xgadgetde

xgadgetde

Күн бұрын

Пікірлер: 48
@Gunbudder
@Gunbudder 7 жыл бұрын
FYI for anyone wondering about the pin numbers at 0:18, these are the BCM GPIO pin numbers NOT the board pin numbers. look up a pinout for your specific pi model to see where the BCM pin numbers correspond to the physical pins on your specific board.
@cupy8633
@cupy8633 2 жыл бұрын
the firmware 4.4 is way too old now, after i tryed "rpi-update", firemware 5.10.8 was installed, but module fbtft_device was removed since 5.4. so....this video doesnt work
@leandrogoethals6599
@leandrogoethals6599 3 жыл бұрын
so on the back there is an sd card port could u autoplay/loop a video on the display?
@Rachitkivines
@Rachitkivines 3 жыл бұрын
how to use its touch?
@Gunbudder
@Gunbudder 7 жыл бұрын
THANK YOU for making this. i was pulling my hair out looking for a detailed pin out before i start soldering things together
@usmangilani2367
@usmangilani2367 2 жыл бұрын
Hello please let me know can I use st7735 TFT spi display as raspberry pi monitor
@OnnieKoski
@OnnieKoski 5 жыл бұрын
Thanks for this, will be trying soon! Have you tried this with Juj’s fbcp-ili9341?
@kackagamingTRASH
@kackagamingTRASH 3 жыл бұрын
I love you man, saved my day
@usmangilani2367
@usmangilani2367 2 жыл бұрын
Hello kindly let me know can I use st7735 spi TFT display as monitor of raspberry pi
@mahlonkarpaiya252
@mahlonkarpaiya252 3 жыл бұрын
can i use 2 screens on spi and one hdmi at the same time on the pi. They will be mirroing each other not seprate. i was ondering if my best bet was a hdmi splitter instead.
@pieritoc597
@pieritoc597 3 жыл бұрын
Funcionaria son el tft st7735?
@BEST83154
@BEST83154 8 жыл бұрын
как это в Proteus запустить?
@derschwarzereiter
@derschwarzereiter 5 жыл бұрын
could not insert 'fbtft_device': Invalid argument
@jacksonmckinley5647
@jacksonmckinley5647 5 жыл бұрын
same here, did you find a solution?
@stefanrosu
@stefanrosu 4 жыл бұрын
^
@Rngplayhard
@Rngplayhard 4 жыл бұрын
Same here, anyone have a solution ?
@thetomer9786
@thetomer9786 4 жыл бұрын
anyone found a solution for this?
@broodie9242
@broodie9242 4 жыл бұрын
Maybe you can try this: github.com/Broodie/ili9341_tft_ubuntu_20_04. I've just managed to make the display work on RPi and Ubuntu20.04 with Kernel 5.4. Maybe it can be done on Debian as well.
@phoenix84pl
@phoenix84pl 6 жыл бұрын
Unfortunately I get "modprobe: FATAL: Module g2d_23 not found in directory /lib/modules/4.14.50-v7+ " after "sudo FRAMEBUFFER=/dev/fb1 startx" on RPi2. Any ideas? Google gives 0 results for this error :/
@rosslawrence4628
@rosslawrence4628 6 жыл бұрын
Kamil, did you have any luck getting this working? The FRAMEBUFFER line is starting X Server, which I think is now installed by default on Raspbian now(this video is 2 years old). See the X Server section here: github.com/notro/fbtft/wiki/Framebuffer-use
@phoenix84pl
@phoenix84pl 6 жыл бұрын
Yes, I did. I do not remeber how, but I did. I think i found solution online or rewritten some code. I can give you my version of working code, but it has been changed to my needs and may contain some texts (var names/comments) in polish.
@rosslawrence4628
@rosslawrence4628 6 жыл бұрын
Sure, your code would be a good starting point for me! Ross (dot) Lawrence (dot) is (at symbol) gmail (dot) com. Congrats on getting it working, as I am finding little pieces on internet. This is my best reference so far.
@phoenix84pl
@phoenix84pl 6 жыл бұрын
You have also menu.py which is a library for making touch screen fully editable menu with map of tiles. Tiles can be any size like 1x1, 2x1, 2x2, 3x2 and so on. All math is done within library so you get working menu on the screen executing commands used within menu.
@rosslawrence4628
@rosslawrence4628 6 жыл бұрын
Thanks Kamil, and good idea on using github, so others can get it too. I am running your python code in: domobot-master/bin/gpio/tft/test, and the code will turn on the tft backlight (yeah!) but then complains about the TFT.penPosition. You have a PEN in your application? On GPIO pin 26 according to the test code... What is PEN? I don't see it on my TFT.
@knki_95
@knki_95 7 жыл бұрын
login loop occurs after using this display
@emdleb
@emdleb 7 жыл бұрын
what did you do to get it to work?
@stormer268
@stormer268 4 жыл бұрын
power low, change the power adapter.
@RiftPortalhehehacks
@RiftPortalhehehacks 3 жыл бұрын
Its not low power. Just add "sudo rm /home/pi/.Xauthority" into the boot file.
@RiftPortalhehehacks
@RiftPortalhehehacks 3 жыл бұрын
it's an issue with the startx vnc thing they use to get the screen to function. It likes to make new sessions.
@szymonstromski5387
@szymonstromski5387 3 жыл бұрын
modprobe: FATAL: Module fbtft_device not found in directory /lib/modules/5.4.72+ it died with a new kernel
@曹維哲-i6j
@曹維哲-i6j 7 жыл бұрын
thank u, ur video is very useful to me , still i have some question , i wanna send data by screen touching how should i connect pin and GPIO , thanks
@alexfinns6162
@alexfinns6162 3 жыл бұрын
I am not an expert, so don’t trust me 100%, but from what I know, you have to connect the touch miso/mosi and SCK pins to the miso/mosi and SCK pins on the raspberry pi (the same pins as the screen). The only thing you change is the CS Pin. Anyone correct me please as I’m pretty sure I got something wrong. Sorry, but I wanted to try and explain.
@shrishailpattar3237
@shrishailpattar3237 4 жыл бұрын
I am getting an error " modfrobe: FATAL: Module fbtft_device not found in directory /lib/modules/5.4.79+ anybody resolved this?
@TomInOhio2
@TomInOhio2 4 жыл бұрын
I think that these instructions only work on an earlier Raspbian distro. I am using Jesse
@somewhatunderstandable4373
@somewhatunderstandable4373 4 жыл бұрын
i too am getting this. would like to know aswell
@gabrielsutton4578
@gabrielsutton4578 6 жыл бұрын
Can this work with gpio connectors on the raspberry pi 3?
@adriang.4628
@adriang.4628 4 жыл бұрын
it can, check the gpio pin documentation here www.raspberrypi.org/documentation/usage/gpio/
@neerjaverma3445
@neerjaverma3445 6 жыл бұрын
do we need internet connection on our pc doing all the work on putty
@oskarcobb1324
@oskarcobb1324 4 жыл бұрын
To use putty, yes you need an internet connection
@leonesmoura8756
@leonesmoura8756 4 жыл бұрын
works in android?
@tXZ09
@tXZ09 5 жыл бұрын
This camera angle is not very clear.
@jasonnation6615
@jasonnation6615 Жыл бұрын
Koenen Sie mir bitte helfen damit?
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Linus Tech Tips
Рет қаралды 3,5 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 7 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 28 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 4,5 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 5 МЛН
AKS Static Egress Gateway
14:29
Houssem Dellai
Рет қаралды 56
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Рет қаралды 1,6 МЛН
The Petabyte Pi Project
22:27
Jeff Geerling
Рет қаралды 2,2 МЛН
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,2 МЛН
Arduino-friendly 240x320 LCD Display Tutorial (ILI9341)
21:05
Davy Wybiral
Рет қаралды 99 М.
the Raspberry Pi 5
17:57
NetworkChuck
Рет қаралды 1,2 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 7 МЛН