ConsoleSender¶
-
class
ledwall.components.
ConsoleSender
¶ -
init
(panel)¶ Sets the associated display. This method will be called by the display, so don’t call this method directly. When update() is called, the implementation can access the display via the property ‘panel’. (I know, it’s confusing and will be changed in the future).
-
update
()¶ This method will be called every time, the sender should update the physical led display and should be implemented in every derived class.
-