Fix backlight for XD84 (#11309)

Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
master
Joe Hu 2020-12-30 06:12:58 +08:00 committed by GitHub
parent 2573ed8c6b
commit 824e1cd95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#define BACKLIGHT_PIN B5
#define BACKLIGHT_LEVELS 10
#define BACKLIGHT_ON_STATE 0
// #define BACKLIGHT_BREATHING
#define RGB_DI_PIN C7