diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 22:11:31 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 22:11:31 (GMT) |
| commit | 0acbcc415bbc3ab5b80aeee23ce4258052d9ac2e (patch) | |
| tree | ca05741b92067b158965a49288b5c1920a1a9979 /wasp/boot.py | |
| parent | a34d65d7fdfbbaaa3e6484dfebe914378f478ca2 (diff) | |
wasp: Reorganise the board support
Diffstat (limited to 'wasp/boot.py')
| -rw-r--r-- | wasp/boot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/boot.py b/wasp/boot.py index 79601e7..08d5c12 100644 --- a/wasp/boot.py +++ b/wasp/boot.py @@ -1,6 +1,6 @@ import logo -import pinetime +import watch -pinetime.display.rleblit(logo.pine64, fg=0xffff) +watch.display.rleblit(logo.pine64, fg=0xffff) |
