display: basic implementation of displa refresh changing

This commit is contained in:
souldbminersmwc
2025-12-24 15:45:09 -05:00
parent f7ee2bba02
commit 15fc7bc8f2
6 changed files with 909 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
#include "kip.h"
#include <i2c.h>
#include "notification.h"
#include <display_refresh_rate.h>
#define HOSPPC_HAS_BOOST (hosversionAtLeast(7,0,0))
bool isGovernorEnabled = false; // to avoid thread messes
@@ -96,7 +97,9 @@ ClockManager::ClockManager()
0x3F,
-2
);
threadStart(&governorTHREAD);
}