Added 'rainbow' boot sequence

Moved color transform to utils lib
This commit is contained in:
T. van der Zwan
2013-08-23 16:24:10 +00:00
parent 6ee94409dc
commit 3d02fecc7a
20 changed files with 218 additions and 78 deletions

View File

@@ -2,9 +2,7 @@
#include <iostream>
#include <cmath>
#include <../../libsrc/hyperion/ColorTransform.h>
using namespace hyperion;
#include <utils/ColorTransform.h>
int main()
{