Making animation from GIF files for TFT screen (ESP32 ,ESP8266 , Arduino)

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 205

  • @ВикторИванович-в3ш
    @ВикторИванович-в3ш 7 місяців тому +2

    In this lesson(on Github), when compiling the code, the error page "stray \357" appears in the file walk.h 1:1. You have to transfer it to a simple editor and save it in the correct Unicode. At the beginning there is an invisible sign that causes the compiler to stumble.

  • @slid3rek24
    @slid3rek24 2 роки тому +6

    6:45 "Believe me, I'm not hacker" - that what a hacker would say.
    Jokes aside, very well done, thank you for the video, everything is clearly explained.
    Thanks once more.

    • @VolosProjects
      @VolosProjects  2 роки тому

      Thats true😀 thank you

    • @imeshsuranga7461
      @imeshsuranga7461 2 роки тому

      @@VolosProjects your software about frames into .h file is not working correctly it shows not responding status and very slow and i cant create header files from frames so do you have possible solution for this bro please give some solution to this im in trouble

  • @bedfordelectronics9483
    @bedfordelectronics9483 3 роки тому +11

    This is awesome. You have given a brilliant new life to these displays. Keep up this excellent work. PS a link to your space animation header file would be brilliant.

  • @JANAN-ur8up
    @JANAN-ur8up 3 роки тому +14

    Can you please explain how to connect an SD card to this board and run videos and GIFs from the SD card? Almost every GIF I want to play is more than 4MB. Thank you very much!

    • @jeffreyhiggason4004
      @jeffreyhiggason4004 8 місяців тому +2

      For others trying to do this- the esps aren't fast enough to just "play" gifs. That is why he is converting the gif to a header file with hex values for pixels...so that the esp32 doesn't have to do that math too.

  • @rickrandazzo
    @rickrandazzo 4 місяці тому +2

    OK - got this working after finding a sample setup for the User_Setup.h file in the TFT_eSPI library. I've been struggling with this part. Also, I'm using an ESP8266... So next - I'll use your system (and .exe) to create my own giffs. Thanks for the video!

  • @davidprentice9021
    @davidprentice9021 4 роки тому +4

    Excellent video that shows how to find animations with Google. Use EZGif to crop and resize an existing GIF.
    You end up with a 36kB GIF file. Then extract all the frames to a set of RAW pixel arrays in a .H file that is 341kB in size.
    The ESP32 has got plenty of power to decode and display the 36kB Animated GIF file directly.
    You can store the 36kB of GIF data in PROGMEM, SPIFFS or a SD file.
    You can fit many 36kB GIFs in PROGMEM or SPIFFS. Obviously bigger animations require an SD card.

  • @NickyAndre
    @NickyAndre Рік тому +2

    Hello the software that you provide doesnt work anymore can you give another option to convert gif to .h file pleasee

  • @matthewjsherman
    @matthewjsherman 10 місяців тому +1

    the program just has a sand timer icon when I hover over it and when I click it the app stops responding

  • @methtaylor
    @methtaylor 3 роки тому +2

    Your TFT Animatons GIF program dose not work everytime i upload the jpegs the program says not responding.

  • @diggidan
    @diggidan Місяць тому

    To everyone with problems with the software:
    1. Check that you have exported the images as JPEG! It doesn't work with gif files.
    2. If jpeg doesn't work - run the software in compability mode for win8.

    • @Aston3003
      @Aston3003 7 днів тому

      btw its detected as malware by
      BitDefenderTheta as Gen:NN.ZemsilF.36744.wq0@aaWdzpi
      Google
      SecureAge as Malicious
      Bkav Pro as W32.AIDetectMalware.CS
      Ikarus as Trojan.Spy

  • @mathos00
    @mathos00 2 роки тому

    Is everyone in the Eastern Block a programmer? It's crazy! Well, lucky for the rest of us. Good info, thanks.

  • @blueocean7064
    @blueocean7064 5 місяців тому +1

    can you make a tutotial how to upload a gif to esp32 by bluetooth or wifi?

  • @Evilduckcreations
    @Evilduckcreations 4 роки тому +4

    I've been wanting to learn how to do this for a long time! Thank you for posting the video. It will make things so much easier!

  • @SixtyNeptune
    @SixtyNeptune 3 роки тому +6

    WOW, pretty good job!
    do you think its possible to save these .h files in the lcd sd card and run them from there?

  • @bobdole27
    @bobdole27 3 роки тому +3

    It always freezes when i try to use it

    • @VolosProjects
      @VolosProjects  3 роки тому +1

      It dont freezee, it is realy slow, givi it time

  • @mfrancovaz
    @mfrancovaz 3 місяці тому +1

    Can change de bootscreen of NEMO in m5stick plus 2? to a gif animation??

  • @XEP-hz4gr
    @XEP-hz4gr Рік тому +1

    your APP is freezing after selecting a folder
    i've tried folder even with 3 files, each with "easy name" such as 01.jpg , 02.jpg - didn't helped.
    it just freezes (not crushing), tried 5 times - always the same
    windows 11

  • @obidjonmerganov5579
    @obidjonmerganov5579 Рік тому +1

    Hello. I have error.
    In file included from C:\Users\ADMIN\Desktop\aNIMATIONS-main\Ani\Ani.ino:1:
    C:\Users\ADMIN\Desktop\aNIMATIONS-main\Ani\walk.h:1:1: error: stray '\357' in program
    int frames=29;
    ^
    C:\Users\ADMIN\Desktop\aNIMATIONS-main\Ani\walk.h:1:2: error: stray '\273' in program
    int frames=29;
    ^
    C:\Users\ADMIN\Desktop\aNIMATIONS-main\Ani\walk.h:1:3: error: stray '\277' in program
    int frames=29;
    ^
    exit status 1
    Compilation error: stray '\357' in program

  • @ВикторИванович-в3ш
    @ВикторИванович-в3ш 7 місяців тому +1

    Your lessons are great. But not everything can be tried, since they do not work on the T-Display S3 Amoled! For example, this lesson, even if I change the code for Amoled, gives a black screen and only flashing the firmware helps... If you can, make your lessons for Amoled displays too. Thank you.

  • @ReapSow-b7s
    @ReapSow-b7s 4 місяці тому

    Hello Sir :
    Greeting from Indonesia.
    I like your tutorial videos.
    regarding to this video, I want to ask how to make the gif file stored in SDCARD can be played and changeable by using push button ? so we can play more gif files, or change by Bluetooth from the cellphone ?

  • @richardphillips1891
    @richardphillips1891 Рік тому +2

    Using your TFTAnimations utility, I created the ".h" file. However, I get message "frame.h:1:1: error: stray '\357' in program", "frame.h:1:2: error: stray '\273' in program
    ", and "frame.h:1:3: error: stray '\277' in program". Did I do something wrong? I appreciate you taking the time to create these UA-cam videos. Thank you.

    • @Skropppy
      @Skropppy Рік тому

      got the same problem

  • @Juacorios
    @Juacorios 3 місяці тому

    The esp32 S3 can't handle more than 2 MB archives? I was thinking the esp can handle up to 16 mb archives. Im wrong?

  • @brandontechnerd
    @brandontechnerd Рік тому +1

    1. How much of this code is the ESP8266 idling, waiting for the next frame? (I am looking to interleave audio with my animation)
    2. Is the ESP8266 fast enough to run a similar format animation from the SD card at a framerate of at least 20 FPS?
    3. If I can't use an SD card, how many seconds of video can I fit in the 1 or 4 MB of the ESP8266?
    4. Can this work with the 9 digital pins of the WeMos D1 mini?

  • @austinhiggs7257
    @austinhiggs7257 2 роки тому +3

    Thank you for this great video! would you consider posting the source for your converter? That way, people who are worried about it can compile their own, or just to see how it works

  • @neofuturist
    @neofuturist 4 роки тому +5

    Great Job, I hate having to convert each image of an animation one at a time, +1

  • @mrksaccount123
    @mrksaccount123 3 роки тому +3

    Can we get source code of the program to convert images into c code?

  • @omegaart
    @omegaart 2 роки тому +2

    Can you upload the application to some other location ?

  • @simonevetere9152
    @simonevetere9152 3 роки тому

    how to fix error: expected primary-expression before 'class'
    class SPISettings
    , with ttgo t-camera plus ?

  • @msawyerballance
    @msawyerballance Рік тому

    the software doesn't seem to convert anymore, no matter the size and despite the file containing only jpeg. nothing but empty file headers..

  • @toubeexu7244
    @toubeexu7244 3 роки тому +1

    Too strong, but the JPG to HEX conversion is a little slow

  • @mathiskose5348
    @mathiskose5348 3 роки тому +1

    It isn't lettimg me download your file converter :(
    How can I still make it happen ?

  • @bobson21
    @bobson21 Рік тому

    ples do tutorial tu tft display 240x320 with arduino uno / esp 8266

  • @villecaribas
    @villecaribas 3 роки тому +1

    The sofwate have a problem to download!
    Only proprietary can download the file because google say that it has a virus!
    I'd like too mush to have! Without virus!

  • @creatiflight7324
    @creatiflight7324 5 місяців тому

    is the foam used for mini hdm monitors?

  • @PeterPan-fl1lp
    @PeterPan-fl1lp Рік тому

    Does your custom software work on Mac OS X?

  • @taylor.galbraith
    @taylor.galbraith Рік тому

    Hey I dowloaded the software to convert the images to c++, but its currently not working. I've tried on multiple computers. Is there a good alternative?

  • @สุพงศ์เอง
    @สุพงศ์เอง 3 роки тому +1

    program convert not work

  • @duncanyoung8688
    @duncanyoung8688 Рік тому

    Hi how can i play films with sounds, that would be a great project. Cheers

  • @hackopaulis6551
    @hackopaulis6551 3 роки тому +1

    not working :/ the software

  • @3rutu5
    @3rutu5 2 роки тому

    Hi im trying this but with a 2.4inch display and your later tutorial worked ok for me (ie draw string), but this one has lost me, is there some other code you add apart from the #include "walk.h"?

  • @attck29
    @attck29 3 роки тому +1

    Does anyone have one of these for sale I have been looking everywhere for one of these already made with gifs in it or with requested gifs from me!?

  • @nafisfuadjim4817
    @nafisfuadjim4817 2 роки тому

    Hello..I want to draw many animations on my OLED..but my UNO hasnot enough space to store so-many animation-frames..how i can store the animation frames(converted to C code) at a SD card..and source it to the main arduino code?

  • @Evo2920
    @Evo2920 2 роки тому

    You didn't give us the connection between esp32 and a tft display

  • @patrickwalsh7874
    @patrickwalsh7874 Рік тому

    I hope I can get my hands on a 5mstickc

  • @juzarbhai5332
    @juzarbhai5332 4 роки тому +2

    Make a video on hard ware

  • @FabianMueller
    @FabianMueller 2 роки тому

    AMAZING! Can I use this workflow somehow for my 8x8 Adafruit Neopixel LED Matrix?

    • @RobertLugg
      @RobertLugg 2 роки тому

      Sure. But likely no software can downsample to 8x8 accurately.

  • @rafaeltoledo5766
    @rafaeltoledo5766 Рік тому +1

    hey man, do you have a method to make it using a sd card?

  • @volkinaxe
    @volkinaxe Рік тому

    is there a way to use one of the ones that have the sd card on the back of them to stor the gif on and play it

  • @imeshsuranga7461
    @imeshsuranga7461 2 роки тому

    Give some solution for frames convert to the header file because software is not working correctly it give not responding

  • @xdn9161
    @xdn9161 Рік тому

    Can it play any gif with the right format without issues? There are mini gif player that i have tried to make and it has so many limitations for what gifs, it can open and which not.

  • @hpsaturn
    @hpsaturn 4 роки тому +1

    Good, but better if you explain how make that, the source code of your program maybe have more impact in your followers and possible viewers. For example for many people that use GNU-Linux or Mac for development. Thanks from Berlin.

    • @hpsaturn
      @hpsaturn 4 роки тому

      A partner of mine read this message and he made an open source python program that does the same. It is an alternative for GNU-Linux, Mac and Windows, more info in this video:
      ua-cam.com/video/oDvRfWHtdpM/v-deo.html

  • @beavisul
    @beavisul 2 роки тому +1

    The conversion software doesn't seem to work anymore. it just creates an empty header file.
    Is there any chance you can update it or find an alternative?
    Other than that, awesome channel and projects! Looking forward for your future videos!

    • @VolosProjects
      @VolosProjects  2 роки тому +1

      This old software is pretty old and slow, maybe you meed to give it more time. Also your files in folder need to be in jpg format

    • @beavisul
      @beavisul 2 роки тому +1

      @@VolosProjects i’ve tried all your suggestions and at least for me it doesn’t seem to work anymore.

  • @fleckditchburn2494
    @fleckditchburn2494 2 роки тому

    Followed all your instructions when using your AnimationTFT. Green line reaches the end but can not find the .h file. Thanks Fleck.

  • @cristyleg
    @cristyleg 3 роки тому

    Very cool! I'm excited to follow along and learn how to make these animations

  • @mamspag
    @mamspag 3 роки тому

    what a good video friend!
    a question how can I change the font styles on the screen?

  • @anitheus6527
    @anitheus6527 3 роки тому

    Sadly your Picture to Code Tool only creates a file with "int frames=0;
    " in first line of code.. thats all !
    while using your linked files, Arduino made some errors.. after copying the walk.h code manually from git it worked compiling and uploading it to a M5StickC, but it restarts into a black Screen..

  • @minisushibar
    @minisushibar Рік тому

    I'm trying to solve below:
    walk.h:62:1: error: size of array is too large };
    ^
    exit status 1
    Compilation error: stray '\357' in program
    is anyone have the same issue??

  • @fifdesign89
    @fifdesign89 3 роки тому

    Thx cool video. I have a question about transparent gifs. Since the jpg Format doesn't have a transparency, is there a way to do this?

  • @mauriziom.6788
    @mauriziom.6788 2 роки тому

    If I buy the M5 Stack (not Stick) up to what size of Gif can I put in MegaByte? Thanks

  • @sibaramdatta5625
    @sibaramdatta5625 Рік тому

    Can this animation played in other display except TTGO display without Esp32 but in Arduino Uno.

    • @brandontechnerd
      @brandontechnerd Рік тому

      The Arduino Uno and Nano use the Atmega328P microcontroller which is not fast enough to display video in real-time. When this guy said "Arduino" in the title he was referring to the faster Arduino boards based on 32-bit processors (like the Yún, Due, and Zero). I once tried to display images in rapid succession to simulate movement (over 10 images per second can blur into smooth motion) on an Arduino Nano, but I were only able to achieve 2.1 frames per second. Oh yeah, and you can buy an ESP8266 for $5 on eBay.

  • @裝備宅
    @裝備宅 3 роки тому

    If i use "tft 3.5 lcd shield" this monitor , How can I modify the code?

  • @Hailyeah555
    @Hailyeah555 8 місяців тому

    The TFT program from your get hub keeps locking up. Any suggestions?

    • @jeffreyhiggason4004
      @jeffreyhiggason4004 8 місяців тому

      Locking up or just taking a very long time to run? I had 2 mbs of jpgs and it took over an hour to complete.

  • @DoBaMan77
    @DoBaMan77 Рік тому

    Hi Volo, great tutorial and I have one question what is the size limit because I run into "Image size too big" issues. Regards and keep up the great work 🙂

    • @VolosProjects
      @VolosProjects  Рік тому +1

      it depends on board, yo need to keep in mind that each pixel needs 2 bytes in memory, so number of pixels x 2 x number of frames. After compiling you can see size of sketch and amount of free memory.

  • @speedy_x5491
    @speedy_x5491 2 роки тому +1

    can you update it so it can go a lot faster?

  • @yjiedi
    @yjiedi 4 роки тому +1

    Thank you sir. This is what i'm finding. I have subscribed your channel. Keep it up.

  • @saadmaksood
    @saadmaksood 2 роки тому

    6:50 😂 The most difficult thing for a programmer is to justify that his software is not a virus

  • @MaxCastles
    @MaxCastles 4 місяці тому

    Exactly what I was looking for!

  • @TheRealFrankWizza
    @TheRealFrankWizza 3 роки тому +1

    I got it to compile and flash without errors on platform io, but the display is black.
    I am using the downloaded example sketch, and walk.h. TTGo T-Display.
    Does anyone have any suggestions?
    It looks like platform IO doesn't support this board. Also the board support package for esp doesn't run on arm linux.
    Maybe I will use windows, or just put this away and use something else.
    EDIT:
    Ok, I had a great success. I found a platformio.ini file that made it work.

  • @marinbenke1614
    @marinbenke1614 3 роки тому

    How did you make the very cool black hole animation? It looks awsome

  • @fifdesign89
    @fifdesign89 3 роки тому

    Hi, I tried your programm and it seems its stuck. the header file is named correctly, in the file is just int frames=0;
    is there anything i can do?
    thx

    • @fifdesign89
      @fifdesign89 3 роки тому

      could it be that png's arent supported?

    • @VolosProjects
      @VolosProjects  3 роки тому +1

      Yes, png is not suported. Just fallow instructions from video

  • @lukaskaderabek6429
    @lukaskaderabek6429 Рік тому

    zdravím mám problém s vašim sketchem takový že mi arduino ide vyhazuje tuto chybu In file included from C:\Users\PC\Downloads\aNIMATIONS-main (1)\aNIMATIONS-main\Ani\Ani.ino:1:
    C:\Users\PC\Downloads\aNIMATIONS-main (1)\aNIMATIONS-main\Ani\walk.h:1:1: error: stray '\357' in program
    int frames=29;
    ^
    C:\Users\PC\Downloads\aNIMATIONS-main (1)\aNIMATIONS-main\Ani\walk.h:1:2: error: stray '\273' in program
    int frames=29;
    ^
    C:\Users\PC\Downloads\aNIMATIONS-main (1)\aNIMATIONS-main\Ani\walk.h:1:3: error: stray '\277' in program
    int frames=29;
    ^
    exit status 1
    Compilation error: stray '\357' in program
    proč ?

  • @biker2k3
    @biker2k3 2 роки тому

    excellent video! but the application freezes before finishing :(

  • @Mr1967JUNE
    @Mr1967JUNE 2 роки тому

    Hi I d like to count on your assistance....I m a begginer with ESP32, your application seems so cool, unfortunately I tried in several ways to download and no sucess so far....is there a way to "rename it" I mean at least an extension in order to allow us download....

  • @electronicsandradio3945
    @electronicsandradio3945 4 роки тому

    Where did you find the 'Space' animation? Or better still can you post the data file?

  • @theajtruth
    @theajtruth Рік тому

    This work for car stereos?

  • @morenomarraccini7622
    @morenomarraccini7622 3 роки тому

    Hello, what about an AVI file fron an SD Card instead of a GIF?? Can you make a tutorial??

  • @zackspinster1292
    @zackspinster1292 3 роки тому

    i keep getting the error code, 'frames' was not declared in this scope, how do i fix this?

    • @VolosProjects
      @VolosProjects  3 роки тому

      variable frames is in .h file that contain animation data. This file noods to be in same folder as main .ini file

  • @pplg-yt
    @pplg-yt 3 роки тому +1

    Thank you so much for sharing, this is so cool!

  • @THE_FILM_ART
    @THE_FILM_ART 3 роки тому

    Great!!! Would it be possible to apply the same code in ESP32 but with a separate screen, as for example with a ST7735s? How?

  • @midonamidona8813
    @midonamidona8813 2 роки тому

    Hello,
    Thank you for this video. I have question about the GUI Editor for TFT Display (Lilygo T-Watch 2020). I want design Apps in Micropython. Do you know Editor for develop apps with Micropython ? I am newbeginner in this section and i need sometime help 🙂
    With some codes from GitHub, I have initializied the Display and connected with Wifi and get the time. I want to show the time on display. Have you expirience in this area ? I hope you can help me

  • @lautungho1
    @lautungho1 Рік тому

    Can I control it to play or stop the animation??

  • @hubertmuller6157
    @hubertmuller6157 3 роки тому

    You'r accent makes me wonder - do you also like A.I. papers ?

  • @phuocnguyencnk
    @phuocnguyencnk 3 роки тому

    How to do on M5stickC, please share resources . Thank you

  • @Flashbang_Photo
    @Flashbang_Photo 2 роки тому

    Hi there! Google Drive says the file is infected so we can't download it.

  • @ArnovSharma
    @ArnovSharma 4 роки тому

    Hey Volos Projects, can i use your software in a project post, I will mention you in that post. please let me know

    • @VolosProjects
      @VolosProjects  4 роки тому +1

      Yes, please post my video also

    • @ArnovSharma
      @ArnovSharma 4 роки тому

      @@VolosProjects thanks! Will do that 👍

  • @MrBetacom
    @MrBetacom 3 роки тому

    Great job. The software works but it's really slow. Why? Is it possible to speed it up? It takes only about 0.1% CPU time.

  • @MJ12GRAVITON
    @MJ12GRAVITON 2 роки тому

    Thank you very much for sharing this and your knowledge, I am an absolute beginner btw!

    • @VolosProjects
      @VolosProjects  2 роки тому +1

      I am glad that you finded somethin useful for you. Cheers!

  • @christiankarlfrey766
    @christiankarlfrey766 3 роки тому +1

    Thank you so much! Keep up the great work!

  • @taranagnew436
    @taranagnew436 3 роки тому

    can't you make/store the gif a sd card using a sd card module and use a arduino nano?

    • @taranagnew436
      @taranagnew436 3 роки тому

      if i have a.gif file saved to a sd card and want to display it on a matrix, can i do such a thing?

  • @nerdylicious1814
    @nerdylicious1814 3 роки тому

    Hello can you show how you do this on the t watch 2020

  • @kirmes-tigger
    @kirmes-tigger Рік тому

    Hi Volo, nice Project! Unfortunately, I've only now managed to test it. 1 year after your release :D But I have no success with your gif to header converter.
    It always generates only the last frame for me. Do you know the problem maybe do you already have the solution? Best regards Torsten

  • @alisouzr
    @alisouzr 3 роки тому

    my screen gets white, do you know what it can be?

  • @liamjones2131
    @liamjones2131 2 роки тому

    Using a 320×240 ILI9341 screen, with all of those pixels in use for the gif frames, what would be the expected amount of frames that could be stored on the ESP32, and would it be possible to read this from a SD Card instead to reduce the memory required from the ESP32?

    • @fu5ha_edits
      @fu5ha_edits Рік тому

      Just do the math. (320 * 240 * 2) = 153,600 bytes per frame. Take number of bytes of flash you have available and divide it by that. Lets say you have 2MBytes flash, that's 2,000,000 bytes. 2,000,000 / 153,600 = 13~. You probably need a few kB for your code etc. so maybe 12 frames.
      And yes it's possible to load from an SD card, but be aware that reading from an SD card over SPI will likely be about 50MBit/sec. Fastest you can drive an ILI over single SPI is around 60Mbit/s, which means around 30ms each to 1. get data from SD, then 2. drive it to display. So you're looking at 60ms, not counting any cost of going round trip through RAM (you could in theory DMA this). That means your max framerate is around 15fps, and that's with an *ideally optimized* code. With even a bit slower code, you could be looking at 5fps or less.

  • @Sanchez9241
    @Sanchez9241 2 місяці тому

    how to get it work on arduino nano?

  • @shadowmosesmusic
    @shadowmosesmusic 7 місяців тому

    Would you mind helping me with a project? I am very new to this but interested in learning - i just wanted to ask some questions to maybe help me get in the right direction. Thank you

    • @VolosProjects
      @VolosProjects  7 місяців тому

      Sure, i am listening.

    • @shadowmosesmusic
      @shadowmosesmusic 7 місяців тому

      @VolosProjects hey thank you. Im working on a project where id like to have a 3x3x6" container to work with. Put a screen, speaker, a small led strip, rechargeable battery and an on off switch. The screen would play a short 5 to 10 second video on loop. Everything would mount inside via screw. Just no idea what to buy or where to start. Ive also requested you on instagram.

  • @BRAD-ROTT
    @BRAD-ROTT 3 роки тому

    Hello! So cool! Thanks for sharing man! :) Do you think we can turn transparent one of your little screens?

    • @RobertLugg
      @RobertLugg 2 роки тому

      There is no such thing as transparency on a display. It is actually just changing pixels to a different color. I believe the formula is transparency percent times the top object RGB plus 1-transparency percentage*bottom object.

    • @BRAD-ROTT
      @BRAD-ROTT 2 роки тому

      @@RobertLugg I didn't understand anything... And I'm not asking for an electronics course, but thank you anyway dear friend ^:^
      We "ALL" know that a screen can be transparent, so anyone else?

    • @BRAD-ROTT
      @BRAD-ROTT 2 роки тому

      @@RobertLugg On UA-cam, we can see TRANSPARENT SCREEN 😏: ua-cam.com/video/qieYhhLOKts/v-deo.html&ab_channel=CrystalfontzAmerica%2CInc.

    • @RobertLugg
      @RobertLugg 2 роки тому +1

      @@BRAD-ROTT there are many people where English isn’t their first language. 95%of displays are not transparent. The video was talking about 5-6-5 RGB so I assumed you meant transparency channel.

  • @paulopecegueiro1694
    @paulopecegueiro1694 3 роки тому

    How do solved the tearing effect?

  • @nickmilford4123
    @nickmilford4123 3 роки тому

    Is it possible to run the animation on a seperate screen, not the ttgo? Thanks 😊

    • @pramagetable
      @pramagetable 3 роки тому

      Check ttgo display pinout it is a st 7789 display connect it the same way to your esp 32 It will Work fine(◠‿◕)

  • @mrksaccount123
    @mrksaccount123 2 роки тому

    Possible for you to share the conversion source code?

  • @rishikapadia7989
    @rishikapadia7989 3 роки тому

    I am getting error in code . Please let me know how can i fix this ?
    int frames=29;
    ^
    walk.h:1:1: error: stray '\273' in program
    walk.h:1:1: error: stray '\277' in program
    exit status 1
    stray '\357' in program

    • @TheKrausenKid
      @TheKrausenKid 2 роки тому

      I simply commented out int frames = 29; and it worked fine

    • @soupie187
      @soupie187 2 роки тому +1

      @@TheKrausenKid that doesn't work either
      In function 'void loop()':
      1:19:15: error: 'frames' was not declared in this scope
      for(int i=0;i

    • @TheKrausenKid
      @TheKrausenKid 2 роки тому

      @@soupie187 sorry I forgot to mention that after doing that you have to set frames in the loop to the frames value that is removed. Delete frames from the loop and type in 29

    • @profGenki
      @profGenki 2 роки тому

      copy "illuminated" int, and replaced with "non-illuminated"