Skip to content

Backend Manual

Jean-Baptiste Le coz edited this page Oct 24, 2023 · 4 revisions

Button

By default, ImagePainting handle the 2 push buttons (BTNA and BTNB) like this :

  • BTNA "short click" : --> Play/Pause : Play or pause your running animation. If Playlist? is true if will render it, else it would render the current parameter from the Parameter screen

  • BTNA "long click" : --> Burn : Set the LED Strip to the first column of the Bitmap for special effect. Stop your running animation. If Playlist? is true if will take the parameter of its first element, else it would take the current parameter from the Parameter screen

  • BTNB "short click" : --> Stop : Turn off your LED Strip and Stop your running animation in any case.

  • BTNB "long click" : --> Light : Set the LED Strip to Color to use it as a flashlight or for special effect. Stop your running animation. If Playlist? is true if will take the parameter of its first element, else it would take the current parameter from the Parameter screen.