Skip to content

Commit 45fb284

Browse files
committed
Linting
1 parent 0a868a2 commit 45fb284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pybadger_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pybadger.show_badge(name_string="Blinka", hello_scale=2, my_name_is_scale=2, name_scale=3)
66

77
while True:
8-
pybadger.auto_dim_display(delay=10) # Remove this line if you have the PyBadge LC since there's no accelerometer
8+
pybadger.auto_dim_display(delay=10) # Remove or comment out this line if you have the PyBadge LC
99
if pybadger.button.a:
1010
pybadger.show_business_card(image_name="Blinka.bmp", name_string="Blinka", name_scale=2,
1111
email_string_one="blinka@", email_string_two="adafruit.com")

0 commit comments

Comments
 (0)