mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 10:32:10 +08:00
tici: fix backlight timer interval
old-commit-hash: 0300eb3849609de4e8975b4c939e79ba9605b11a
This commit is contained in:
@@ -220,7 +220,7 @@ void GLWindow::initializeGL() {
|
||||
wake();
|
||||
|
||||
timer->start(0);
|
||||
backlight_timer->start(BACKLIGHT_DT * 100);
|
||||
backlight_timer->start(BACKLIGHT_DT * 1000);
|
||||
}
|
||||
|
||||
void GLWindow::backlightUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user