color cleanup and brightness
This commit is contained in:
@ -9,6 +9,8 @@ uint16_t eepromReadHighScore();
|
||||
void eepromSetHighScore(uint16_t v);
|
||||
uint8_t eepromReadFlashColor();
|
||||
void eepromSetFlashColor(uint8_t v);
|
||||
uint8_t eepromReadBrightness();
|
||||
void eepromSetBrightness(uint8_t v);
|
||||
void eepromCommit();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user