o Try to get as much prio as possible.

This commit is contained in:
Henner Zeller 2014-09-13 08:15:33 -07:00
parent 373f9f629d
commit a8c013e830

View file

@ -95,7 +95,7 @@ void RGBMatrix::SetGPIO(GPIO *io) {
io_ = io;
Framebuffer::InitGPIO(io_);
updater_ = new UpdateThread(this);
updater_->Start(49); // Highest priority below kernel tasks.
updater_->Start(99); // Whatever we get :)
}
bool RGBMatrix::SetPWMBits(uint8_t value) { return frame_->SetPWMBits(value); }