Skip to content

Commit

Permalink
Fix imports (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-lalia authored Aug 25, 2024
1 parent 8fb9b80 commit a06efef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/hydra/simpleterminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
When `immediate` is set to `True` (the default value), it draws and shows itself every time you print to it.
When `False`, only draw when you call the draw method. You must call `Display.show` manually.
"""
from lib.display import Display
from lib.hydra.config import Config


_MH_DISPLAY_HEIGHT = const(135)
_MH_DISPLAY_WIDTH = const(240)
Expand Down

0 comments on commit a06efef

Please sign in to comment.