Commit Graph
23 Commits
Author SHA1 Message Date
Michael Miller 7743a76242 Refactored To Remove CSS3 define
Accessing the extended string names no longer requires editing a library
header file.
2016-07-04 13:19:25 -07:00
Michael Miller 21266a6664 Html String Improvements 2016-07-03 12:39:22 -07:00
Unai Uribarri 4e7c53478a AVR needs to use some macros to access PROGMEM 2016-06-17 13:20:38 +02:00
Michael Miller c8938e0ba6 Merge pull request #108 from unaiur/esp8266-async-uart
Esp8266 async uart
2016-06-16 12:40:51 -07:00
Unai Uribarri b44d7a6da5 Allow to convert HtmlColor from/to an string 2016-06-16 10:14:36 +02:00
Unai Uribarri 68e48b7957 Add new method NeoEsp8266AsyncUart*KbpsMethod
Add two new methods NeoEsp8266AsyncUart800KbpsMethod &
NeoEsp8266AsyncUart400KbpsMethod, which uses UART1 interrupts to
output all pixels asynchronously.

Also, refactor old UART code to share as much code as possible.
2016-06-15 22:24:07 +02:00
Makuna 6d901595fe NeoBitmapFile 2016-04-23 14:40:01 -07:00
Makuna 007268ca00 Better Naming 2016-04-16 14:11:13 -07:00
Makuna c801d09644 Buffers 2016-04-16 12:52:21 -07:00
Makuna 6390316aed refactor rotate and shift
fixed bug
improved speed slightly
added ClearTo for range of pixels
2016-04-07 13:55:37 -07:00
Makuna 6e860c939d RotateAndShift
New Rotate and Shift, both Left and Right methods
Optimized ClearTo method
Updated keywords
Updated version
2016-04-06 17:52:17 -07:00
reaper7 d343e630b4 new feature NeoRbgFeature 2016-04-06 17:03:59 +02:00
Makuna 2ee5b14079 Move _table into CPP
This fixes build issue when a sketch includes of NeoPixelBus.h in a
project from multiple cpp.
2016-04-03 10:52:32 -07:00
Makuna 9ae3aee7be A Few Fixes
Removed debug serial output
Fix bug in animator where it would stop processing animations too early
Added NeoGrbwFeature for common RGBW strips
Cleaned up a sample that misbehaves if you change the pixel count
2016-04-02 16:09:10 -07:00
Makuna 9244cbbfcf Esp8266 Dma Method now supports dynamic DMA duffer descriptors
Fixes limit of 341/255 pixel counts to limit of memory
2016-04-02 12:38:38 -07:00
Makuna b1c050b9c7 Esp8266 Dma Method Redesing 2016-04-01 15:11:33 -07:00
Makuna d351014ac8 Hue Blend Direction support 2016-03-28 12:21:11 -07:00
Makuna 0b6862852c esp8266Compiled
const & in template causes near 100 bytes extra code, so removed
2016-03-20 11:20:50 -07:00
Makuna 3dbfae7fc4 Topology, Curves, Gamma, and Samples
Topology, Tiles, and Mosaic layout
Animation Curves
Color Gamma correct
change timescale dynamically on NeoPixelAnimator
bilinear color blend methods
new samples to support new features
2016-03-20 10:06:58 -07:00
Makuna c7b07b43cd HtmlColor 2016-03-05 18:50:23 -08:00
Makuna 6e3a3427a0 Moved Files to hidden folders.
This makes the Include Library only include the two main headers
2016-03-03 14:38:35 -08:00
Makuna c4f711a14b Fix Hsb Convert 2016-03-01 16:24:26 -08:00
Makuna 62f699c120 V2 2016-02-28 22:09:31 -08:00