In my cube of LEDs I'd like to create a butterfly animated in LEDs. Im not certain the resolution will be high enough to get much of anything but even abstractly it'll be a nice bit o candy, me thinks. I found the following fairly simple code to help me begin View attachment flying_butterfly.c but it features a bunch of libraries which are not part of the Arduino IDE:
#include<graphics.h>
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
I'm guessing most of the i/o stuff can simply go away and the graphics routine can be largely replaced by Adafruit_GFX. I'm wondering if anyone has guidance or other useful ideas to help me think about this problem or can otherwise direct me to other open code implementations.
Thanks
mummyboy
#include<graphics.h>
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
I'm guessing most of the i/o stuff can simply go away and the graphics routine can be largely replaced by Adafruit_GFX. I'm wondering if anyone has guidance or other useful ideas to help me think about this problem or can otherwise direct me to other open code implementations.
Thanks
mummyboy