24 neopixel ring #38
Replies: 2 comments 6 replies
-
Good question, in theory it should if you change: #define CYCLOTRON_NUM_LEDS 35 that to 24. However it may spin too fast, so you may need to use lower delay multipliers on these: const int i_2021_inner_delay = 10; As those are configured for 35 rings. The lower the number the slower it will go. So maybe try a 8 for 2021 and 4 for 1984. Adjust as needed. Let me know how it looks and what numbers you find looked the best for a 24 ring, then it can be added to the code. |
Beta Was this translation helpful? Give feedback.
-
Closing this out as the new EEPROM menu provides a standard option for 24-pixel inner cyclotron rings as well as other popular sizes. |
Beta Was this translation helpful? Give feedback.
-
I'm going to attempt the 24 neopixel ring, is it as simple as changing the code to reflect that number in the ring?
Beta Was this translation helpful? Give feedback.
All reactions