You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MINDoSOFT, yes! You should be able to just download the source and #include it in your project. There are some examples in the Arduino folder that might help you get started. At a minimum, you'll need to #include "src/core/maestro.h" to get the main file.
That sounds awesome! I don't know how cabl works, but you can take the color value directly from each pixel and pass it to cabl to send to the controller. You'd need to create a loop to loop over each pixel in the section, but it should work ok. Let me know how it goes!
Hello there !
I am trying to build PixelMaestro and use it in a C++ project. Is this possible ?
More specifically I want to use https://github.com/shaduzlabs/cabl in combination with PixelMaestro to control the LEDs on a MaschineJAM.
Thank you for this awesome library !!!
The text was updated successfully, but these errors were encountered: