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