Skip to content

Using BoomBeastic Emoji drawing

Carlo Maria Curinga edited this page May 17, 2017 · 6 revisions

By default, the LED Matrix Display is used to display the device state from the resin-supervisor.

BoomBeastic exposes a simple interface that allows you to draw on its LED Matrix display.

You can reach it by pointing your browser to the BoomBeastic IP1 under the /emoji/ URI:

http://boombeastic_ip/emoji/ where boombeastic_ip is your device IP1.

LED Matrix Drawing

  • Click on a grid dot to draw on it
  • Click on the green button to apply your design
  • Click on the red button to clear the LED Matrix
  • Click on the yellow button to restore the resin-supervisor diagnostic

APIs

Method Parameters Description
POST /v1/draw/<emoji> <emoji> needs to be a string of 64 comma separated bools ( 0,0,1,0,1... ) draws the given emoji
PUT /v1/draw resets the LED Matrix to show the Resin.io Supervisor state
DELETE /v1/draw clears the LED Matrix shutting down all pixels

1 You can read about how to retrieve your BoomBeastic IP here