-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
As I simply could not find any documentation on this, I'm misusing GItHub issues to ask this question and also suggest documenting this:
https://github.com/pimoroni/keybow-firmware/blob/master/keybow/lights.c#L108
What's that magic number? Why not 255 instead of 227? 255 seems to do the job as well. And what's that field in first place? I first thought it's the brightness, however, while it does seem to make the LEDs brighter when running at 255 instead of 227, it does not seem to support all numbers.
Could you please give some insights on this?