Hi TechToTinker I 've got this lcd since 2017 ...no way to make it work so i give up , till to day i find your tuto so i try and tadaa it work like a charm , the secret is the SPFD5408 lib so tank to u , nb: sorry i'm not well in anglish
Just got mine in the mail today! Excited to start working on some of my ideas for a microcontroller with a touch screen. But you have to walk before you can run, so I just wanted to say: Good demo/tutorial. I appreciate the basic examples and being able to learn from your experience!
@leglessinoz, glad that it works on your display. You are in the right track, just play with the rotation variable, and you should find the correct setup.
Hi TechToTinker! I'm having some troubles with this screen...The touch is not responding...I need some help...I double checked everything from the video and downloaded the Joao's libraries but nothing seems to work about the touch...
@vijay kamble, use tft.setTextColor(WHITE, BLACK); when setting the font color. The first parameter is the font color while the second parameter is the background color. By doing this, you're erasing the previous display. Hope this helps. Please let me know. Cheers.
Hi. I have that exact display, and I am using Arduino Uno. The screen works for me, but not the touchscreen, I tried using your LED ON/OFF example but the buttons did not work. Any help?
Great video! Just discovered how to use from this vid, can you upload a video about the micro sd in more detail (how to upload and select proper images)
You may use Arduino Mega if you need more pins. In Arduino Uno, AFAIK there are 2 or 3 pins you may still use. The D0, D1, and the other I can't remember. You may check the datasheet.
Greetings TechToTinker. I have read that this SPFD5408 drive and ILI9341 are pretty much the same but, I have a sketch that in the header calls: #include however, my display is ILI9341, so what should I change in the code to use the ILI9341 display, and my display is not shielded and does not have the LCD_WR and LCD_RD pins. Thanks
First of all thanks for this tutorial, everything works great except for the last 2 examples. Can you help me? I’m interested in the last example and I got: failed initialization. Is it related to file system? Or what?
Hi Muhammad, #1. did you use Uno or Mega? #2. Did you try the example number 4 accessing the sd card? #3. The size of the bmp file should be maximum of 320x240 (landscape) or 240x320(in portrait)
Hi TechTo Tinker I am new to TFT programming. I want to have 5 input names from user using 2.4 TFT ,Arduino UNO. I am thinking to create an array and use the Gets(STR[x]) function to take the input from the user. Will this function work with TFT?
Hi @TFT Lcd, I would like to say yes but as of now, I am not able to use or do like that but it should be possible. Please let me know if you are able to do it or if you need some help. Cheers.
Thanks TechTo Tinker for responding. But could you suggest any other way or program to achieve the same? I am stuck with this.I would really appreciate any help regarding this. Thanks
Sir please answer me. I have sent a query six days ago but not yet received any answer at your end. My query was if I wish to display more than five BMP images then correct code for that. Awaiting for your support and response. You have answered all the queries two years ago but not answering now. What is the actual problem Sir? Please answer me.
Hello Master ! to using the one with 32 giga card fat32 format and presents "initialization failed! ¨ this screen does not support this configuration? can you help me? thanks
Hi Sir. Your video are awesome & code is perfect one. Sir if I wish to display BMP picture more than five what should be change in code? How can I understand that my touch screen is perfect? I have already tested example tftpaint but my display is showing wrong . When pen is drawing horizontally display shwing vertical line & when pen drawing vertical display showing horizontal & pen where pin display showing some distance . Please answer me.
Complex shape is derived from simple shape. What I mean is to use the simple shape (which is included in tutorial) for you to come up with complex shape.
@Ronnie Tan, the microcontroller needs to buffer the video frames and I think it's not directly possible. BUT I have watched a video in RUclips before that reads from SDCard and directed the video frames to the display. I somehow can't find it now.
hi, i have a problem loading imagens, the error is the image does not found and i dont know why, i'm use your code but dont found the problem and when i testing the example of sd card appears in the screen sd card failed, can you help me?
@Jhonatan Ruiz, can you give me more details of your setup? Did you use Arduino Uno or Arduino Mega? Did you copy the image to sdcard? Is the image is 320x240?
@@jhonatanruiz9938 what do you mean with the "but vertical"? #1. Is the image 320 x 240 (landscape image) but displayed wrong. Or, #2. or you want to create a vertical display? In any ways, can you send a picture of the display with problem at tech.to.tinker@gmail.com
Hi @Jhonatan Ruiz, got your email. the problem is you are using Arduino Mega (it will work when you use Arduino Uno). The reason is that Arduino Mega SPI port is not located on pins 11, 12, and 13 which is use when accessing the sdcard module. And if I remember correctly, I talked about this aspect in the video. Hope it helps.
Hello, the tft freezes after some hours. What can i do? I think it must be a stability issue. How i can reduse the noise on spi pins and make more stable the connections? Thanks in responce and congrats for tha amazing channel.
@kon dam, I haven't check the schematic diagram of the tft module if its properly designed (I doubt it). For your reference, check this page: www.pjrc.com/better-spi-bus-design-in-3-steps/ It may also possible that the problem is on the program. Thank you and regards.
Hi ! I opened the example file to draw bitmap images from the sd card but I have the following error message : "File not found". I do'nt understant why... Can you help me please ? Can you send me your spfd5408_learning_05_bmp file please ?
Im not exactly sure why but Im guessing maybe because of mode of communication between the LCD and the Arduino or possibly because of the library. But what I am sure the Arduino Uno runs in 16MHz clock while the LCD has 320x240 pixels so a total of 76800 pixels that is needed to update more than 60 times a second so changes is not noticeable by human eye.
Hello @Hazwan, in the source code: tft.setRotation(2); // This settings works for me with correct orientation try to experiment with it, possible value is 0 to 3
Can you design one prototype like using touch screen whether it is detecting kid or adult by adding some security questions if he answered some questions means it will be detected as kid gave some access to some appliances like on/off light, fan and answered all questions it will be detected as adult means gave access to all appliances. Thanking you and hoping for a faster response. Looking forward to your reply bhai it will be very helpful and urgent to our project. Please consider this
BUENAS TARDES excelente explicación: yo tengo una pantalla LCD TFT 3.5" HSD8795-A1 DUAITEK . EN PRINCIPIO COINCIDEN LOS PINES CON EL ARDUINO UNO , Mi pantalla será totalmente compatible con la que usas en el video . desde ya gracias por la atención Oscar
Hi TechToTinker
I 've got this lcd since 2017 ...no way to make it work so i give up , till to day i find your tuto so i try and tadaa it work like a charm , the secret is the SPFD5408 lib so tank to u ,
nb: sorry i'm not well in anglish
Hi @james kidd, I am glad you like it. Thank you for your valuable comment. Cheers.
Your english is god enough :)
learn to spell dumb guy
Just got mine in the mail today! Excited to start working on some of my ideas for a microcontroller with a touch screen. But you have to walk before you can run, so I just wanted to say: Good demo/tutorial. I appreciate the basic examples and being able to learn from your experience!
Sounds great! Have fun.
I not only loved the tutorial but also loved the accent
Thank you for that. Appreciated.
well yes I tried but nothing worked , and finally decided to return it ,,,but after watching you video I am satisfied with this tft display
Finally a library that works (sort of) with my display. The output looks correct except that everything is mirrored (text is reversed).
@leglessinoz, glad that it works on your display. You are in the right track, just play with the rotation variable, and you should find the correct setup.
Thanks for the great video! But there is a problem, the contents of the screen are upside down and read from right to left ... How to fix it?
Try to search for the "rotate" or "rotation" inside the code.
@@TechToTinker
No, I got it. The manufacturer installed other drivers and the library flipped the image. ILI9341???
Hi TechToTinker! I'm having some troubles with this screen...The touch is not responding...I need some help...I double checked everything from the video and downloaded the Joao's libraries but nothing seems to work about the touch...
@Jox Rapper, Im not really sure how may I help you. Are you able to make other examples to work with you?
@@TechToTinker I think I found a way to make it work! Thank you man. Appreciate it!
@@JoxRapper glad that you're able to make it work. Thanks for letting me know.
how to use tft with eps32?
Nice one idol, good content again, was about to order this LCD, I'm gonna watch this video for tutorial.
Thank you Josh.
Thank you sir for this video. Very helpful. ❤️❤️❤️
Most welcome
I try to showing bmp image in lcd tft but it doesn't work, the file name is not found even if the file name is correct. Can you help me?
hi, in my TFT display im displaying temperature value but the value is over writing and not clearing the previous one. pls help me sir.
thank you..
@vijay kamble, use tft.setTextColor(WHITE, BLACK); when setting the font color. The first parameter is the font color while the second parameter is the background color. By doing this, you're erasing the previous display.
Hope this helps. Please let me know. Cheers.
Thanks! I like very much your video. Only a question: where can I get the samples images "RUclips.bmp"
"Logo.bmp","Subs.bmp","TTT.bmp","CLSS.bmp"?
Hi. I have that exact display, and I am using Arduino Uno. The screen works for me, but not the touchscreen, I tried using your LED ON/OFF example but the buttons did not work. Any help?
Have you resolve your problem? A have this problem too
Are there some way to play videos?
Great video! Just discovered how to use from this vid, can you upload a video about the micro sd in more detail (how to upload and select proper images)
What use is it if all the Arduino I/O pins are used by it ?
You may use Arduino Mega if you need more pins. In Arduino Uno, AFAIK there are 2 or 3 pins you may still use. The D0, D1, and the other I can't remember. You may check the datasheet.
Thanks brother thats beautiful explanation
Can we access the gif from sd card
Greetings TechToTinker.
I have read that this SPFD5408 drive and ILI9341 are pretty much the same but, I have a sketch that in the header calls: #include however, my display is ILI9341, so what should I change in the code to use the ILI9341 display, and my display is not shielded and does not have the LCD_WR and LCD_RD pins. Thanks
Hi Daniel, perhaps you need to look for ILI9341 library which uses SPI instead. This uses the parallel control.
First code that turned on my display thanks
Can We show video with the SD card ?!
great content!
what format and size is supported by the sd card screen
@Claudio Moura, any size should (correct me, I could be wrong on this) if I still remember it correctly. Format it to FAT32.
First of all thanks for this tutorial, everything works great except for the last 2 examples. Can you help me? I’m interested in the last example and I got: failed initialization. Is it related to file system? Or what?
How can i make compass hmc8553l show line moving depend on the direction on 2.4tft touch screen shoeld
Hello @Purple Furture, I dont know how to answer you as of now since I dont have a copy of the compass.
TechToTinker i just need need to know how to do the lcd part then i will take mu compass code
Hi @Purple Furture, I hope you find a way to solve your question. If not, you may try to use the example # 2 drawing shapes.
TechToTinker thank you done 😄
@@purplefurture6960 wow nice, congratulations.
helloo..nice project..but why I cannot display picture at tft lcd...already insert micro sd and file in bmpfile...
Hi Muhammad,
#1. did you use Uno or Mega?
#2. Did you try the example number 4 accessing the sd card?
#3. The size of the bmp file should be maximum of 320x240 (landscape) or 240x320(in portrait)
@@TechToTinker I use UNO and already succesful accessing the sd card..the problem now is the pic are appear
are not appear*
what size of pixel for the picture...hehe
@@TechToTinker its okey....I already get the pic...my project was successfull....thankyou so much
Hi TechTo Tinker
I am new to TFT programming. I want to have 5 input names from user using 2.4 TFT ,Arduino UNO. I am thinking to create an array and use the Gets(STR[x]) function to take the input from the user. Will this function work with TFT?
Hi @TFT Lcd, I would like to say yes but as of now, I am not able to use or do like that but it should be possible. Please let me know if you are able to do it or if you need some help. Cheers.
Thanks TechTo Tinker for responding. But could you suggest any other way or program to achieve the same? I am stuck with this.I would really appreciate any help regarding this.
Thanks
Will it work with esp8266 or it will need esp32?
I am using Arduino Uno. I have not tried it on ESP MCUs.
@@TechToTinkerCould you test with ESP32?
very informative sir.
So nice of you. Keep watching.
can i connect a tft screen to a jtag1 slot???
my 1.80/1.77 fpc screen got broken and i see a jtag1 slots in my board with a 8pin slot same with 1.8 tft screen.. so i wonder if its gonna work?
I have the exact same set up as you but spf5408 doesn’t work .
Sir please answer me. I have sent a query six days ago but not yet received any answer at your end. My query was if I wish to display more than five BMP images then correct code for that. Awaiting for your support and response. You have answered all the queries two years ago but not answering now. What is the actual problem Sir? Please answer me.
Hello Master !
to using the one with 32 giga card fat32 format and presents "initialization failed! ¨ this screen does not support this configuration? can you help me? thanks
@Claudio Moura, did you use Arduino Mega?
Hi Sir. Your video are awesome & code is perfect one. Sir if I wish to display BMP picture more than five what should be change in code? How can I understand that my touch screen is perfect? I have already tested example tftpaint but my display is showing wrong . When pen is drawing horizontally display shwing vertical line & when pen drawing vertical display showing horizontal & pen where pin display showing some distance . Please answer me.
Do you have tuturial that teach TFT commands/functions to draw some complex shape.
Complex shape is derived from simple shape. What I mean is to use the simple shape (which is included in tutorial) for you to come up with complex shape.
nice and helpful video
can it play videos from the SD CARD?
@Ronnie Tan, the microcontroller needs to buffer the video frames and I think it's not directly possible. BUT I have watched a video in RUclips before that reads from SDCard and directed the video frames to the display. I somehow can't find it now.
Can anyone tell me it cant be done on Arduino mega??
hi sir let me now i have tested tft shall i upload all the code remaing foue atonce or separate i am new
@electronics for all, I do not understand what you mean to say. Can you send again? Cheers.
hey, can we use u8glib with this lcd?
@Engg DNA, I believe yes but I haven't tried. Please let me know if you are able to use it. Cheers.
hi, i have a problem loading imagens, the error is the image does not found and i dont know why, i'm use your code but dont found the problem and when i testing the example of sd card appears in the screen sd card failed, can you help me?
@Jhonatan Ruiz, can you give me more details of your setup? Did you use Arduino Uno or Arduino Mega?
Did you copy the image to sdcard?
Is the image is 320x240?
@@TechToTinker i use Arduino Mega and copy the image (BMP format) in the same resolution but vertical
@@jhonatanruiz9938 what do you mean with the "but vertical"?
#1. Is the image 320 x 240 (landscape image) but displayed wrong. Or,
#2. or you want to create a vertical display?
In any ways, can you send a picture of the display with problem at tech.to.tinker@gmail.com
Hi @Jhonatan Ruiz, got your email. the problem is you are using Arduino Mega (it will work when you use Arduino Uno). The reason is that Arduino Mega SPI port is not located on pins 11, 12, and 13 which is use when accessing the sdcard module. And if I remember correctly, I talked about this aspect in the video. Hope it helps.
@@TechToTinker yes i got it but when i change the port spi for 50 doesn't change i will to try again thank you for your time
Good explanation.
Thanks sir
@Mbah SonOfMan, glad you like it. Thank YOU.
@@TechToTinker I am one of your big promoters sharing the good work to all my groups. I encourage all to subscribe
@@mbahsonofman5248 wow that's great. I really appreciate it. :)
@@TechToTinker I have been working with gsm sim800l but I wish to send SMS with the network time stamp not using external rtc or ds3231 module
You may try to look using NTP.
Hello, the tft freezes after some hours. What can i do? I think it must be a stability issue. How i can reduse the noise on spi pins and make more stable the connections?
Thanks in responce and congrats for tha amazing channel.
@kon dam, I haven't check the schematic diagram of the tft module if its properly designed (I doubt it). For your reference, check this page: www.pjrc.com/better-spi-bus-design-in-3-steps/
It may also possible that the problem is on the program.
Thank you and regards.
Hi ! I opened the example file to draw bitmap images from the sd card but I have the following error message : "File not found".
I do'nt understant why...
Can you help me please ?
Can you send me your spfd5408_learning_05_bmp file please ?
Try checking always the video description. It contains additional information. Links to the companion blog post can also be found. Cheers.
Your videos are awesome. Could you do one on this same tft device in Micropython? Thanks again
@Selflouisville, Im glad that you like it. Noted on your request, we will see in future videos. Thanks
Thank you so much for your video very helpfull ;)
@Pierre Roub, glad that you find it hrlpful. Thanks.
Can you share for Animation BMP file please?.
@AEN INDUSTRIES, links to additional details could be found in the video description. Cheers.
@@TechToTinker For some animations showing pictures ?, Scroll dll?.
@AEN INDUSTRIES, I just updated the blog post to include the images. Hope it helps
@@TechToTinker Ok, thanks.
You are most welcome. Thanks @AEN INDUSTRIES.
why screen is so slow?
Im not exactly sure why but Im guessing maybe because of mode of communication between the LCD and the Arduino or possibly because of the library. But what I am sure the Arduino Uno runs in 16MHz clock while the LCD has 320x240 pixels so a total of 76800 pixels that is needed to update more than 60 times a second so changes is not noticeable by human eye.
Thankyou sir
very educational
I'm glad that you liked it. Thanks.
can u do nodemcu recieve photos from telegram bot and display it?
@Robert Vincent, I haven't tried it before but it should be possible but I also don't know how.
really works👍👍
Wow, that's great man. Congrats. :)
Thank You
You are most welcome.
Thank you bro
Cool
Thank you.
why the text being reverse?
how to fix it
Hello @Hazwan, in the source code:
tft.setRotation(2); // This settings works for me with correct orientation
try to experiment with it, possible value is 0 to 3
ruclips.net/video/_mJIf1BnlU8/видео.html Try this step by step tutorial, it worked for me
I used mcufriend library.
please share library
hi it help me a lot
wow, Im glad that it helps you. Thanks
Can you design one prototype like using touch screen whether it is detecting kid or adult by adding some security questions if he answered some questions means it will be detected as kid gave some access to some appliances like on/off light, fan and answered all questions it will be detected as adult means gave access to all appliances.
Thanking you and hoping for a faster response. Looking forward to your reply bhai it will be very helpful and urgent to our project. Please consider this
Great job!
Thank you Kevin.
BUENAS TARDES
excelente explicación: yo tengo una pantalla LCD TFT 3.5" HSD8795-A1 DUAITEK . EN PRINCIPIO COINCIDEN LOS PINES CON EL ARDUINO UNO , Mi pantalla será totalmente compatible con la que usas en el video .
desde ya gracias por la atención Oscar
sory
Super broken English. You'd learn it.
:)