projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b571112
)
Show
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Fri, 1 Dec 2017 18:53:35 +0000
(10:53 -0800)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Fri, 1 Dec 2017 18:53:35 +0000
(10:53 -0800)
src/py/bbctrl/LCD.py
patch
|
blob
|
history
diff --git
a/src/py/bbctrl/LCD.py
b/src/py/bbctrl/LCD.py
index 6616baa4b629ed5b2c89e32e20622a60016cd38a..e9d36fbad8baa5b047fa383256300c5b557af5c5 100644
(file)
--- a/
src/py/bbctrl/LCD.py
+++ b/
src/py/bbctrl/LCD.py
@@
-64,6
+64,7
@@
class LCD:
self.pages = []
self.current_page = 0
self.screen = self.new_screen()
+ self.set_message('Loading...')
# Redraw screen every 5 seconds
self.redraw_timer = tornado.ioloop.PeriodicCallback(self._redraw, 5000,