Initial commit including a linear color smoother

Former-commit-id: ffc00087996324f989e56dc5c95ab734c7c86dfa
This commit is contained in:
johan
2013-10-27 18:04:37 +01:00
parent 73243eb593
commit 0b08341ef1
11 changed files with 216 additions and 8 deletions

View File

@@ -157,9 +157,6 @@ int main(int argc, char** argv)
int rc = app.exec();
std::cout << "Application closed with code " << rc << std::endl;
// Clear all colors (switchting off all leds)
hyperion.clearall();
// Delete all component
delete bootSequence;
delete dispmanx;