Skip to content
Snippets Groups Projects
Commit 980de4ac authored by William Fish's avatar William Fish
Browse files

Merge branch 'ledperformance' into 'master'

Resolve "LEDperformance"

Closes #1

See merge request !4
parents eea90a82 ca7014f2
Branches
Tags
1 merge request!4Resolve "LEDperformance"
......@@ -3,6 +3,7 @@
// Visualizer 2
//
// Created by james carty on 08/03/2018.
// William Fish - serial communication
//
#include "Visualizer.h"
......@@ -19,20 +20,10 @@ void Visualizer::setup() {
}
nBandsToGet = 256;
//for (int x = 0; x < 60; x++){ printing for ide
//
// std::cout << "strip.setPixelColor(" << x << ",strip.Color(200,0,0));"<< std::endl;
//}
ofEnableSmoothing();
ofSetFrameRate(60); //speed up frame rate
//serial + serial debugging
//serial.listDevices();
//vector <ofSerialDeviceInfo> deviceList = serial.getDeviceList();
serial.setup("COM5",57600);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment