1
0
Fork 0

Convert backlight to follow driver rules pattern

This commit is contained in:
zvecr 2019-11-05 23:44:43 +00:00
parent 80c2e26741
commit d4c23d881f
2 changed files with 9 additions and 10 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