mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Let unicorn node handle block sized sprites
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
<p>Any msg with a <code>topic</code> identifies a 'sprite', which can then
|
||||
be moved independently. A 'sprite' can be a single pixel or a group of pixels.</p>
|
||||
<p>Setting <code>payload</code> to <code>0</code> will delete the sprite from the list.</p>
|
||||
<p>Setting <code>payload</code> to <code>CLS</code> will clear the display to off and delete any sprites.</p>
|
||||
<p>Setting <code>payload</code> to <ode>DEL</ode> will delete any sprites, and leave the background.</p>
|
||||
<p>Setting <code>payload</code> to <code>CLEAR</code> will clear the display to off, and delete any sprites.</p>
|
||||
<p>Setting <code>payload</code> to <ode>DELETE</ode> will delete any sprites, and leave the background.</p>
|
||||
<p>The brightness may be set by setting <code>payload</code> to <code>brightness,nn</code> where nn is 0 to 100.</p>
|
||||
<p>The rotation may be set by setting <code>payload</code> to <code>rotate,rr</code> where rr is 0, 90, 180 or 270.</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user