The board just looks like a dip connection for the meanwell Ldd-h with 10 resistors on each so the led's won't go to max brightness when the arduino is off.
The transistors to boost it to a 5v pwm? Would that be the same as using a logic level converter?
Jepaly:
The transistors to boost it to a 5v pwm? Would that be the same as using a logic level converter?
Yes a simple transistor will do. Note that if this results in an inverted signal then that is fine too. Instead of the value you would normally use for an analogWrite just use 255 - value .
Ok sounds good I appreciate the help. Now how does pwm work? It's not where 3.3v is max output so the device reads this as max power? Guess I never understood really how pwm works.