Biggest TFT 7" for Arduino or ESP32 - Parallel Communication

  Переглядів 42,871

Electronoobs

Electronoobs

День тому

High quality PCB prototypes: www.pcbway.com
PCB & Project: bit.ly/3qE8IKR
🔥Searching for new TFTs for my MSLA printer project, I found this one of 7" and 800 by 480 pixels. Using the TFT_eSPI library from Bodmer I was able to control it. Check more links below!
🔀LINKS
-------------------------------------
Tutorial Page: Not yet ready!
TFT_eSPI library: github.com/Bodmer/TFT_eSPI
SSD1963 7" display: s.click.aliexpress.com/e/_Dmb...
SSD1963 5" display: s.click.aliexpress.com/e/_DDw...
ILI9488 3.5" display: s.click.aliexpress.com/e/_Dmp...
ST7796 4" display: s.click.aliexpress.com/e/_DkS...
TFT Shield: s.click.aliexpress.com/e/_Dkc...
My tools: electronoobs.com/eng_afiliate...
False/True T-Shirt: teespring.com/it-s-funny-beca...
🤝SUPPORT
-------------------------------------
Join my Arduino Course (Spanish): bit.ly/2JY8icE
ELECTRONOOBS.io: electronoobs.io
Donate on PayPal: www.paypal.com/donate?hosted_...
Help my projects on Patreon : / electronoobs
my Q&A page: electronoobs.io/forum/index.php
Facebook page: / electronoobs
Canal en Español: / @electronoobsenespanol
00:00 Intro
08:51 Thank You
Like share and subscribe to motivate me. Thank you
#electronics
#Arduino
#TFT

КОМЕНТАРІ: 49
@foxfyre3600
@foxfyre3600 7 місяців тому
I have this display, it's the largest one I could find that was self-driving with breakout pins. It's able to be driven in a 16-bit 5-6-5 parallel mode if you need the speed and have extra I/O. Using a Teensy 3.6 I was able to update the entire screen at 30fps, very satisfying for a microcontroller. Got it on Ebay about 5 years ago. Nice size, 18-bit colour but I could not get the gamma correction working so I compensated in software. Touch screen is 4-wire resistive-type. The display is 800x480 pixels and is best viewed straight on or from *one* of the long sides, otherwise the colours go weird and I never tried any portrait mode. The backlight is controllable but requires 5 volts @ 400mA for it's boost converter. Signals are 3.3v only and not 5v tolerant. Supply should be capable of ~200mA. The driver is a SSD1963 by Solomon Systech, the touch screen controller is a generic HR2046 as far as I know. The SD card breakout is SPI mode only. That's what I know about this board.
@P.g.L.123
@P.g.L.123 2 місяці тому
Which library do you use for SSD1963, at 16-bit parallel interface?
@raymondmichael4987
@raymondmichael4987 7 місяців тому
Great brother really good; hyped for the next part. Very informative, liked the work through as it’s real tough to find these kind of tutorials, Be blessed brother ❤
@JonathanDeWitt1988
@JonathanDeWitt1988 7 місяців тому
Another great tutorial Andrei. Thank you for sharing this with us!
@legend_6483
@legend_6483 7 місяців тому
very nice and straight forward tutorial ❤
@leehewitt9559
@leehewitt9559 4 місяці тому
Brilliant. You have done a lot of work figuring out how to drive these displays. 👌
@ELECTRONOOBS
@ELECTRONOOBS 7 місяців тому
Join my Arduino Course (Spanish): bit.ly/2JY8icE My Tools: bit.ly/3uv8bc3 Help me on Patreon: www.patreon.com/ELECTRONOOBS
@brodeyster
@brodeyster 6 місяців тому
I respect your work, and i have learned a lot from your guides and videos, it motivates me to go further and dig deeper to solve problems,and i regained my pleasure for electronics, thx!!
@vkishore9345
@vkishore9345 7 місяців тому
Bro very very thanks to you.B ecause for past two weeks i dont know how to wire tft for parallel .and it works really good and also it is faster than spi tft
@wagnerfontes2
@wagnerfontes2 7 місяців тому
Thanks for the very nice video! Do you think it would be possible to use the 7" display as a Home Assistant dashboard?
@TT-it9gg
@TT-it9gg 7 місяців тому
Big screen is not good on ESP32 or RP2040. The 8-bit or 16-bit can help the transfer. But the key issue is the memory size.
@imranics1142
@imranics1142 7 місяців тому
Hi good work bro 👍👏👍👏 super
@yeetlemcfeetle6244
@yeetlemcfeetle6244 7 місяців тому
Thank you for showing how to set up a parallel interface i've looked every where T-T
@tejonBiker
@tejonBiker 7 місяців тому
Quite challenging driving a display with this interface
@cmd9785
@cmd9785 7 місяців тому
Nice,what is the fps limit for that screen?
@Harinderbhinder
@Harinderbhinder 7 місяців тому
Nice, please complete the resin printer...
@lenjackson2677
@lenjackson2677 5 місяців тому
This seems to be a 16bit parallel board but your video indicates that only 8 data lines are to be connected. Is this correct? If so, what is the impact of only using the lower 8 bits? Thank you...
@yasyasmarangoz3577
@yasyasmarangoz3577 3 місяці тому
Sadly no answer.
@WixXWolf
@WixXWolf 3 місяці тому
@@yasyasmarangoz3577On most controllers you have Pins that you can pull up or down to choose between for example 8 or 16 bit mode. So you can control the display with 16bit parallel for best performance or because you dont have that many pins you can choose to use 8 bit
@MisterkeTube
@MisterkeTube 7 місяців тому
Just wondering: is the 8-bit parallel data transfer really that much faster than ex. I2C? The latter often has a (partial) HW implementation, whereas I guess the parallel transfer is using bit-banging, so I wonder whether I2C would not allow higher frequencies than such a parallel interface thereby reducing the gain of having 8 parallel lines and it would definitely be a lot easier to connect ... As said, just wondering. Since really high-speed serial busses rule (each PCIe lane, USB, ...), I really think micro-controllers need a reliable, super fast and super cheap serial bus to avoid the need for such parallel GPIO-pin consuming connections ...
@hxtec32
@hxtec32 5 місяців тому
Hello MisterkeTube, I don't know if you are still interested in this topic, but since no one has answered your question, I'll be happy to explain. Basically, since I2C is 2 wires, one of them being clock (SCL), and the other one being data (SDA), it inherently is unable to send data at as fast speeds as if it was going through multiple wires. I2C can send 3.4Mbits of data per second, which sounds fast, but think about 800x480 pixels, and their 16-bit colour data. That's 384K pixels, and 65536 colours for each pixel. I2C can't run as fast because of wire capacitance, which basically holds the electrical charges for a bit, messing up sync, and maybe even ruining the signals all together. To run I2C as fast as parallel, you would essentially need copper traces infinitely thin, that, or significantly out of manufacturing tolerances (probably less than 2 mil). This would actually end up being even more costly than parallel 8-bit, since ESP32-S3, ESP32 already have it. Yes, parallel interface does take up many wires, but it can reach much faster speeds because of it. An analogy is like: think of one man carrying heavy weights from one place to another, one at a time. Now, get about 15 of his friends to help him out, so that they are all doing it at the same time, and you can imagine how much incredibly faster this is. You can imagine the one man by himself being I2C (since it only has one data wire), and the 16 men being parallel interface. Although it is unfortunate how many wires parallel takes up, it is about the best we have got (at least that I have seen) at this stage. Once you get past like 480x320 pixel (normally using QSPI or really really fast SPI [like 80 - 125MHz]), everything just uses parallel interface.
@DavidSilvaCardona
@DavidSilvaCardona 18 днів тому
Hello excellent as always, I am from Colombia and sometimes I visit your channel in English language just to know what is coming in the Latino🙈..... channel. It would be very interesting that in this project you can apply the LVGL library for the user interface and indicators, and incidentally transmit that teaching since there is little information in Spanish, thank you very much for your time and valuable teaching.
@MPElectronique
@MPElectronique 6 місяців тому
Hi, nice video help me very much! Your next video should be attaching an sd card to the module. Thanks. Marc.
@vkp111
@vkp111 6 місяців тому
Why doesn't the standard display library comes with command to erase or fill the screen with specified colour. It takes too long to erase or fill the screen with slower microcontroller.
@migojolo2933
@migojolo2933 4 місяці тому
I wish I was smart like you
@profszewczyk9927
@profszewczyk9927 3 місяці тому
Did you manage to get touch screen to work with this screen? TFT_eSPI doesn't support touchscreen in parallel mode...
@amdadulhaque4625
@amdadulhaque4625 7 місяців тому
Waiting for new printer video
@hehahu-wx2gn
@hehahu-wx2gn 3 місяці тому
we cannot display arduino on old lcd like car player screen? must new models made for arduino?😊
@mbsnv1792
@mbsnv1792 7 місяців тому
Nextion display?
@derrlemes1674
@derrlemes1674 3 місяці тому
Is it possible to make a resin printer with this screen?
@nutislucky4904
@nutislucky4904 Місяць тому
How did you figure out that you have to use another driver?
@Try_something_unique
@Try_something_unique 7 місяців тому
Please make gsm and arduino relay control through sms and phone calls
@shahidmsk1779
@shahidmsk1779 7 місяців тому
🔥❣️
@GHILLIESARCADEANDMORE
@GHILLIESARCADEANDMORE 7 місяців тому
Cool
@yasyasmarangoz3577
@yasyasmarangoz3577 3 місяці тому
Is it possible to use touch?
@mikeseba7817
@mikeseba7817 7 місяців тому
👍👍👍
@taham6757
@taham6757 7 місяців тому
goot gootoootot 👍
@lifeai1889
@lifeai1889 7 місяців тому
dose this support esphome to be used for smarthome dashboard
@ELECTRONOOBS
@ELECTRONOOBS 7 місяців тому
I don't know..
@lifeai1889
@lifeai1889 7 місяців тому
@@ELECTRONOOBS seems like it only support ili9xxx and nextion display so i can only use the small ones
@nihalkamil9739
@nihalkamil9739 7 місяців тому
bro just make a stm 32 flight cantroller ❤
@debojyotibhattacharjee483
@debojyotibhattacharjee483 7 місяців тому
Wow
@MSInnovations-or6rr
@MSInnovations-or6rr 7 місяців тому
Can we use esp8266 instead of esp32 ?
@ELECTRONOOBS
@ELECTRONOOBS 7 місяців тому
Yes! Check the Setup.h file and change the pins for an ESP8266
@MSInnovations-or6rr
@MSInnovations-or6rr 7 місяців тому
@@ELECTRONOOBS thankyou
@thenextproblem8001
@thenextproblem8001 7 місяців тому
Instead of making it complicated why not just use esp32-s3 HMI? Doesn't it more simple? And probably cheap? You can go up to 7inch i guess with those premade boards
@MitsuZer0G
@MitsuZer0G 7 місяців тому
First
ESP32 + 7in LCD + Fast RGB Interface
27:42
Bytes N Bits
Переглядів 4,5 тис.
I made a VGA card that blew my mind
15:44
bitluni
Переглядів 414 тис.
0% Respect Moments 😥
00:27
LE FOOT EN VIDÉO
Переглядів 23 млн
когда одна дома // EVA mash
00:51
EVA mash
Переглядів 5 млн
Godzilla Attacks Brawl Stars!!!
00:39
Brawl Stars
Переглядів 4,5 млн
Arduino MSLA Printer - FINALLY! DIY Project
11:31
Electronoobs
Переглядів 75 тис.
How to Control a 12V Motor with Arduino: Easy Wiring & Code Examples
44:13
Rachel De Barros
Переглядів 356 тис.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Переглядів 507 тис.
All about Cardputer from @M5Stack
15:40
techiesms
Переглядів 23 тис.
Exotic Round Displays and How to Use Them
14:21
Mr. Volt
Переглядів 322 тис.
LoRa - Long-Range Radio for IoT | Arduino, ESP32, RPI Pico
1:07:58
DroneBot Workshop
Переглядів 275 тис.
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Переглядів 200 тис.
GitHub Copilot just got promoted to Captain
4:01
Fireship
Переглядів 406 тис.
План хакера 🤯 #shorts #фильмы
0:59
BruuHub
Переглядів 988 тис.
All New Atlas | Boston Dynamics
0:40
Boston Dynamics
Переглядів 5 млн
I wish I knew this When Istarted Programming #school #software  #codingtips
0:34
Claude Ams - Programming Guru 💻
Переглядів 7 млн
КУПИЛ SAMSUNG GALAXY S24 ULTRA ЗА 88000 РУБЛЕЙ!
27:29
DimaViper
Переглядів 31 тис.