rosalina: screen_filter: save up around 10K using this simple trick

This commit is contained in:
TuxSH
2020-04-16 19:50:18 +01:00
parent c7551a731c
commit a67e8e60c6
3 changed files with 10 additions and 8 deletions

View File

@@ -144,10 +144,10 @@ void screenFiltersSetTemperature(int temperature)
memset(&cs, 0, sizeof(cs));
cs.temperature = temperature;
cs.gamma[0] = 1.0F;
/*cs.gamma[0] = 1.0F;
cs.gamma[1] = 1.0F;
cs.gamma[2] = 1.0F;
cs.brightness = 1.0F;
cs.brightness = 1.0F;*/
applyColorSettings(&cs);
}