Animations on OLED display - Arduino

  Рет қаралды 195,449

Volos Projects

Volos Projects

Күн бұрын

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
@VolosProjects 3 жыл бұрын
Buy this OLED display here: www.banggood.com/custlink/v33yHN9Gks
@paulaburbano180
@paulaburbano180 3 жыл бұрын
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
@umamaheshwar1587 3 жыл бұрын
Can you give the download link of OLED animations software
@cookiece
@cookiece 4 ай бұрын
up
@ibnu001
@ibnu001 2 ай бұрын
Wokwi animator
@yugen042
@yugen042 3 жыл бұрын
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
@Grtiger100 3 жыл бұрын
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.
@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
@cantinasongband
@cantinasongband 4 жыл бұрын
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 < numFrames; ++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
@cesarams0292
@cesarams0292 Жыл бұрын
Hey! Where can I find the links for the program? Thank you very much
@Elkkkkkk
@Elkkkkkk 2 жыл бұрын
thanks for the tutorial but the link to the program seems to be missing :/
@dreadbolt12
@dreadbolt12 4 жыл бұрын
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!
@N.g.Chanal
@N.g.Chanal 3 жыл бұрын
u r genius dear master.
@izaknikabou2625
@izaknikabou2625 2 ай бұрын
The application to download the code is not in description!! Please send link
@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.
@AetherGhoul
@AetherGhoul 4 жыл бұрын
Amazing, thanks
@cuarentenaviral4756
@cuarentenaviral4756 4 жыл бұрын
Subscribe you! de México x2
@kalban112
@kalban112 3 жыл бұрын
WOW, this is absolutely awesome, thank you mister
@RosieResearch
@RosieResearch 4 жыл бұрын
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
@electronic7979
@electronic7979 4 жыл бұрын
Excellent
@axltrain838
@axltrain838 4 жыл бұрын
Thank you mate, you're awesome
@ferdinandvollmeyer8356
@ferdinandvollmeyer8356 3 жыл бұрын
Thanks for that, Greetz form Cologne, have Phun and stay healthy...
@matts2581
@matts2581 4 жыл бұрын
Absolutely the shizz' bro'. TY kindly for sharing this! :D
@captainplatypus4294
@captainplatypus4294 2 жыл бұрын
Where is the download link for the software on the last step? the OLEDanimations.
@eduardomoron9590
@eduardomoron9590 4 жыл бұрын
Great job mister!!!, I 'll subscribe and waithing news videos
@herschel1969
@herschel1969 3 жыл бұрын
ur software is useful and we can make videos in128x64 oled
@playerx3608
@playerx3608 Жыл бұрын
Thank you Volos, I'm subscribing to your youtube channel, because your channel amazing 👍🏼👍🏼👍🏼
@chivainmanfoumbi9026
@chivainmanfoumbi9026 3 жыл бұрын
You are just a PRO !!! Thanks for that video !!!!!
@grimonmilk7287
@grimonmilk7287 2 жыл бұрын
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
@dwalden74
@dwalden74 4 жыл бұрын
Great video! Just what I was looking for! 👍🏼👍🏼👍🏼
@VolosProjects
@VolosProjects 4 жыл бұрын
thank you :)
@Lusitano95132
@Lusitano95132 4 жыл бұрын
Great work !!! Thanks for sharing !!!
@threetimescursed
@threetimescursed Жыл бұрын
Great tutorial but you made it so hard to find the software. I just gave up
@IlIDINOIlI
@IlIDINOIlI 3 жыл бұрын
Hvala na videu, nadam se da cu to uspijeti...
@stef3162
@stef3162 3 жыл бұрын
tnx for this awsome vid and your program it was so helpfull
@thiagosanches6754
@thiagosanches6754 2 ай бұрын
This is gold! 🥇
@Иван98
@Иван98 4 ай бұрын
Ё-маё, я ничего не понял 😂 Мне очень понравилось, надеюсь когда придет мой дисплей на ардуино получится сделать нечто похожее. Вам тоже Have a nice day
@henrywood327
@henrywood327 4 жыл бұрын
Thank you so much friend, for sharing your knowledge.
@VolosProjects
@VolosProjects 4 жыл бұрын
i am glad you like it :)
@_adamalfath
@_adamalfath 4 жыл бұрын
BRAVO! Thanks man for the app, really useful
@impulsembedded7147
@impulsembedded7147 2 жыл бұрын
That looks cool. Thanks for sharing man👍
@davidscottkrause1
@davidscottkrause1 3 жыл бұрын
You are a wizard!!! Great video!
@ernestorivero9909
@ernestorivero9909 2 жыл бұрын
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
@BHANUPRAKASH-nc8hz
@BHANUPRAKASH-nc8hz 3 жыл бұрын
thank you for your software ......😀👍
@davydbar
@davydbar 2 жыл бұрын
Gracias por compartir y tu gran colaboración
@PabloLucio
@PabloLucio 3 жыл бұрын
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)
@teasyer
@teasyer 2 жыл бұрын
Thanks for this helpful video - I left a subscribtion for your channel
@therealpepeu
@therealpepeu 4 жыл бұрын
I'm hooked and subscribed! Now I just need to start making stuff again.
@VolosProjects
@VolosProjects 4 жыл бұрын
thank you :)
@clowzeradventure
@clowzeradventure Жыл бұрын
thanks for all this informations 😊
@kevingpearce
@kevingpearce 3 жыл бұрын
Great video, but where is the download link for "LCD Assistant" ?
@miguel000127
@miguel000127 Жыл бұрын
hello can you post the OLEDanimations program pls ?
@GiegX
@GiegX 4 жыл бұрын
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
@GIOVANNADUESPINOSA
@GIOVANNADUESPINOSA 3 жыл бұрын
very very interesting congratulation, thank you, hug to everyone
@jorgerallado
@jorgerallado 2 жыл бұрын
where can i find your aplication for animations?
@syncro66500
@syncro66500 4 жыл бұрын
You're the best , THX
@youtubesultan2543
@youtubesultan2543 Жыл бұрын
thanks for sharing where i can found app OLEDanimations from you sir? thanks :D
@DreixeiGamer
@DreixeiGamer 3 жыл бұрын
Where can i see the download link for the OLEDanimations software
@ashishdmc
@ashishdmc 3 жыл бұрын
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
@janzugic6798
@janzugic6798 4 жыл бұрын
wait a second, the options on your right click... the language. dobar video stari moj
@VolosProjects
@VolosProjects 4 жыл бұрын
Hvala 😀
@user-ve9ch9nr2l
@user-ve9ch9nr2l Жыл бұрын
thank you ,This video very useful
@ericBcreator
@ericBcreator 3 жыл бұрын
Nice job, subscribed.
@markpolanski4917
@markpolanski4917 3 жыл бұрын
can u make an video how to connect this all wires and the oled display and the Arduino Nano pls thx
@krafterHD
@krafterHD 4 жыл бұрын
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.
@foziezzz1250
@foziezzz1250 3 жыл бұрын
Thank you so muuch!! :D And its very Neat !
@pandregumor
@pandregumor 3 жыл бұрын
Excellent video!!! ... I expect more videos, *I don't see the Links of the programs* ... very original, Saludos de Colombia.. suscrita
@ThermalWorld_
@ThermalWorld_ 3 жыл бұрын
Super useful 😋 Thank you
@Darkos.
@Darkos. 4 жыл бұрын
Super. Great work.
@captainwaffle4768
@captainwaffle4768 Жыл бұрын
I don't find the download link for your program in the description, has it been deleted?
@TheCharlieMolina
@TheCharlieMolina 2 жыл бұрын
REALLY GREAT TUTORIAL !!!! THANKS !!!, I did'nt find the sketch, where is the link?
@--dh--
@--dh-- 3 жыл бұрын
Fantastic
@lorenzoiaccarini6966
@lorenzoiaccarini6966 3 жыл бұрын
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);"
@Ryxxi_makes
@Ryxxi_makes 4 жыл бұрын
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.
@hakimkakooza4899
@hakimkakooza4899 Жыл бұрын
Could you please share the link to download OLEDanimations application
@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 ?
@chipko
@chipko 2 жыл бұрын
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
@offline5177
@offline5177 2 ай бұрын
Hello. Do you have the OLEDanimations app? :D
@Kepeera
@Kepeera Жыл бұрын
Nice tutorial but where is the "Link in description"??
@arduino5267
@arduino5267 4 жыл бұрын
Great work sir
@chivainmanfoumbi9026
@chivainmanfoumbi9026 3 жыл бұрын
how to get the OLED animations Software ?
@thierry-yvesalvesaraujo7520
@thierry-yvesalvesaraujo7520 Жыл бұрын
Thanks, my friend
@zorabixun
@zorabixun 2 жыл бұрын
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 😊
@gamingandcodingstuff751
@gamingandcodingstuff751 2 жыл бұрын
where is the lnk for the app to conver t the gif file into arduino code
@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 Жыл бұрын
do you figure out?
@Alien-Enemy
@Alien-Enemy 4 жыл бұрын
Спасибо. Все доступно и понятно.
@jm4-a872
@jm4-a872 Жыл бұрын
Link to OLEDAnimation Software??? Download link in description, but where?????
@thomasmcneil9598
@thomasmcneil9598 6 ай бұрын
So, where is the link to the OLED Animations software?
@rembrandtes
@rembrandtes 3 жыл бұрын
perfect video I subscrived
@wellingtongandolphiniwgand6207
@wellingtongandolphiniwgand6207 3 жыл бұрын
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?
@beatlessteve1010
@beatlessteve1010 2 жыл бұрын
Previet! Comrad Voloyda!
@RD-ni7qe
@RD-ni7qe 3 жыл бұрын
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?
@lofi_lover_girl
@lofi_lover_girl Жыл бұрын
hey, this is a great video but it doesnt work with the ssd1351 oled what do i do?
@RestorAsik
@RestorAsik 3 жыл бұрын
Very smart
@robhopper5729
@robhopper5729 Жыл бұрын
Where is the link to OLED Animations???
@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?
@riddletom646
@riddletom646 4 жыл бұрын
looks good,but it doesn't work for my 128*32 display ,the code output by the OLED animation was worry ,can you teach me how to apply for my display ,thanks
@turbo_co27
@turbo_co27 2 жыл бұрын
Is it possible to have a starting animation and display one frame at the end that stays on till it is turned off?
@ArduinoBoy
@ArduinoBoy 3 жыл бұрын
sir will it work on 0.96 inch display
@TriedWhistle
@TriedWhistle 3 жыл бұрын
Wheres the converter link?
@jugal4607
@jugal4607 3 жыл бұрын
good stuff
@VolosProjects
@VolosProjects 4 жыл бұрын
you are using wrong library, delete old OLED libraries (you have probaly standard Adafruit library), and install this one github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED
@nuwanchathuranga8479
@nuwanchathuranga8479 3 жыл бұрын
Thanks for all .....
@fairpoor
@fairpoor 4 жыл бұрын
Thank you.
@JshDav
@JshDav 9 ай бұрын
Thanks for the great video! any chance of a reupload of that magnificent program you made? I would very much love to give it a go! Please & thanks 😁
@RaupeNimmersatt13
@RaupeNimmersatt13 Жыл бұрын
Hi, your video helped me a lot! But could you upload your code for the OLED again? I am currently trying to write this on a PIC 33 and need some input
@arduino5267
@arduino5267 4 жыл бұрын
Svaka čast
OLED Displays with Arduino - I2C & SPI OLEDs
41:41
DroneBot Workshop
Рет қаралды 1,1 МЛН
SSD1306 oled display Animations
6:54
Arnov Sharma
Рет қаралды 26 М.
Harley Quinn's revenge plan!!!#Harley Quinn #joker
00:59
Harley Quinn with the Joker
Рет қаралды 20 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 2,2 МЛН
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 41 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 10 МЛН
Arduino OLED Gauge
37:14
upir
Рет қаралды 62 М.
Top 5 Arduino Displays
6:29
educ8s.tv
Рет қаралды 625 М.
Tutorial on I2C OLED Display with Arduino/NodeMCU
16:47
Crazy Couple DIY
Рет қаралды 295 М.
FREE Functions to draw graphs on OLED displays
2:42
Kris Kasprzak
Рет қаралды 74 М.
how to display images on 0.96" oled using arduino
7:07
Mission Critical
Рет қаралды 51 М.
Yes, I Changed My Mind: Using SquareLine Studio and LVGL Now!
8:41
Volos Projects
Рет қаралды 25 М.
DIY OLED Display Projects with Arduino | Arduino Sensors | #grindreel
15:36
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
САМЫЙ ОПАСНЫЙ iPHONE В МИРЕ 🤯 #iphone
1:01
ТЕХНОБЛОГ АЛИША
Рет қаралды 202 М.
Умный электрический помощник для штор
0:23
Склад дизайна
Рет қаралды 1,6 МЛН
GOOGLE PIXEL 9 против iPHONE 15: ЭТО ЖЕСТЬ!
25:42
Арсений Петров
Рет қаралды 53 М.
САМЫЙ КРЕПКИЙ ТЕЛЕФОН #shorts
0:27
Паша Осадчий
Рет қаралды 1,9 МЛН
🔥НОВАЯ БАТАРЕЯ?😮
0:40
Demin's Lounge
Рет қаралды 203 М.