24 Commits

Author SHA1 Message Date
Makuna
db86f7dd6f Revert "Merge pull request #22 from sticilface/Fork-In-Eye-UART"
This reverts commit da5a8b9213, reversing
changes made to 36cb67dac9.
2015-09-03 14:23:56 -07:00
Andrew Melvin
e4847e6991 working separate files 2015-08-27 18:54:15 +01:00
Andrew Melvin
cf00e8a41b not working 2015-08-27 07:30:16 +01:00
Andrew Melvin
e620850707 Moved to external cpp file 2015-08-26 17:36:32 +01:00
Andrew Melvin
6a669f9390 Attempted 400Khz support 2015-08-24 19:06:34 +01:00
Andrew Melvin
bca827145d UART driven neopixels using Serial1 2015-08-24 18:30:50 +01:00
Makuna
92edf4d2a2 Applied Mem attribute to show method
This should fix the initial "off" color pixel.
2015-06-14 17:05:10 -07:00
Makuna
3f798a16ba Fix bad Merge 2015-06-08 18:23:53 -07:00
Makuna
07360645af Out of bounds pixel count check
Added ISYNC
2015-06-08 17:49:18 -07:00
Makuna
503c7e3d7b FirstPixelBitCleanup
The first bit on some esp8266 will get elongated, this change has shown
to cause this to be fixed.
2015-05-28 11:22:05 -07:00
Makuna
4746c35db4 Use common esp8266 functions
The change were refactored and put into common locations for others.
This now syncs to use those
2015-05-10 16:38:28 -07:00
Makuna
6f431748b4 sync instructions and data also 2015-05-05 18:24:26 -07:00
Makuna
20533bb0dd Better esp8266 support
Merge changes from Arduino library
Include critical section locks to stop level 14 interrupts
2015-05-05 17:19:59 -07:00
Makuna
d2c4b417a5 work around for first bit glitching
forcing the pin low seems to fix the first bit having glitches in width.
2015-05-02 15:23:57 -07:00
Makuna
880552a4d9 Merge branch 'UseCycles'
Conflicts:
	NeoPixelBus.cpp
2015-05-02 13:46:43 -07:00
Makuna
b1e6be2ba5 Use CCOUNT to time pulses 2015-05-02 13:41:22 -07:00
Makuna
3205cdc0ff Small tuning 2015-05-01 17:45:47 -07:00
Makuna
70816eeb52 Reasonable with Glitches 2015-05-01 12:12:53 -07:00
Makuna
3853080e4e Tuned esp8266
timing tuned using logic analyser
2015-04-30 15:25:53 -07:00
Makuna
236d9f7849 esp8266 support 2015-04-30 14:41:03 -07:00
Makuna
2085fc524e Show only when we have changes
Keep track of a dirty flag and only do the time consuming communications
if there has been a change
2015-01-12 15:49:13 -08:00
Makuna
71dd6e53cf provide better samples and more
two samples now are included
improved the readme (changed from txt to md)
NEO_RGB doesn;t require 400khz support, and 400khz support by default
isn't compiled in
2014-12-15 18:51:52 -08:00
Makuna
b06f90a0af SetPixelColor clears Animation state
If there is an active animation for the pixel when SetPixelColor is
called, it will be stopped.
2014-10-13 10:25:46 -07:00
Makuna
5f484cf939 NeoPixel enhancements
This starts with Adafruit's NeoPixel library and reworks it a little to
enhance support for animations.
2014-10-06 11:44:16 -07:00