RGB style in Pironman v.2

Is it possible to set RGB style constant glow in Pironman v.2 without preset effects

I’m very sorry, I don’t quite understand what you mean. I suggest you describe your problem in detail.

  1. Our pironman software has four display modes for you to choose from: breathe, leap, flow, raise_up.
    For example: sudo pironman -rs leap
  2. You can also modify the RGB colors by yourself.
    You can use the RGB color comparison table to choose your favorite color:
    https://tool.oschina.net/commons?type=3
    For example, if you want to change the RGB color to Red (as shown in the picture):
    sudo pironman -rc FF0000

032601

I want the LEDs to just burn in one color without modes, such as breathe

We’ve taken your feedback on board, and now we’ve added a static mode which is also equivalent to no mode.
It means that the current RGB color is always lit.
Now you need to update your code base:
cd ~/pironman
git pull
sudo python3 install.py
After successful installation, reboot the Raspberry Pi.
Go ahead and run the sudo pironman -rs static command again to do so.

Thank you. This is exactly what I wanted.

1 Like