1
0
Fork 0

Merge pull request #7276 from zvecr/feature/backlight_driver_config

Convert backlight to follow driver rules pattern
This commit is contained in:
Joel Challis 2019-12-16 16:39:54 +00:00 committed by GitHub
commit adb72b60b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 19 deletions

View file

@ -5,9 +5,7 @@ AUDIO_ENABLE = yes
WS2812_DRIVER = bitbang
# Force task driven PWM until ARM can provide automatic configuration
ifneq ($(strip $(BACKLIGHT_ENABLE)), no)
BACKLIGHT_ENABLE = software
endif
BACKLIGHT_DRIVER = software
# The rest of these settings shouldn't change