Controlling LEDs brightness individually using one 74HC595?

Hey guys, I'm new here and this is my first topic. I got some problems and well, googling doesn't seem to help me with this. I'm doing some LED stuffs and wonder if it possible to control the brightness of 8 LEDs connected to the same shift register individually?(i use 74hc595). From some research, I know that I can set the brightness via enable pin, but if i do this, all 8 LEDs will be set to the same brightness level.

Thanks in advance :slight_smile:

You need the shiftPWM libary to do this.

ahahhh, thank you very much. I will try this! :slight_smile: