Skip to content

Commit

Permalink
Undo LED offset as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaman authored and thinkl33t committed Jun 2, 2024
1 parent 180eb36 commit 15bf0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/simple_tildagon.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def set(led_number, state):
# TODO : Ideally shouldn't need to run _setup_leds each use of set_led
led._setup_leds()

tildagonos.leds[led_number-1] = state
tildagonos.leds[led_number] = state
tildagonos.leds.write()


Expand Down

0 comments on commit 15bf0a8

Please sign in to comment.