Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-12Fix ordering of steping the ditheringDaniel Garcia
2014-03-12Re-enable the extra bit output in the trinket codeDaniel Garcia
2014-03-12Fuck you, gcc. Just fuck you.Daniel Garcia
2014-03-11Make FastLED.addLeds return a reference instead of a pointer.Daniel Garcia
2014-03-11First pass at color/temperature correction codeDaniel Garcia
2014-03-11Fix up trinket dithering/timing/flag statesDaniel Garcia
2014-03-11Cleaning up some of the SAM hardware SPI bitsDaniel Garcia
2014-03-11Fix math noise errorDaniel Garcia
2014-03-11Due hardware SPI, FTW\!Daniel Garcia
2014-03-10Merge commit '2e5f90f' into DitheringDaniel Garcia
2014-03-10Reference/beginning of hardware SPI support for the due, some other code cleanupDaniel Garcia
2014-03-10Extend GW6205 support to the other clockless platformsDaniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
2014-03-10Fix the trinket avr code for the mega and it's higher i/o port pin layoutsDaniel Garcia
2014-03-09Fix some k20 related bugsDaniel Garcia
2014-03-09Cleanup some spurious code from the asmDaniel Garcia
2014-03-09Converting the clockless code to use the new pixels object for setting up dit...Daniel Garcia
2014-03-09poking examplesDaniel Garcia
2014-03-09doc updatesDaniel Garcia
2014-03-09Centralized the rgb data load, advancing, scaling, and dithering code. This ...Daniel Garcia
2014-03-06Fix compile errors for avrDaniel Garcia
2014-03-05Fixed port definitions for ATtiny45Tobias Ebsen
2014-03-04Pull mark's changes back into trinket codeDaniel Garcia
2014-03-04Apply mark's adjustments for the dithering and add to the sam3x as wellDaniel Garcia
2014-02-22Update README.mdDaniel Garcia
2014-02-20turn off the selected dither indicator in pixel 0Daniel Garcia
2014-02-20turning k20 dithering into a playground with different values/styles of dithe...Daniel Garcia
2014-02-20Courtesy of Paul's NeoPixel code, discovered the teensy's DWT_CYCCNT - switch...Daniel Garcia
2014-02-20Some more teensy 3/3.1 workDaniel Garcia
2014-02-19small tweakDaniel Garcia
2014-02-19Dithering, rgb balance, video scaling code put into k20 codeDaniel Garcia
2014-02-19Fixing regular AVR build, flipping all AVR code over to using the clockless_t...Daniel Garcia
2014-02-19The moon. The mother fucking moon. Working dithering, RGB adjust, inline sc...Daniel Garcia
2014-02-19Initial checkin of the dithering/white balance code for the trinketDaniel Garcia
2014-02-13fixing delay, againDaniel Garcia
2014-02-13Fix FastLED.delayDaniel Garcia
2014-02-13Switch brightness over to CRGB as wellDaniel Garcia
2014-02-13Adding a file to track adding dithering supportDaniel Garcia
2014-02-13Add dithering support for clockless chips on the dueDaniel Garcia
2014-02-11Preliminary test support for the GW6205 dropping 4 0 bits after the 8 bits of...Daniel Garcia
2014-02-11Fix issues #26 (ensure LPD8806's 8-7bit conversion doesn't drop non-black pix...Daniel Garcia
2014-02-06Changing max LPD8806 speed to match datasheetDaniel Garcia
2014-02-06Fixing build error on some platformsDaniel Garcia
2014-01-29Adding grey aliases for the gray colors.Daniel Garcia
2014-01-27Some more tweaking/spreading out of the SPI codeDaniel Garcia
2014-01-27actually add the new split out fastpin header filesDaniel Garcia
2014-01-27Splitting pin definitions out into platform specific filesDaniel Garcia
2014-01-27splitting out clockless code into all its own header filesDaniel Garcia
2014-01-27Resolve #16 - adding support for the UCS1903B everywhere.Daniel Garcia
2014-01-21Tweak/fix P9813 timing according to data sheetDaniel Garcia