mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
SenseHAT: accept number payload as text message
This commit is contained in:
@@ -89,9 +89,11 @@ class ScrollThread(threading.Thread):
|
||||
try:
|
||||
SH.show_message(self.message,text_colour=self.fcol,back_colour=self.bcol,scroll_speed=self.speed)
|
||||
except:
|
||||
SH.set_rotation(old_rotation,False)
|
||||
SH.clear(self.bcol);
|
||||
pass
|
||||
try:
|
||||
SH.set_rotation(old_rotation,False)
|
||||
SH.clear(self.bcol);
|
||||
except:
|
||||
pass
|
||||
|
||||
def interrupt(self):
|
||||
if not self.isAlive():
|
||||
|
||||
Reference in New Issue
Block a user