smujzee / lolshield

Automatically exported from code.google.com/p/lolshield
0 stars 0 forks source link

Fewer LEDs lit at a time. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the library allows for up to 11 LEDs to be lit at once.
Unfortunately, the Arduino doesn't supply enough current to light all of
them brightly, so you get a dimming across the bus. However, decreasing the
number of LEDs lit at once decreases the frame rate.

It needs to be determined at what point the number of LEDs lit, and the
frame rate is both uniform and acceptable for the LoL Shield.

Original issue reported on code.google.com by jaypee4...@gmail.com on 28 May 2010 at 5:56

GoogleCodeExporter commented 9 years ago
Perhaps allowing the library user to tweak the refresh rate would help?  Adding 
a
call to adjust the value of tcnt2 might work.

Original comment by Matt.M...@gmail.com on 28 May 2010 at 6:41

GoogleCodeExporter commented 9 years ago
Donezor, in SVN revision 13. Accomplished by doubling the number of steps in 
the display routine, and splitting updates across them based on pin_high

Original comment by Matt.M...@gmail.com on 21 Jul 2010 at 4:58