MicroCore
A light-weight Arduino hardware package for ATtiny13 (by MCUdude)
FastLED
The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements. (by FastLED)

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MicroCore
Posts with mentions or reviews of MicroCore.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-25.
-
Arduino Nano as ISP wrong signature error
Installed MicroCore 2.3.0 and setup following settings in 'Tools" tab:
-
Is porting the ATtiny13 even feasible?
I've done some digging (mainly into wiring.c) and I noticed a slight problem: the micro core used for the ATtiny13/ATtiny13A doesn't provide the timer0_millis variable. The millis() implementation only has some inline assembly which I don't fully understand.
FastLED
Posts with mentions or reviews of FastLED.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-10.
-
Guru Meditation Error if more than 2 Pins/ 2 controller are used with filehandling
I used the examples from here https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples
- FastLED's newest feature - HD mode for the APA102/SK9822/Dotstar LEDS
- High Bit Depth Gamma Correction Algorithm for APA102/Dotstar LEDs
- Is there an alternative to using two WS2811 ics to control RGBW channels [first image], and are there any adjustments needed for the current regulator circuit [second image] ?
- Frames getting stuck with ESP32 and 16 by 16 LED Matrix
- changing brightness of the individual led's?
- Arduino Due SPI to control LED strip(s)
- Powering 300 LEDs w/ battery
- led_sysdefs_avr.h error
-
Multiple RGB outputs
Sweet. Then pretty much any arduino or other microcontroller would take care of what you need. The strips only take one output pin plus power and ground so just about everything will work for driving them. They act like a long shift register so the single pin is all that's needed to load the full strip with whatever patterns you want regardless of the length. You just have to tell it how many LEDs there are in total is all. Check out the FastLED library. You can learn more about it there and/or install the library in the IDE by pressing "ctrl shift I" for windows or "command shift I" for mac and search for it in the upper search area and install it right there. It comes with working examples too so all you would have to do is install the library, load one of the new example sketches that came with it, and probably edit the example to change the NUM_LEDS count to match what you're working with.

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured