mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Aura improvements
This commit is contained in:
@@ -571,6 +571,8 @@ namespace GHelper.USB
|
|||||||
|
|
||||||
timer.Enabled = false;
|
timer.Enabled = false;
|
||||||
|
|
||||||
|
Logger.WriteLine($"AuraMode: {Mode}");
|
||||||
|
|
||||||
if (Mode == AuraMode.HEATMAP)
|
if (Mode == AuraMode.HEATMAP)
|
||||||
{
|
{
|
||||||
CustomRGB.ApplyHeatmap(true);
|
CustomRGB.ApplyHeatmap(true);
|
||||||
@@ -678,7 +680,7 @@ namespace GHelper.USB
|
|||||||
screen_low.Dispose();
|
screen_low.Dispose();
|
||||||
screeb_pxl.Dispose();
|
screeb_pxl.Dispose();
|
||||||
|
|
||||||
bool is_fresh = false;
|
bool is_fresh = init;
|
||||||
|
|
||||||
for (int i = 0; i < zones; i++)
|
for (int i = 0; i < zones; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user