No video

Animations on OLED display - Arduino

Helloo! I created program which can be used to make simple animations for OLED display. It can generate code for each frame of GIF animation. In this video I will show you how to make this kind of animations. With these animations your project will look awsome. They are great for loading screens, waiting time or for games.
SUBSCRIBE HERE:
/ @volosprojects
You can also buy me a coffe at:
ko-fi.com/volo...
NEW SIMILAR VIDEO: • Making animation from ...
PLESAE SUBSCRIBE!
Follow me on Instagram / volosprojects
Buy this OLED display here:
www.banggood.c...
I am working hard to make quality content every week, feel free to check my channel and subscribe!
Thank youi My channel: / @volosprojects
LEARN HOW TO MAKE FRAME FROM THIS VIDEO :
• Freeform Arduino Project
Download Libraries :
github.com/stb...
github.com/ada...
Download emptyOled sketch:
drive.google.c...
Download working clock animation example:
drive.google.c...

Пікірлер: 268

  • @VolosProjects
    @VolosProjects3 жыл бұрын

    Buy this OLED display here: www.banggood.com/custlink/v33yHN9Gks

  • @paulaburbano180

    @paulaburbano180

    2 жыл бұрын

    Great explanation,but could you post the sketch code? is not in the description :( thankss

  • @toaster_oven.

    @toaster_oven.

    2 жыл бұрын

    @@ArduinoClub Hello, where did you find his program. I can't find it in the description.

  • @deadpooldagon4837

    @deadpooldagon4837

    2 жыл бұрын

    @@ArduinoClub where do you find this program could you please tell me

  • @ArduinoClub

    @ArduinoClub

    2 жыл бұрын

    ​@@deadpooldagon4837Look at my channel, in the last video I posted a link to a blog that has all the information.

  • @deadpooldagon4837

    @deadpooldagon4837

    2 жыл бұрын

    @@ArduinoClub I looked at it and it did not could you give me the link if you would be so kind

  • @umamaheshwar1587
    @umamaheshwar15873 жыл бұрын

    Can you give the download link of OLED animations software

  • @cookiece

    @cookiece

    4 ай бұрын

    up

  • @ibnu001

    @ibnu001

    Ай бұрын

    Wokwi animator

  • @yugen042
    @yugen0423 жыл бұрын

    Such great timing! I just happened to start a project that needs this and your tool will certainly come in handy. Much appreciated. Just out of principle I have to ask you to open source it though, I'm genuinely curious about the inner workings. Also what about color oleds/gifs?

  • @Grtiger100
    @Grtiger1003 жыл бұрын

    Your OLED Animations application can't be downloaded when attempting you get the following message: Sorry, this file is infected with a virus Only the owner is allowed to download infected files.

  • @cesarams0292
    @cesarams0292 Жыл бұрын

    Hey! Where can I find the links for the program? Thank you very much

  • @hamssadek7315
    @hamssadek7315 Жыл бұрын

    that was so helpful i tried more than a software to convert the pics but not a single one worked right so you helped me a lot thanks

  • @dreadbolt12
    @dreadbolt124 жыл бұрын

    Subscribed! Thank you for the content cant wait to start building my own arduino projects. also music is badass!

  • @GameFlife
    @GameFlife Жыл бұрын

    exactly what i needed for my tiny desk companion tks bro!

  • @cantinasongband
    @cantinasongband4 жыл бұрын

    This is really awesome! I have 2 comments for you. First, how can we make the animation display without blocking the arduino from doing other tasks? Second, instead of repeating the code to draw the bitmaps 28 times, you can run a for loop like this to make it easier to read the code, although it's still blocking code: int i = 0; int numFrames = 28; const unsigned char* frames[numFrames] = {frame0, frame1, frame2, frame3, frame4, frame5, frame6, frame7, frame8, frame9, frame10, frame11, frame12, frame13, frame14, frame15, frame16, frame17, frame18, frame19, frame20, frame21, frame22, frame23, frame24, frame25, frame26, frame27}; for (i; i display.clearDisplay(); display.drawBitmap(xx, yy, frames[i], 48, 48, 1); display.display(); }

  • @BlueeBubble

    @BlueeBubble

    4 жыл бұрын

    Hi, when I did this it said you didn't declare frames 🤔

  • @cantinasongband

    @cantinasongband

    4 жыл бұрын

    @@BlueeBubble frames is the variable declared in the 3rd line. const unsigned char* frames[numFrames] it is an array of pointers when you try to use the code, is frames declared in the same code block as the for loop that uses it?

  • @shadowgreen123

    @shadowgreen123

    2 жыл бұрын

    Try to use a scheduler and a method to increase the frames in each step

  • @Elkkkkkk
    @Elkkkkkk2 жыл бұрын

    thanks for the tutorial but the link to the program seems to be missing :/

  • @sibaramdatta5625
    @sibaramdatta5625 Жыл бұрын

    Your software of TFT animation from gif is not responding maximum time very slow support when responding. Can you give me some tricks of it.

  • @kalban112
    @kalban1123 жыл бұрын

    WOW, this is absolutely awesome, thank you mister

  • @N.g.Chanal
    @N.g.Chanal3 жыл бұрын

    u r genius dear master.

  • @playerx3608
    @playerx3608 Жыл бұрын

    Thank you Volos, I'm subscribing to your youtube channel, because your channel amazing 👍🏼👍🏼👍🏼

  • @ferdinandvollmeyer8356
    @ferdinandvollmeyer83563 жыл бұрын

    Thanks for that, Greetz form Cologne, have Phun and stay healthy...

  • @AetherGhoul
    @AetherGhoul4 жыл бұрын

    Amazing, thanks

  • @cuarentenaviral4756

    @cuarentenaviral4756

    4 жыл бұрын

    Subscribe you! de México x2

  • @thiagosanches6754
    @thiagosanches67542 ай бұрын

    This is gold! 🥇

  • @chivainmanfoumbi9026
    @chivainmanfoumbi90263 жыл бұрын

    You are just a PRO !!! Thanks for that video !!!!!

  • @RosieResearch
    @RosieResearch4 жыл бұрын

    This was great! My 4th grader was able to learn how to do this from your video! Her image is scaled improperly on height though (it is squished too tall), do you know how to fix the aspect ratio?

  • @asmrgrowth1190

    @asmrgrowth1190

    4 жыл бұрын

    Here's a good link for that issue startingelectronics.org/tutorials/arduino/modules/OLED-128x64-I2C-display/

  • @soypunk666

    @soypunk666

    2 жыл бұрын

    @@asmrgrowth1190 I don't think that answers the cuestion... I Have the same issue

  • @izaknikabou2625
    @izaknikabou2625Ай бұрын

    The application to download the code is not in description!! Please send link

  • @PabloLucio
    @PabloLucio3 жыл бұрын

    Hello! First of all, thanks for the tutorial I have a simple question that I can't solve by myself. I can get the screen to show the animation and it's working fine, but don't know why, the image is stretching, so it's taller that I should (and it goes out from the screen in the down part), and it's less width that it should. Any idea about why this might be happening?

  • @bob-ny6kn

    @bob-ny6kn

    2 жыл бұрын

    Set the display to 64 pix height (128 x 64)

  • @captainplatypus4294
    @captainplatypus42942 жыл бұрын

    Where is the download link for the software on the last step? the OLEDanimations.

  • @axltrain838
    @axltrain8384 жыл бұрын

    Thank you mate, you're awesome

  • @eduardomoron9590
    @eduardomoron95904 жыл бұрын

    Great job mister!!!, I 'll subscribe and waithing news videos

  • @IlIDINOIlI
    @IlIDINOIlI3 жыл бұрын

    Hvala na videu, nadam se da cu to uspijeti...

  • @dwalden74
    @dwalden744 жыл бұрын

    Great video! Just what I was looking for! 👍🏼👍🏼👍🏼

  • @VolosProjects

    @VolosProjects

    4 жыл бұрын

    thank you :)

  • @stef3162
    @stef31623 жыл бұрын

    tnx for this awsome vid and your program it was so helpfull

  • @Lusitano95132
    @Lusitano951324 жыл бұрын

    Great work !!! Thanks for sharing !!!

  • @matts2581
    @matts25814 жыл бұрын

    Absolutely the shizz' bro'. TY kindly for sharing this! :D

  • @grimonmilk7287
    @grimonmilk72872 жыл бұрын

    Hi this is a really good video but the one problem is that I can't find the software in the description. I may just be blind but if it isn't there please could I get the link?

  • @jeissondrenth8842

    @jeissondrenth8842

    Жыл бұрын

    drive.google.com/file/d/1ECufN2p8tpTUwq2UFgZK_Rq3wDmOACDo/view

  • @herschel1969
    @herschel19693 жыл бұрын

    ur software is useful and we can make videos in128x64 oled

  • @impulsembedded7147
    @impulsembedded71472 жыл бұрын

    That looks cool. Thanks for sharing man👍

  • @jorgerallado
    @jorgerallado2 жыл бұрын

    where can i find your aplication for animations?

  • @electronic7979
    @electronic79794 жыл бұрын

    Excellent

  • @davidscottkrause1
    @davidscottkrause13 жыл бұрын

    You are a wizard!!! Great video!

  • @Иван98
    @Иван984 ай бұрын

    Ё-маё, я ничего не понял 😂 Мне очень понравилось, надеюсь когда придет мой дисплей на ардуино получится сделать нечто похожее. Вам тоже Have a nice day

  • @GiegX
    @GiegX4 жыл бұрын

    Wow thanks!! But, let me know, can we change the resolution to a different than 48x48 pix? I cant use 50x50 or 30x30 pix image cause it got messed up on OLED, only 48pix works fine

  • @youtubesultan2543
    @youtubesultan2543 Жыл бұрын

    thanks for sharing where i can found app OLEDanimations from you sir? thanks :D

  • @henrywood327
    @henrywood3274 жыл бұрын

    Thank you so much friend, for sharing your knowledge.

  • @VolosProjects

    @VolosProjects

    4 жыл бұрын

    i am glad you like it :)

  • @teasyer
    @teasyer2 жыл бұрын

    Thanks for this helpful video - I left a subscribtion for your channel

  • @_adamalfath
    @_adamalfath4 жыл бұрын

    BRAVO! Thanks man for the app, really useful

  • @therealpepeu
    @therealpepeu4 жыл бұрын

    I'm hooked and subscribed! Now I just need to start making stuff again.

  • @VolosProjects

    @VolosProjects

    4 жыл бұрын

    thank you :)

  • @miguel000127
    @miguel000127 Жыл бұрын

    hello can you post the OLEDanimations program pls ?

  • @captainwaffle4768
    @captainwaffle4768 Жыл бұрын

    I don't find the download link for your program in the description, has it been deleted?

  • @BHANUPRAKASH-nc8hz
    @BHANUPRAKASH-nc8hz3 жыл бұрын

    thank you for your software ......😀👍

  • @beatlessteve1010
    @beatlessteve10102 жыл бұрын

    Previet! Comrad Voloyda!

  • @offline5177
    @offline51772 ай бұрын

    Hello. Do you have the OLEDanimations app? :D

  • @vinyltheif
    @vinyltheif Жыл бұрын

    Your software looks great! How many bytes are each frame? I intend to use a 16*32 display controlled from a PIC.

  • @ianthehunter3532

    @ianthehunter3532

    11 ай бұрын

    do you figure out?

  • @davydbar
    @davydbar2 жыл бұрын

    Gracias por compartir y tu gran colaboración

  • @DreixeiGamer
    @DreixeiGamer3 жыл бұрын

    Where can i see the download link for the OLEDanimations software

  • @syncro66500
    @syncro665004 жыл бұрын

    You're the best , THX

  • @--dh--
    @--dh--3 жыл бұрын

    Fantastic

  • @GIOVANNADUESPINOSA
    @GIOVANNADUESPINOSA3 жыл бұрын

    very very interesting congratulation, thank you, hug to everyone

  • @wellingtongandolphiniwgand6207
    @wellingtongandolphiniwgand62073 жыл бұрын

    Hello, Volos Project, how are you? Thanks for sharing. I am trying to run the OLEDAnimations program but my antivirus and windows block the program. Would you have any other link to download the SW? would you have a paid license for SW?

  • @user-ve9ch9nr2l
    @user-ve9ch9nr2l Жыл бұрын

    thank you ,This video very useful

  • @ernestorivero9909
    @ernestorivero99092 жыл бұрын

    Of these types of video there is a lot in you tube and they are very good but I look for one that is animations on led screens, for example I have a screen that I made with led WS2812B, which are addressable leds the screens is 64 pixels long x 24 high and I would like to know how to bring animations to this screen

  • @chivainmanfoumbi9026
    @chivainmanfoumbi90263 жыл бұрын

    how to get the OLED animations Software ?

  • @Darkos.
    @Darkos.4 жыл бұрын

    Super. Great work.

  • @clowzeradventure
    @clowzeradventure Жыл бұрын

    thanks for all this informations 😊

  • @ashishdmc
    @ashishdmc3 жыл бұрын

    Great tutorial. The OLED Animation Aplication is not downloading from the link. It says that its infected and only the owner can download it. Is there a workaround Thanks

  • @threetimescursed
    @threetimescursed Жыл бұрын

    Great tutorial but you made it so hard to find the software. I just gave up

  • @ThermalWorld_
    @ThermalWorld_3 жыл бұрын

    Super useful 😋 Thank you

  • @arduino5267
    @arduino52674 жыл бұрын

    Great work sir

  • @kevingpearce
    @kevingpearce3 жыл бұрын

    Great video, but where is the download link for "LCD Assistant" ?

  • @thierry-yvesalvesaraujo7520
    @thierry-yvesalvesaraujo7520 Жыл бұрын

    Thanks, my friend

  • @Ryxxi_makes
    @Ryxxi_makes4 жыл бұрын

    Thank you ! I got it working using your libraries, also managed to add some text before the animation starts but how do i stop it from resetting and displaying my text ? I want the text to display then the animation, but i want tge animation to continue instead of resetting back to the text.

  • @tallnrough68
    @tallnrough68 Жыл бұрын

    Is there a way to connect a sensor/switch to the arduino nano to activate a different set of animations? And when the sensor/switch goes back to normal state the regular animation plays ?

  • @foziezzz1250
    @foziezzz12503 жыл бұрын

    Thank you so muuch!! :D And its very Neat !

  • @krafterHD
    @krafterHD4 жыл бұрын

    Great tutorial. I got to the end with the laughing face but the animation speed is a lot slower than the one you show. tt is set to 0. Am I missing something?

  • @VolosProjects

    @VolosProjects

    4 жыл бұрын

    You need to use libraries from description

  • @krafterHD

    @krafterHD

    4 жыл бұрын

    @@VolosProjects Thank you very much. Adafruit_SSD1306_Wemos_OLED done the trick. I was using the wrong one and didn't realize it.

  • @aminsheykhzadeh4548

    @aminsheykhzadeh4548

    4 жыл бұрын

    @@VolosProjects this library shows random spots and wrong location on my Oled...

  • @shadowgreen123

    @shadowgreen123

    4 жыл бұрын

    @@aminsheykhzadeh4548 Same to me, I installed the version avaliable at Library Manager in IDE and the clock animation works fine.

  • @RD-ni7qe
    @RD-ni7qe3 жыл бұрын

    If I have a 800x480 5" Color TFT LCD Module (SPI), will my Arduino Uno be powerful enough for a 'smooth' animation using 800x480 frames?

  • @ericBcreator
    @ericBcreator3 жыл бұрын

    Nice job, subscribed.

  • @chipko
    @chipko2 жыл бұрын

    You keep amazing me ... you're one iof my favourite channels now. I would include lunch but your recent video was not veggie (my problem, not yours!)

  • @VolosProjects

    @VolosProjects

    2 жыл бұрын

    Tnx alot, i am glad you lile my content. Next time i will prepare something vegan.😀

  • @chipko

    @chipko

    2 жыл бұрын

    @@VolosProjects ooooo I like vegan or vegetarian :P. I'm working through tft espi now .. I felt rubbish with it but you explain it very well

  • @pandregumor
    @pandregumor3 жыл бұрын

    Excellent video!!! ... I expect more videos, *I don't see the Links of the programs* ... very original, Saludos de Colombia.. suscrita

  • @mczeno
    @mczeno3 жыл бұрын

    Thank you for the video. I'm a beginner when it comes to tech, so I'm a little lost. When you open EmptyOLED, there's already code inside the program, did you code that? If so in what language? I want to make an animation but I have little coding experience.

  • @bob-ny6kn

    @bob-ny6kn

    2 жыл бұрын

    Download in description

  • @curlypatch1391
    @curlypatch13913 жыл бұрын

    This video is a year ago but hopefully I could still get an answer. Would this be compatible with the Tiny85 version?

  • @curlypatch1391

    @curlypatch1391

    3 жыл бұрын

    @@thenextproblem8001 Thank you!

  • @curlypatch1391

    @curlypatch1391

    3 жыл бұрын

    @@thenextproblem8001 How were you able to adjust the speed of the gif as well as set it to plain white? I tried using the code you used with the arduino nano but the gif is slow as well as the color isn't just white but rather the top side is yellow and the bottom is blue

  • @curlypatch1391

    @curlypatch1391

    3 жыл бұрын

    @@thenextproblem8001 i have the yellow/blue is it possible to set the color to monochrome on this version?

  • @curlypatch1391

    @curlypatch1391

    3 жыл бұрын

    @@thenextproblem8001 okay thanks!

  • @jugal4607
    @jugal46073 жыл бұрын

    good stuff

  • @arduino5267
    @arduino52674 жыл бұрын

    Svaka čast

  • @rembrandtes
    @rembrandtes3 жыл бұрын

    perfect video I subscrived

  • @nuwanchathuranga8479
    @nuwanchathuranga84793 жыл бұрын

    Thanks for all .....

  • @janzugic6798
    @janzugic67984 жыл бұрын

    wait a second, the options on your right click... the language. dobar video stari moj

  • @VolosProjects

    @VolosProjects

    4 жыл бұрын

    Hvala 😀

  • @zorabixun
    @zorabixun2 жыл бұрын

    Could you explain, how is it to use only an Arduino chipset in the project ? .... I am new to it, so I can learn more about it, thanks 😊

  • @TriedWhistle
    @TriedWhistle3 жыл бұрын

    Wheres the converter link?

  • @lorenzoiaccarini6966
    @lorenzoiaccarini69663 жыл бұрын

    if the lines are separated for y ou, change "#define OLED_RESET -1 // GPIO0 //Adafruit_SSD1306 display(OLED_RESET);" with "Adafruit_SSD1306 display(128, 64, &Wire, -1, 800000UL, 100000UL);"

  • @bzmgames1308
    @bzmgames1308 Жыл бұрын

    nice

  • @TheCharlieMolina
    @TheCharlieMolina2 жыл бұрын

    REALLY GREAT TUTORIAL !!!! THANKS !!!, I did'nt find the sketch, where is the link?

  • @RestorAsik
    @RestorAsik3 жыл бұрын

    Very smart

  • @Alien-Enemy
    @Alien-Enemy4 жыл бұрын

    Спасибо. Все доступно и понятно.

  • @hakimkakooza4899
    @hakimkakooza4899 Жыл бұрын

    Could you please share the link to download OLEDanimations application

  • @moonmatthew
    @moonmatthew2 жыл бұрын

    If i want to use this in a splash screen, do i just put The generated code in the byte array and it will work?

  • @giancarlodaravina
    @giancarlodaravina2 жыл бұрын

    NICE!

  • @nafisfuadjim4817
    @nafisfuadjim48172 жыл бұрын

    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?

  • @raymondmichael4987
    @raymondmichael49872 жыл бұрын

    Subed today, I love display too you'll be my next channel after upir which I can surely lewrn something wonderful regards display

  • @ArduinoBoy
    @ArduinoBoy3 жыл бұрын

    sir will it work on 0.96 inch display

  • @fairpoor
    @fairpoor4 жыл бұрын

    Thank you.

  • @turbo_co27
    @turbo_co272 жыл бұрын

    Is it possible to have a starting animation and display one frame at the end that stays on till it is turned off?

  • @markpolanski4917
    @markpolanski49173 жыл бұрын

    can u make an video how to connect this all wires and the oled display and the Arduino Nano pls thx

  • @jerthemaker
    @jerthemaker Жыл бұрын

    Sir, the app you created in VB... How does it work to create the code for each frame? Is it using the first app you showed in the video?

  • @jm4-a872
    @jm4-a872 Жыл бұрын

    Link to OLEDAnimation Software??? Download link in description, but where?????

  • @ernestorivero9909
    @ernestorivero99092 жыл бұрын

    De estos tipos de video hay mucho en you tube y son muy buenos pero yo busco uno que sea de animaciones en pantallas de leds,por ejemplo yo tengo una pantalla que la hice con led WS2812B,que son leds direccionable la pantallas es de 64 pixel de largo x 24 de alto y quisiera saber como llevar animaciones a esta pantalla

  • @thomasmcneil9598
    @thomasmcneil95986 ай бұрын

    So, where is the link to the OLED Animations software?