We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6321e13 commit 4e9ae6cCopy full SHA for 4e9ae6c
1 file changed
Dashblock_API/dashblock_learn.py
@@ -1,7 +1,7 @@
1
"""
2
Dashblock API Adafruit Learn Guide Count demo
3
-Using Dashblock to cerate a custom API,
4
-display the number of learn guides on learn.adafruit.com
+Use Dashblock to create a custom API for learn.adafruit.com,
+then display the number of learn guides on the site
5
6
7
import time
@@ -31,7 +31,7 @@
31
status_neopixel=board.NEOPIXEL,
32
default_bg=cwd+"/adabot_cover.bmp",
33
text_font=cwd+"/fonts/Collegiate-50.bdf",
34
- text_position=((40, 100)), # definition location
+ text_position=((40, 100)),
35
text_color=(0x8080FF),
36
text_maxlen=(4), # max text length, only want first 4 chars for number of guides
37
caption_text=CAPTION,
0 commit comments