Skip to content

Commit

Permalink
adafruit_circuitpython_ticks rather than supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard committed Jun 23, 2024
1 parent 2e3b344 commit 34bb2f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adafruit_display_text/scrolling_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"

from supervisor import ticks_ms
from adafruit_ticks import ticks_ms
from adafruit_display_text import bitmap_label

try:
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"adafruit_bitmap_font",
"fontio",
"bitmaptools",
"supervisor",
]


Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
Adafruit-Blinka-displayio>=0.10.2
Adafruit-Blinka
adafruit-circuitpython-bitmap-font
adafruit-circuitpython-ticks

0 comments on commit 34bb2f1

Please sign in to comment.