kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
806 stars 270 forks source link

Using a numeric range in pixel animation only lights first LED in range. #256

Open AevumDecessus opened 6 years ago

AevumDecessus commented 6 years ago
jeremy-rm commented 6 years ago

I think it's actually only using the first in the range, not the last. The same happens when using a list (e.g. 88,89,90...) also, only the first is used.

@AevumDecessus The bottom-right LED is 88, continuing clockwise, with 119 being on the right side just above 88. See: https://kll.wiki/index.php?title=K-type_LED_map

AevumDecessus commented 6 years ago

Good catch. Still a problem, but I've updated the description to be accurate.