Hello!
Will there be eventually a program to make patterns for the cube?
How could you now possibly program it, i can’t understand how you would e.g make different Colours fading through axis
Thank you
saw0
Hello!
Will there be eventually a program to make patterns for the cube?
How could you now possibly program it, i can’t understand how you would e.g make different Colours fading through axis
Thank you
saw0
Rainbowduino can drive the Rainbowcube well.
Thanks
Albert
Can you post some programming guide or links to resources
right now all i have is a colorful cube light
congratulations
How about this one, just a demo sketch, compiled under Arduino 0017 is OK.
Rainbow_move.rar (1.75 KB)
Thanks for the code snippet except :
void _main(void)
{
_init();
unsigned char color=0,row=0,dots=0,position=0;
for(;;)
{
}
}
I guess your using the ISR? … and it’s directly written to the Rainbowduino?
i need to buy your UartSB now … i was hoping to stay with default Rainbowduino firmware and talk to the cube via i2c