mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-23 06:05:49 +00:00
o Try to get as much prio as possible.
This commit is contained in:
parent
373f9f629d
commit
a8c013e830
1 changed files with 1 additions and 1 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue