Im a huge fan of your videos! Could you please make a tutorial with the Beetle ESP32 - C3 and the GC9A01 screen? I think everyone would enjoy that. It is a smaller chip with the same capacity!
@thelastoutpostworkshop Жыл бұрын
it's added to my bucket list, lets see the number of likes it will get
@davidspayth511910 күн бұрын
I'd toss in the seeed xaio nrf52840 and their esp32.
@richardphillips1891 Жыл бұрын
I really enjoy your videos. I purchased the various things to do this project and got it to work. I was hung up on uploading the code to the ESP32 but eventually got it figured out. Everything works great. Your videos are always well explained and I look forward to each one. Thank you.
@thelastoutpostworkshop Жыл бұрын
Thanks a lot for your feedback!
@AutokinotitaАй бұрын
Congradulations on this video.This was the most well orginized one for an amature. works like a charm!
@davidcaballero9523 ай бұрын
You're a great teacher.Finally got it going with the gif.
@davidcampbell80486 ай бұрын
Thank you for making the complex simple.
@Oldmeone12 күн бұрын
worked like a charm. only hang up was getting sketch to load on ESP32 , i had to disconnect the VCC (power to the display) to get it to load
@nuovocampo-cinque3189 Жыл бұрын
Tipp: You can load the smallest gifs nostromo, hyperspace and hud_6 together into the memory and play them back one after the other. More gifs, more fun. 😀
@NA-rh7iy Жыл бұрын
How you do that please ?
@abhimanyus16709 ай бұрын
@@NA-rh7iyif you have done what was shown in the video and it's working, I'm sure you can figure this out
@tritun51542 ай бұрын
Great tutorial! Works very well (first way with partition)
@thelastoutpostworkshop Жыл бұрын
See my other videos on Display: Master Animated GIF on the Round Display & ESP32: kzbin.info/www/bejne/o6K2lpKrgtWrf9U Master the Round TFT Display on ESP32 and GC9A01 driver with the TFT_eSPI library: kzbin.info/www/bejne/pp6mlGqwlLKcbqs Real-Time Display Design With the Serial Monitor - No Upload, Instant Display Prototyping - Magic: kzbin.info/www/bejne/ZmrRlpqnbr-elcU Create a Star Wars Tactical Display with the round Display: kzbin.info/www/bejne/fqurg32abNecnqc
@dandym8040 Жыл бұрын
One of the best tutorials. Thanx a lot!
@Mitch3D6 ай бұрын
Thank you! this is a project saver. I couldn't find a reliable way to display animations on a small OLED display and this is the simplest solution without having to figure out the adafruit library.
@izzymel45sw3dmodels526 күн бұрын
Thanks so much. I used it to Make my own gif. Appreciate the tutorial.
@davidspayth51196 күн бұрын
I was able to get this working on the Seeed XAIO NRF52840. Using the smaller gifs, using .c files. Bigger would blow memory at compile time. For the most part its GPIO pin changes, I also ensured the USE_DMA was unset (slower but worked). I have the XAIO Round Display (same display with touch). It has a built in SD card. I'll be doing a few tweaks to get that going.
@ChinoSisouphanh10 ай бұрын
Thank you very much ! AAA class tutorials here ! great job
@nutislucky4904 Жыл бұрын
Thank you for the animated GIFs
@rimmerizzane7116 Жыл бұрын
very detailed tutorial, thank you a lot, mate! hope you could post more videos like this!
@MikeMushovic Жыл бұрын
Great video and tutorial. I got mine working with your help! Note to others new to this MCU and display - I had to disconnect power to the display to get the script to load.
@nuovocampo-cinque3189 Жыл бұрын
Great, you deserve more subscribers.
@thelastoutpostworkshop Жыл бұрын
Thanks a lot!
@Sh0pd0gs Жыл бұрын
These videos are wonderful! Thank you!
@c2coder8 ай бұрын
I just found you, this it the exact thing that i need, thank you
@paman_rese92335 ай бұрын
thank you thank you thank you, i've done, after watch you'r video, I've been looking for more than 1 week
@ML-CLASIC_GAMINGАй бұрын
Sir, could you create an animated GIF display with two round screens that can show different animations, where we can change the animations from a smartphone with the ESP32 as the access point?"
@유경근-y9z Жыл бұрын
Hi I got into esp32 after watching your video, I'm new to coding...but your videos always entertain me!! thank you!! I wish you happiness always!!! (It's a translator, so please understand if there are errors)
@thelastoutpostworkshop Жыл бұрын
Thank you very much
@유경근-y9z Жыл бұрын
I'm having fun watching the video. I have a question. I would like to edit it based on the shared file, but I am a beginner and have not been able to solve the problem for several days, so I am asking a question. I'm trying to play a gif file, and print time text on it, but it doesn't work. What should I do because the time seems to be going under the gif image?@@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
You can achieve it in 3 ways : 1. print the text in a zone that is transparent for the GIF or 2. Reprint your text every time a a frame is drawn, but there will be some annoying flicker or 3. Modify the GIFDraw function so no pixels are drawn where the text is, it can be done, but not easily.
@유경근-y9z Жыл бұрын
exorbitant. result. 1. Print text in empty space > The desired design and text size do not come out... (I am a design destroyer... the design is terrible) 2. Haven't tried it yet. 3. About half of my remaining hair has fallen out. Now let's go try method number 2. I have another question. If I use the code you provided by converting a regular jpeg file rather than a gif file to an h file, is there anything that needs to be modified?@@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
The code provided works only with GIF files
@loganduvivier70446 ай бұрын
thank you for this video! can we add an option to change them via the phone?
@thelastoutpostworkshop6 ай бұрын
yes, you could add a web server in your code with a simple web interface to change the GIF
@mgp_fsfs1722 Жыл бұрын
thanks, i was looking for a tutorial about gifs !
@Manche-De-Pelle2 ай бұрын
I wish you could switch to different animation with a button or a joypad. That would be very powerful. I don't know if it could use alias instead of the name of the gif file
@audreyrevania29895 ай бұрын
thanks for education. how to connect with two tft with same animation?
@thelastoutpostworkshop5 ай бұрын
Look at this other video : kzbin.info/www/bejne/ZoqofH-ri8tke5Y
@H4DC0R37 ай бұрын
Is it possible to stop the gif after it starts playing? I ask this, because the Loop event stops working if there is a gif running, and I would like to change the current gif as soon as a button is pressed
@thelastoutpostworkshop7 ай бұрын
while the GIF is playing, you can check if the button is pressed, exit the while loop and change the gif being played : void loop() { if (gif.open((uint8_t *)GIF_IMAGE, sizeof(GIF_IMAGE), GIFDraw)) { Serial.printf("Successfully opened GIF; Canvas size = %d x %d ", gif.getCanvasWidth(), gif.getCanvasHeight()); tft.startWrite(); while (gif.playFrame(true, NULL)) { // Check if button is pressed yield(); } gif.close(); tft.endWrite(); } }
@H4DC0R37 ай бұрын
@@thelastoutpostworkshop Thanks a lot 😇
@thefraw Жыл бұрын
thanks again mate, i figured out the "A fatal error occurred: Packet content transfer stopped (received 8 bytes)" error, just remove pin 2 while you're uploading the code then plug it back in once its uploaded then reset the esp32 and hey presto!
@thelastoutpostworkshop Жыл бұрын
Pin 2 must be at 0V during flash
@micromanufacturing10584 ай бұрын
Hi, great vid man but can you us the round display on its own without the esp32?
@tritun51542 ай бұрын
I use midjourney and luma and ezgif to get crazy gifs.
@Ipsissimus Жыл бұрын
Images to C seems to crush the Bit making the colours look bad. Any way to keep the quality of the gif high?
@thelastoutpostworkshop Жыл бұрын
Before converting with image to C, did you first use ezgif.com/video-to-gif to resize it to 240x240 pixels ?
@Ipsissimus Жыл бұрын
@@thelastoutpostworkshop I converted it to 320x170 which is the resolution of the screen I'm using. Model T S3 Lilygo. Perhaps I'm asking too much of this screen.
@thelastoutpostworkshop Жыл бұрын
How many colors can it display ?
@Mysthral1 Жыл бұрын
Salut Charles. J'ai deux questions. 1. Dans le schéma de l'écran de Aliexpress, tu le branches dans le 3 volts, mais en regardant la vidéo, je vois que tu le branche, avec le lecteur SD, dans le 5 volts. Je vois bien que ça fonctionne, mais est-ce judicieux même si les specs de mon écran dit 3 volts ? Ou bien je met le lecteur sur 5v et l'écran sur 3v ? J'ai fini le montage des connections, mais c'est juste pour être certain avant de le brancher. 2. Pour convertir les gifs tu utilises Command Prompt sur Windows, mais sur Mac sais-tu si j'utilises si ça peut se faire et naturellement les commandes ne seront pas pareils ? Je vais probablement utiliser la méthode de la carte SD, mais j'aimerais savoir quand même si je réussis à faire mes propres gifs. 😉
@thelastoutpostworkshop Жыл бұрын
L'écran supporte 3.3v ou 5V mais pas le lecteur SD, il fonctionne seulement sur 5V. Pour le command prompt il y a une version Mac sur le site mais je ne l'ai pas essayé
@Mysthral1 Жыл бұрын
Merci@@thelastoutpostworkshop
@AnxBeta6 ай бұрын
Hello I can not get any screens to work with my white NodeMCU 32 boards I have tried 3 different Boards and followed every video to the letter and still I get a scrambled screen or black screen when I try yours, Not sure if it is the pin out on the screens or boards, Please help.
@thelastoutpostworkshop6 ай бұрын
Please provide the URL to your screen model and also the URL to your NodeMCU board
@AnxBeta6 ай бұрын
@@thelastoutpostworkshop I have bought many different screens
@thelastoutpostworkshop6 ай бұрын
If you are not using the round screen GC9A01, then you will have to select the proper driver in the TFT_eSPI library and adjust SPI pins according to your screen specifications
@AnxBeta6 ай бұрын
@thelastoutpostworkshop thank you, for helping I have tried all the help videos, I bought the round ones to see if it might be the NodeMCU32 the pins have a P1 instead of D1 etc.
@baddabaddabaddaswing Жыл бұрын
This tutorial is wonderful, thank you for making it so easy to follow! Really eager to try this out myself. Out of curiousity, I'd like to use the ESP32 and a 2" 240x320 display playing a gif on a loop, how big of a file can that microprocessor handle? I have a 1min long, 30fps gif that clocks in at around 30MB, and would have only that single one running, could it handle that?
@thelastoutpostworkshop Жыл бұрын
No it can't, 30MB is way too large, My advice is to play with the optimization of ezgif.com/resize to bring it down in size at 20FPS. I am currently working on a new video with the ESP32-S3-N16R2 which has 8MB of PSRAM.
@StreamzNow3 ай бұрын
I love your channel😊❤❤
@Esac1610 ай бұрын
Hello, excellent video, it helped me a lot but I would like to know if you have a video explaining how to switch between gifs with a button
@korayk.45424 күн бұрын
Hi.. Great tutorial.. I would like to ask what should I do for the driver part if I want to use seeeduino xiao?
@thelastoutpostworkshop24 күн бұрын
Good question, never tried it, I am not sure the TFT_eSPI library is compatible with it.
@korayk.45424 күн бұрын
@@thelastoutpostworkshop I guess memory is not enough for gif anyway. I ll try with esp32-C3 instead.
@retokaderli901011 ай бұрын
Very helpful video 👍🏻 Will try this with the Xiao ESP32S3 and the related round display. As a beginner, I wonder how to select the right drivers... sometimes they choice seems overwhelming, and the difference are not obvious.
@thelastoutpostworkshop11 ай бұрын
I recommend using the TFT_eSPI library, you can follow my tutorial here : kzbin.info/www/bejne/o6K2lpKrgtWrf9U
@Mrstark-qg9zc4 ай бұрын
Hi wonderful tutorial, how can I do it on my 240*240 1.3inch st7789 display? It would be quite interesting and popular as the display doesn't have that much documentation
@thelastoutpostworkshop4 ай бұрын
Stay tune to my channel, I am going to release a video not for the st7789 but for a similar model and the code will be very easy to adapt
@MaikonNascimentoEng5 ай бұрын
amazing video and frame work , I want to be able to load 2 or 3 gifs and exchange them from time to time , is it possible to do with your library ?
@thelastoutpostworkshop5 ай бұрын
Yes you can do it
@doctorrem6498 Жыл бұрын
Hi, i have an issue where the serial monitor will spit out "SD card initialization failed" then repeat "Failed to open GIF file from SPIFFS!" over and over again, i triple checked the connections and verified they're properly connected with a multimeter, the sd card was formated and i used the same sd card reader module you used, any advise?
@thelastoutpostworkshop Жыл бұрын
Make sure the SD Card Reader VCC pin is connected to the 5V pin on the ESP32 or the VIN pin
@doctorrem6498 Жыл бұрын
Turns out the SD card reader module was faulty, it works great now!
@loc51284 ай бұрын
I have a same trouble, it appears “SD card initialization failed” first, i used sd-test-code example to test sd card reader module, it workings well but in this project it not working
@Zayn.Al-Din3 ай бұрын
Same for me i try to fixed since 2 day but don t get it
@OriginalMasters6 ай бұрын
Great video! I need to load between multiple animations on the fly. How long is the delay between reloading new sequences? I need it to be no more than 1/2 a second. Is this possible with SD? Doesn’t seem so.
@thelastoutpostworkshop6 ай бұрын
I do not remember the load time but it is slow, maybe some SD module on the market are faster.
@OriginalMasters6 ай бұрын
@@thelastoutpostworkshop Thanks for that information. Could any be that fast, faster than 1/2 a second?
@thelastoutpostworkshop6 ай бұрын
I really do not know
@luisfelipequinterogomez82675 ай бұрын
Excellent Video. now I have the arduino nano every + Whaveshare GC9A01 display that u used in previous videos. It is connected and tested as the previous video. However, when i try to verify it appears an error. I change the driver and everything but still having the issue. Do you know if there is a special consideration while using this set up?
@thelastoutpostworkshop5 ай бұрын
Thank you! I am not sure what video you are referring to by "the previous video".
@luisfelipequinterogomez82675 ай бұрын
@@thelastoutpostworkshop on "Create a Star Wars Tactical Display with a the Round Display!" you used a arduino nano. but when I keep the same confg and I try to run a gif exactly how you mention it didn't work. is there something missing when using the arduino nano to run the gif?
@ProfessorOzone5 ай бұрын
Great video. Very thorough and easy to understand. Thank you for posting it.
@LowerDeckProps Жыл бұрын
Another excellent video, Charles. With the SD card method, is it possible to play multiple GIFs in sequence (in a loop)? Thanks.
@thelastoutpostworkshop Жыл бұрын
Yes it is possible but reading from the SD card is slow so when playing a GIF, another task could read the next GIF from the SD Card to be ready to be played
@NA-rh7iy Жыл бұрын
Can you tell us how to do that ?@@thelastoutpostworkshop
@valeriosperati49626 ай бұрын
Really good tutorial. I managed to run it with no problem. Do you know if it is possible to stream an mp4 file?
@thelastoutpostworkshop6 ай бұрын
Yes it is possible, that's a good idea for a future video
@valeriosperati49626 ай бұрын
@@thelastoutpostworkshop Thanks. Waiting for a possible, next tutorial.
@williamellender26959 ай бұрын
I’m curious, will this work on an esp32 dev kit A? I have a bunch of them and would like to use them.
@thelastoutpostworkshop9 ай бұрын
I have not tested it, but I am pretty sure it will work, all ESP32 have the same architecture. The main function used in this project is the SPI bus, and I have not encountered any esp32 dev board that does not have it
@ANGLER_AJAG_IJIG4 ай бұрын
hello.. can the display show input from the camera module..?
@thelastoutpostworkshop4 ай бұрын
Which one ?
@ANGLER_AJAG_IJIG4 ай бұрын
@@thelastoutpostworkshop round display..
@thelastoutpostworkshop4 ай бұрын
Which camera module ?
@ANGLER_AJAG_IJIG4 ай бұрын
@@thelastoutpostworkshop ov camera module or similar..
@jordannorton27957 ай бұрын
Can these be used with a portable power pack? And if so what kind? Many thanks
@thelastoutpostworkshop7 ай бұрын
GC9A01-driven round displays can be powered using portable power packs, ideally those with output voltages of 3.3V or 5V and capable of supplying a few hundred milliamperes. Lithium-ion or lithium-polymer USB power packs with voltage adjustment capabilities and built-in protection features like overcurrent and short-circuit protection are recommended for their safety and energy efficiency.
@tritun51542 ай бұрын
Do you know anything about the built-in SD card on ESP 32. I’ve been trying to modify your code with the SD_MMH but it’s not working. Any tips? The MP3 player SD card tutorial helps a bit, but I’m keep getting errors and I mean I’m super new. For me at this point it’s following a tutorial letter for letter basically lol
@thelastoutpostworkshop2 ай бұрын
You followed the part in the video regarding the SD card and it's not working ?
@tritun51542 ай бұрын
@@thelastoutpostworkshop yea. My audio tutorial for my esp32 with built in sd uses different setup and different library when accessing the sd card for music. Tomorrow my gpt resets so it should be able to help me. So frustrating tho. It’s the SD_MMC.h. Esp32 wrover. I know it’s a simple fix (hopefully) but I just got the kit and blown away with what we can do. I was making ‘choose your own adventures’ in turbo pascal way back, that’s the last time I looked at code. Do u have discord.
@papa-dt1cv5 ай бұрын
Why to buy cheap and larger displays please
@thefraw Жыл бұрын
Great video mate! Thank you! How do I get my arduino ide to look like yours?
@thelastoutpostworkshop Жыл бұрын
I use the "Dark" Theme with a font size of 14
@tritun51542 ай бұрын
This works perfectly. I’m having such trouble getting it to read off of a SD card. Do u have a video on how a gif can be read off of a sad card. Apparently it can’t read hexadecimal .h files directly from the sd card? Ummm wait. I am just seeing it at the end of this video. Lemme try that first. Once I got the screens working I stopped lol
@DiYansyah-r2t7 ай бұрын
can this be installed on a motorbike?
@DarkiCraftS4 ай бұрын
Hi, I have exactly the same type of screen but integrated directly on an esp32 aliexpress card, the esp32 dev module, and I can't hide the fact that I don't have many elements that allow me to know how it works in its entirety, the little I do have is the rather vague diagram on how they assigned the pins between the lcd and the board, and I've also noticed that it's stupid to divert the “official” ports for SPI management, including the initial outputs, and so I'm stuck because the “DC” screen output goes to the SPIMISO IO8 bus as they indicate. and in the “tft espi” settings file I have either DC or MISO, so I'm very doubtful
@DarkiCraftS4 ай бұрын
and I think I've seen on the research I've done to document myself that the SPIMISO port is deactivated and that it's DC that replaces it as described in the file here's the view according to their indication on the attached diagram Esp32 C3 1U GPIO OUT GC09A1 LCD IN 3,3V VCC OR IO8====LED+ ,VDD SPIMISO IO2====D/C SPICS IO10====CS SPICLK IO6====SCL SPIMOSI IO7====SDA TP_RST IO1====TP_RST TP_SCL IO5====TP_SCL TP_SDA IO4====TP_SDA TP_INT IO0====TP_INT
@thelastoutpostworkshop4 ай бұрын
Vous n''avez pas d'exemple de code qui vient avec pour la faire fonctionner ?
@aezir8753 Жыл бұрын
Hello! I have some concerns if I am to use a TTGO T-display which has a st7789v display. In the User_Setup.h, which one do I uncomment?
@thelastoutpostworkshop Жыл бұрын
In the "User_Setup.h" you uncomment this line : //#define ST7789_DRIVER // Full configuration option, define additional parameters below for this display In the "User_Setup_Select.h" you un comment this line : // #include // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT This diplay wiring is different, the pins are : TFT_MOSI 19 TFT_SCLK 18 TFT_CS 5 TFT_DC 16 TFT_RST 23
@aezir8753 Жыл бұрын
@@thelastoutpostworkshop Thank you! will try when my parts arrive!
@aezir8753 Жыл бұрын
@@thelastoutpostworkshop Hello again!, so my display has arrived and it has the pins mentioned except for the MOSI. I have a pin named "SDA", is that pin typically the MOSI pin? Im really new to these displays stuff.
@koleseymour934111 ай бұрын
Are you able to add a switch to change the gifs through the SD card?
@thelastoutpostworkshop11 ай бұрын
yes look at this video: kzbin.info/www/bejne/sHPdenWIqMieitk
@koleseymour934111 ай бұрын
Thank you so much!
@winuwu60768 ай бұрын
Hello, i have a question, the screen arduino, it can the animation work without those cables? :(
@thelastoutpostworkshop8 ай бұрын
do I have a link to the said screen ?
@MohammedUddin-ic9mj8 ай бұрын
will it play our project after all work is done without sd card if we power the esp32 board with power bank?
@thelastoutpostworkshop8 ай бұрын
Yes using the memory method
@hoanginhmanh75564 ай бұрын
I want to change the GIF image every once in a while, how can I help, I want to learn about it.
@thelastoutpostworkshop4 ай бұрын
Look at the push button tutorial: kzbin.info/www/bejne/pZ64iJ6LpquMqLM, it shows how to play animated gif on-demand, you can use the same principle to show animated gif on certain times using timestamps
@jordannorton27957 ай бұрын
When i try to upload, it comes with this: Compilation error: 'animated_240_240' was not declared in this scope. How can I fix this? This is for the file that is the gif (#define GIF_IMAGE animated_240_240) not the gif converted to c
@RubenRatia11 ай бұрын
Could you do the same tutorial but adding a rechargeable lithium battery and a couple of buttons to change a gif to the next and the previous one? thank you very much it's amazing
@thelastoutpostworkshop11 ай бұрын
Yes I could do that, I have another video using a button, but no rechargeable battery, if you want to take a look at it : kzbin.info/www/bejne/sHPdenWIqMieitk
@macadrian5333Ай бұрын
uhh i have this error Compilation error: images/hyperspace.h: No such file or directory
@thelastoutpostworkshopАй бұрын
Please open an issue in the repository : github.com/thelastoutpostworkshop/AnimatedGIF340_240
@krizsi116 ай бұрын
when using the sd card is there any way to make it load the gif faster?
@thelastoutpostworkshop6 ай бұрын
SD card module is slow, I do not think it can load faster
@NA-rh7iy Жыл бұрын
Bonjour ! I managed to make everything work perferctly with you tutorial, Thanks a lot !! I'm now looking for a solution to display multiple GIF one after the other. I guess the only way is to use the SD card solution right ? Can you please give me some help on the modification i need to do to the code ? I also have a Raspberry Zero w board, should i switch to this one to save me some of the few hair i have left ? Merci beaucoup !
@thelastoutpostworkshop Жыл бұрын
Yes if you need to play many gifs in sequence, this chapter in the video kzbin.info/www/bejne/o6K2lpKrgtWrf9U, covers SD card
@NA-rh7iy Жыл бұрын
Thank you so much for your answer, i saw this part but i did;nt see anything about the change in the code to be able to read GIF one after the other automatically Can you help please ? Thanks again @@thelastoutpostworkshop
@matthewjsherman11 ай бұрын
can i use this for non round displays? esp32? thanks I'm completely new
@thelastoutpostworkshop11 ай бұрын
Yes you can adapt it for non round display, you will have to make sure you have enough memory if your screen is large and select the correct driver for the TFT_eSPI library. Make sure first your display is compatible with this library.
@matthewjsherman11 ай бұрын
I am really struggling. this is the board I have. what should I write in arduino ide? ESP32 Development Board with 2.8inch LCD Arduino LVGL WIFI&Bluetooth 240*320 Smart Display Screen TFT Module With Touch WROOM@@thelastoutpostworkshop
@eletronicoelectro91743 ай бұрын
Você poderia fazer um vídeo instalando esse monitor em uma câmera para ver se ela captura a imagem da câmera nela desde já agradeço pela atenção
@BenMillen6 ай бұрын
keep getting exit status 1 Compilation error: exit status 1, when trying to verify code
@cchobbyfun11 ай бұрын
The code seems to take the first defined image and display it. I'm looking to have a button press switch between two animated gifs. I'm not sure how I change which GIF line #52 opens Any thoughts?
@thelastoutpostworkshop11 ай бұрын
You can definitely change the code to do that
@Christopher-zx3qq10 ай бұрын
Hola!! estoy intendando hacer lo mismo, de casualidad lo lograste? Cuando quiero hacer eso me aparece que la capacidad de mi esp32 fue sobrepasada
@NunoCamacho-e5u Жыл бұрын
Great job! How to make animated .gif loop once? Thanks
@thelastoutpostworkshop Жыл бұрын
you just have to animate it outside the loop function
@Gilles-ug9fpАй бұрын
quand je téléverse le programme , j'ai une erreur qui s'affiche " Compilation error ' NUM_EYES' was not declared in this scope . Quelqu’un a une idée? Merci à l'avance
@thelastoutpostworkshopАй бұрын
ouvrez un "'issue" ici : github.com/thelastoutpostworkshop/ESP32LCDRound240x240Eyes
@ricardobrivasalejo45434 ай бұрын
how many images can it support? without a memory reader
@thelastoutpostworkshop4 ай бұрын
It depends on the size of the GIF, if the GIF are a bit over 1MB, 2 will fit on a 4MB flash memory, or more if you have an ESP32 with more flash memory
@ricardobrivasalejo45432 ай бұрын
@@thelastoutpostworkshop hello dear friend, again thanks for such wonderful video. May you please send me "nostromo" raw program, so I can change the text on it?
@junaid485 ай бұрын
Hi mate can you help me i have LILYGO T-RGB 2.8 i am trying to use gifs but not success
@bensoloart10 ай бұрын
why is there no chip select in the code? where can i change the chip select?
@thelastoutpostworkshop10 ай бұрын
It is define in your driver setup for the TFT_eSPI
@MrFusionDesigns Жыл бұрын
Gresy video thank you can you use on a square display instead on round
@thelastoutpostworkshop Жыл бұрын
Absolutely, you can use a square display
@MrFusionDesigns Жыл бұрын
@thelastoutpostworkshop thank you for your fast response i am doing a project with a model of the batmobile tumbler and want to add animation displays to it am very new to coding if you can please advise me on how this would be achieved i would really appreciate it if i can have your contact please so i can give you some more information that woukd be awesome
@MrFusionDesigns Жыл бұрын
If you could please let me know which square display will work would it be any colour tft display
@thelastoutpostworkshop Жыл бұрын
any square display as long as it is an SPI (Serial Peripheral Interface) like this one : amzn.to/424J6DR
@MrFusionDesigns Жыл бұрын
Ok thanks for your reply i will give it a try and see if i can add my own gif files thank you once again for your help
@garybowen42673 ай бұрын
I've tried everything and nothing is showing up on mine :/ I have the pin definitions correct and everything. I'm using an arduino nano esp32 with the same GC90A1 you have in the video and nothing is working
@thelastoutpostworkshop3 ай бұрын
it's probably your TFT_espi configuration or you wiring, Recheck the configuration and wiring,
@philippechampouretАй бұрын
Hello. Very nice job ! It works perfectly on ESP32 Dev Module but it doesn't work with a ESP32-C3 mini. Of course, i changed the pins: #define TFT_MOSI 6 #define TFT_SCLK 9 #define TFT_CS 0 #define TFT_DC 2 #define TFT_RST 4 but it doesn't work at all. Do you have any idea ? Thanks.
@thelastoutpostworkshopАй бұрын
My first guess is your using a pin that is reserved for the ESP32-C3 mini, have you double check the pinout information ?
@michaeleveleigh8689Ай бұрын
will this run on a uno mega ? I tried it but got a error
@thelastoutpostworkshopАй бұрын
No it will not work, the Uno has not enough memory
@jayantpanhalkar42242 ай бұрын
Hi, If i need to show many gifs. I copy 1 gif from SD card and saves to Flash memeory but i need to do it for evey 5 min. Flash may get corrupt after a week. So best option will be to read gif from SD card and directly show them on TFT withoud saving in Flash. Or to get it from WiFi and show directly on TFT. Could you please provide any sample code for this
@thelastoutpostworkshop2 ай бұрын
If you read it directly from the SD card, the speed of the GIF will decrease and not be smooth. I have been running GIF from flash for almost 18 months now on certain project and it never failed. To get it from Wifi is a good undertaking, I will consider it for a future video.
@yilinxiao25696 ай бұрын
mate! Urgent help! The code in this video is totally different from the previous video, and I can't find the code for the second screen.
@thelastoutpostworkshop6 ай бұрын
If you mean the code for the two eyes display, it's here : github.com/thelastoutpostworkshop/ESP32LCDRound240x240Eyes
@yilinxiao25696 ай бұрын
@@thelastoutpostworkshop Brother, this tutorial does not allow you to make and upload GIFs yourself!
@maxamis4 ай бұрын
I uncommented 2 gifs in this code and only one plays on a loop. Is there a way to make it play one and then another?
@thelastoutpostworkshop4 ай бұрын
Take a look at this new tutorial, where a push button is used to alternate between GIF, you will be able to adapt it kzbin.info/www/bejne/pZ64iJ6LpquMqLM
@fabianoborba31975 ай бұрын
107 / 5.000 Greetings from Brazil!! Your videos are very good, could you teach how to connect the GC9A1 screen to the Esp32 - C3?
@gabyss7085 Жыл бұрын
Is it possible to mirror a laptop screen to this round display?
@thelastoutpostworkshop Жыл бұрын
Yes I have seen people doing it, but I have not tried it.
@gabyss7085 Жыл бұрын
@@thelastoutpostworkshop Awesome. I would love to try this for a car gauge pod.
@AnhNguyen-bl3md5 ай бұрын
esp32 can square screen work?
@thelastoutpostworkshop5 ай бұрын
Yes you only have to use the right display driver
@suji7303 ай бұрын
I used the same code ... thankfully But the problem arises due to my display is st7735 of 160*128 The animations are not filling in screen Please help sir..❤
@thelastoutpostworkshop3 ай бұрын
The GIF are 240x240 pixels, you can resize them by following the part where I show the GIF tools
@nayuki_cosplay4 ай бұрын
First of all amazing video, it's the only tutorial I've seen that explains it clearly and slowly. In the second part where I load gif from the sd I get the following error on the serial monitor:Failed to open GIF file from SPIFFS! But the first part works perfectly thank you very much for the excellent video ❤❤❤❤
@ozjidoon4 ай бұрын
hello! did you solved this problem?
@nayuki_cosplay4 ай бұрын
@@ozjidoon I haven't been able to fix it yet, sorry
@ozjidoon4 ай бұрын
@@nayuki_cosplay now I try it too..
@ozjidoon4 ай бұрын
@@nayuki_cosplay please write your full name of plate esp? I try on “esp32 dev kit v 1 wroom 32”
@loc51284 ай бұрын
i met same problem. did you solved this?
@ddjazz Жыл бұрын
How much current does this display consume?
@thelastoutpostworkshop Жыл бұрын
Around 40ma
@raystinger776 ай бұрын
i have a problem while connecting sd card module and says [ 76652][E][vfs_api.cpp:23] open(): File system is not mounted Failed to open GIF file from SPIFFS!
@thelastoutpostworkshop6 ай бұрын
Did you modify the code ?
@raystinger776 ай бұрын
@@thelastoutpostworkshop already but looks my tft screen its broken and blank . i use esp32 devkit v1 defined cs pin to 12
@thelastoutpostworkshop6 ай бұрын
Does it work when using the memory version of the code ?
@raystinger776 ай бұрын
@@thelastoutpostworkshop yes it s works fine, curently im ordering again the sd card module other version. and i used 64gb of sd card . does it supported??
@thelastoutpostworkshop6 ай бұрын
No, like it's mentioned in the video the max supported is 32GB, rewatch it because it must be formatted properly
@leeskelton9715 Жыл бұрын
Great content again. If at all possible could you offer a how to video combing this display with the mp3 player starwars sound fonts connected to a PIR sensor ( sensor activates the display and the music ) ? Thanks again for these videos
@thelastoutpostworkshop Жыл бұрын
Very good idea! I have added it to my list
@GGamesp2 ай бұрын
AT MINUTE 11.55 THIS FOLDER DOES NOT APPEAR FOR ME UNDER THE BOARD MANAGER FOLDER, CAN YOU TELL ME WHY
@thelastoutpostworkshop2 ай бұрын
which folder ? at 11:55 we see the code
@GGamesp2 ай бұрын
@@thelastoutpostworkshop I'm talking about the folder where you edit the gifs, it's not showing up on mine, please help me
@GGamesp2 ай бұрын
@@thelastoutpostworkshopminute 12:00 up there with the name open editors, this part does not appear in my IDE
@thelastoutpostworkshop2 ай бұрын
The Arduino IDE 2 has very peculiar behavior, try copying the folder of the project in your documents/Arduino folder, you should be able to see it in the sketchbook. Make sure you have the '"show files inside Sketches" checked in Files > preferences
@GGamesp2 ай бұрын
@@thelastoutpostworkshop GOOD MORNING, THANK YOU I'LL TRY NOW AGAIN
@yilinxiao25696 ай бұрын
老哥,sd卡版本可以上传很多动画?设定依次播放吗?求助
@thelastoutpostworkshop6 ай бұрын
Yes you can store a lot of animations on an SD card and play them sequentially
hi Brother, thank you for all the videos. very helpful. problem with the sd card way. it wont work what so ever. i triple checked everything and the wring but no luck, not loading. i even changed my sd card and no luck. the load is uploading okaay but the screen is nt displaying the gif. the first way with the memory way work fine thanks but the sd isnt. i noticed you didnt replay the people that left you comments about having problems with the sd! i dont think u have a solution or else you wouldv helped! can you help me out! i need this for another project im working on with eyes to incorporate with cars since im a car mechanic. i need your opinion and advice on that project im working on, its related to the 128 tft display and esp32. can you give me n email or tiktok so we can communicate better please'?
@thelastoutpostworkshop26 күн бұрын
Hello, take a look at this issue on the repository of the code : github.com/thelastoutpostworkshop/animated_gif_sdcard_spiffs/issues/5, if it do not work, please open a new issue, it will be easier to help you there
@cto43943 ай бұрын
hi, thanks for this tutorial,very useful. but when i click , shows the "no definintion found for User_Setup_Select.h?
@thelastoutpostworkshop3 ай бұрын
Did you add the TFT_eSPI library ?
@cto43943 ай бұрын
@@thelastoutpostworkshop yes, i do added the TFT_eSPI library. clicked can lead me to the definition, but can not
@cto43943 ай бұрын
@@thelastoutpostworkshop is there any other way to find and modify it?
@joysticthegame781810 ай бұрын
merci pour cette vidéo !! je travaille en ce moment sur un projet avec un écran et une carte sd justement et ça m'aide beaucoup. Mais leproblème c'est que j'aurais aussi besoin d'images. y'aurait un moyen de vous contacter pour en parler ? en tout cas génial la vidéo !!
@eletronicoelectro91743 ай бұрын
Olá amigo eu consigo instalar esse monitor em uma mini câmera bala
@MohammedUddin-ic9mj8 ай бұрын
can we able to change colour of an eye? EX: RED??
@thelastoutpostworkshop8 ай бұрын
You have to change the GIF to that
@ricardobrivasalejo45434 ай бұрын
Dear friend, thanks for your wonderful video. I already tried without memory card reader and it was sucessfull. The problem is when I tried to make it with memory reader. I have checked all connections twice but i got the following message : SD card initialization... SD card initialization failed! Failed to open GIF file from SPIFFS! any suggestion for this? Thanks in advance
@thelastoutpostworkshop4 ай бұрын
try reversing the TX and RX line
@ricardobrivasalejo45434 ай бұрын
@@thelastoutpostworkshop what you mean ? may you please be more specific
@thelastoutpostworkshop4 ай бұрын
If your TX pin is 9 and RX pin is 10, reverse your wiring so TX becomes 10 and RX 9
@Zayn.Al-Din3 ай бұрын
Same for me did you fin a solution ?
@ricardobrivasalejo45432 ай бұрын
@@Zayn.Al-Din no yet
@vijaysudhan47988 ай бұрын
Sir how to convert txt file into .ino
@thelastoutpostworkshop8 ай бұрын
I am not sure what you mean, what are your trying to do exactly ?