HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
251 stars 138 forks source link

propsal: make LoraWan_RGB independent of actual RGB usage #205

Open eikaramba opened 2 years ago

eikaramba commented 2 years ago

currently there is no way to deactivate the internal RGB status flashes without completely deactivating all RGB functionality (then you cannot use the rgb at all anymore in your code)

i propose to decouple this. the LoraWan_RGB setting should only enable/disable the internal RGB usages. then you can still use it in your code to indicate stuff. another variable can be used to completely disable the rgb (if that is even needed)

gasagna commented 1 year ago

I agree. I tried to set LoraWan_RGB to zero and develop custom code for the NeoPixels, but I have been unable to do this so far.