We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a868a2 commit 45fb284Copy full SHA for 45fb284
examples/pybadger_simpletest.py
@@ -5,7 +5,7 @@
5
pybadger.show_badge(name_string="Blinka", hello_scale=2, my_name_is_scale=2, name_scale=3)
6
7
while True:
8
- pybadger.auto_dim_display(delay=10) # Remove this line if you have the PyBadge LC since there's no accelerometer
+ pybadger.auto_dim_display(delay=10) # Remove or comment out this line if you have the PyBadge LC
9
if pybadger.button.a:
10
pybadger.show_business_card(image_name="Blinka.bmp", name_string="Blinka", name_scale=2,
11
email_string_one="blinka@", email_string_two="adafruit.com")
0 commit comments