I am so frustrated trying to achieve something that I know should be very simple to do.
I have a ViSi project loaded on a Diablo screen and that works fine. (NOT Visi Genie)
All I want to do is display a specific frame in an animated GIF.
What libraries need to be included on the Arduino? Is it just #include <genieArduino.h> or do I need other libraries too?
What command do I use on the Arduino?
I have tried genie.WriteObject(GENIE_OBJ_VIDEO, 0x00, 50); but that does not work.
Some sample Arduino code would be nice.
I have a ViSi project loaded on a Diablo screen and that works fine. (NOT Visi Genie)
All I want to do is display a specific frame in an animated GIF.
What libraries need to be included on the Arduino? Is it just #include <genieArduino.h> or do I need other libraries too?
What command do I use on the Arduino?
I have tried genie.WriteObject(GENIE_OBJ_VIDEO, 0x00, 50); but that does not work.
Some sample Arduino code would be nice.
Comment