Hi,
Daniel Garcia hat eine überarbeitete Version von FastSPI_LED veröffentlicht. Hier:
http://code.google.com/p/fastspi/downloads/detail?name=FastSPI_LED2.Preview.20130218.zip&can=2&q=
Als einen Vorteil sehe ich, dass man jetzt die Datenstruktur des Bildspeichers selbst definieren kann und zum Anzeigen einfach einen Pointer übergibt, wo die Daten sind.
Die Beschreibung (http://waitingforbigo.com/2013/02/19/fastspi_led2_preview_release/) liest sich vielversprechend, u.a.:
Silent switching between hardware SPI (6.6+ Mbps) usage and high performance software SPI (2.7Mbps on 16Mhz arduino!) based on selected pins
Software based SPI increases ability to play nicely with other SPI libraries/data
Ability to run multiple sets of led strips in parallel on different pins
Small when compiled, depending on chipsets/options, as little as a few hundred bytes (compared with over 12kb in the old library)
Support for using ARGB data structures (up to you to do your own A based blending, however!). Not yet supported on all chipsets.
Grüße Helmuth