Skip to content

Commit

Permalink
Add keycode to console disply
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Nov 13, 2024
1 parent 1980be1 commit c062f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/PiFinder/hwtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ def main(
kp_level = 0
else:
kp_level = 10
console.write(f"key: {keycode}")
console.update()
set_keypad_brightness(kp_level)

except KeyboardInterrupt:
Expand Down

0 comments on commit c062f54

Please sign in to comment.