mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.7.15
* add NTP sync interval #1019 * adjusted range of contrast / luminance setting #1041 * use only ISO time format in Web-UI #913
This commit is contained in:
parent
c9d705baa4
commit
984e344f05
10 changed files with 31 additions and 13 deletions
|
@ -44,7 +44,7 @@ class DisplayMono64X48 : public DisplayMono {
|
|||
void config(bool enPowerSafe, bool enScreenSaver, uint8_t lum) {
|
||||
mEnPowerSafe = enPowerSafe;
|
||||
mEnScreenSaver = enScreenSaver;
|
||||
mLuminance = lum * 255 / 100;
|
||||
mLuminance = lum;
|
||||
}
|
||||
|
||||
void loop(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue