forgot to update non-FIXED_BRIGHTNESS mode

This commit is contained in:
Wolfvak 2020-08-22 17:15:10 -03:00
parent a2e574a451
commit 1f2514f19e

View File

@ -152,7 +152,7 @@ void PXI_RX_Handler(u32 __attribute__((unused)) irqn)
GFX_setBrightness(newbrightness, newbrightness);
autoBr = false;
} else {
prev_bright_lvl = -1;
oldBrLvl = -1;
autoBr = true;
}
#endif