Hi everyone Can some one kindly let me how to set different brightness levels

Hi everyone
Can some one kindly let me how to set different brightness levels on different pin pouts on FastLed.
I have 8 strings attached to a tinnsy 3.1
I like to set different brightness levels for each strip, can this be done?

EXAMPLE
#define BRIGHTNESS_one 100
#define BRIGHTNESS_two 60

Then on the void setup(){

Tried
oneLEDs. SetBrightness_one
twoLEDs.SetBrightness_two

This didn’t work, still learning to program. So any help or some examples will be much appreciated.
Thank

Not really, no. The brightness setting is global - I haven’t yet put together a good way to do per strip brightness. You’d have to scale the other strips manually (though it would be a destructive scaling).

Thanks Daniel, at the monent I have connected few rectifiers to drop the voltage slightly on few strips, I thought that there is a better way than mine.
Thanks again for the quick reply.

@Chithru_Mihiripenna ​ Is this anything like what you want to do? See @Daniel_Garcia ​’s example in that discussion.
https://plus.google.com/109724468732455410411/posts/9Syyjgyu9Ak

Ah, right! I forgot about (ab)using color correction to do this :slight_smile:

Hi Daniel and Marc
Thank you for the support, as always. I will give this a try.