Update default backlight state to match avr pwm
This commit is contained in:
parent
25d1901d7a
commit
f6b9604f4a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BACKLIGHT_ON_STATE
|
#ifndef BACKLIGHT_ON_STATE
|
||||||
# define BACKLIGHT_ON_STATE 0
|
# define BACKLIGHT_ON_STATE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BACKLIGHT_PINS
|
#ifdef BACKLIGHT_PINS
|
||||||
|
|
Loading…
Reference in a new issue