hackathon-dev #1
@ -46,7 +46,7 @@ def do_backlight():
|
||||
def select_next_backlight():
|
||||
global current_backlight
|
||||
current_backlight += 1
|
||||
if (current_backlight == len(backlight_level_list):
|
||||
if current_backlight == len(backlight_level_list):
|
||||
current_backlight = 0
|
||||
do_backlight()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user