Commit Graph

1802 Commits

Author SHA1 Message Date
Mark Kriegsman
3a03742a09
Merge pull request #1546 from zackees/apa102-hd-gamma
Implements "High Bit Depth Gamma Correction Algorithm for APA102/Dotstar LEDs" for APA102 and SK9822 chipsets
2023-10-25 13:21:07 -04:00
zackees
1f2f3da6e1 update example with more explaination 2023-10-13 00:27:48 -07:00
zackees
e0c509e16a fix typo nominator -> numerator 2023-10-12 18:17:19 -07:00
zackees
ba109e9009 improve example 2023-10-12 18:13:48 -07:00
Mark Kriegsman
bb23d6df29
Merge pull request #1547 from zackees/patch-2
Silence compiler warnings about while-guards clockless_esp8266.h
2023-10-12 20:55:16 -04:00
zackees
26cd9f1d7d adds DOTSTARHD 2023-10-12 17:40:40 -07:00
zackees
73192ff41b Implements 5bit hd gamma correction using the bit shift method for APA102 and SK9822 chipsets 2023-10-10 00:45:25 -07:00
zackees
a36b331703 Implements 5bit hd gamma correction using the bit shift method for APA102 and SK9822 chipsets 2023-10-09 20:58:30 -07:00
Zachary Vorhies
3f7dabbdb7
Silence compiler warnings about while-guards clockless_esp8266.h 2023-10-01 17:50:06 -07:00
Mark Kriegsman
2874c7c8eb
Merge pull request #1534 from marshfolx/master
add support for atmega128
2023-09-03 12:23:51 -04:00
Mark Kriegsman
0398b9a999
Merge pull request #1523 from facchinm/uno_r4_support
renesas: initial porting for UNO R4
2023-09-03 11:00:44 -04:00
Mark Kriegsman
c63fa0c8e7
Merge pull request #1514 from ssilverman/add-octo-include
Include OctoWS2811.h if USE_OCTOWS2811 is defined
2023-09-03 10:57:48 -04:00
marshfolx
c3fc9a279a add support for atmega128 2023-09-02 22:43:25 +08:00
Martino Facchin
b1f3a6613e renesas: initial porting for UNO R4
Tested on Nexopixel-like (clockless)
2023-07-10 10:41:30 +02:00
Sam Guyer
4c5738ce40
Merge pull request #1522 from dmadison/readme-docs
README Docs and Cleanup
2023-07-09 13:21:35 -04:00
David Madison
9cd988c3b2 Change README Reddit badge text to /r/FastLED 2023-07-09 06:18:55 -04:00
David Madison
13e464068d Change README build badge link to non-relative
The build badge itself is not relative, and this fixes related issues with the README markdown being rendered outside of the GitHub environment.
2023-07-09 00:04:01 -04:00
David Madison
b1b0a56ad6 Remove README installation renaming note
The Arduino library installation process no longer involves copying the folder directly into the libraries directory.
2023-07-08 23:31:45 -04:00
David Madison
998faf1a22 Rewrite the help section of the README
Focusing on a clear separation between how the Reddit forum and GitHub issues are used, and adding a blurb about documentation.
2023-07-08 23:23:43 -04:00
David Madison
907f78583b Add a "Getting Started" section to the README
Combining the "Simple Example" snippet with a few lines about how to install the library.
2023-07-08 23:11:13 -04:00
David Madison
42a60fb109 Link README build badge to build results 2023-07-08 22:59:00 -04:00
David Madison
73af59ebaa Move badges below README title block 2023-07-08 22:56:16 -04:00
David Madison
bad598c606 Remove library version number from README
This avoids having to update the README every time a new release is published.
2023-07-08 22:55:04 -04:00
David Madison
592e261b33 Remove avr-gcc version warning from README
This warning was last changed in December 2015, which was almost 8 years ago. It likely does not apply to the vast majority of current users.
2023-07-08 22:54:18 -04:00
David Madison
ba9c41effc Remove Gitter badge from README
I don't believe this is active anymore?
2023-07-08 22:49:00 -04:00
David Madison
86d29f1469 Add Reddit community badge to README 2023-07-08 22:48:27 -04:00
David Madison
09d343fd62 Add documentation badge to README
Pointing to the Doxygen documentation on GitHub pages
2023-07-08 22:47:28 -04:00
Sam Guyer
36e27402c0
Merge pull request #1515 from colincross/esp32c3_gpio_matrix_out
Use correct cancel value for gpio_matrix_out on esp32c3
2023-07-08 16:16:16 -04:00
Sam Guyer
764fe9106b
Merge pull request #1506 from dmadison/docs
Update Doxygen CI
2023-07-08 16:15:09 -04:00
Colin Cross
237db1bb97 Use correct cancel value for gpio_matrix_out on esp32c3
The documentation for gpio_matrix_out on esp32c3 is incorrect
(https://github.com/espressif/esp-idf/issues/11737), and 0x80
needs to be used instead of 0x100.  Use SIG_GPIO_OUT_IDX, which
has the correct value on all platforms.

Fixes #1498
2023-06-24 22:31:31 -07:00
Shawn Silverman
a386385945 Add OctoWS2811.h include to octows2811_controller.h files 2023-06-20 18:48:42 -07:00
Shawn Silverman
0b092422c2 Include OctoWS2811.h if USE_OCTOWS2811 is defined
This is a convenience in the style of the library already including
SmartMatrix and DmxSimple, and DMXSerial. It avoids having to include
the header every time FastLED.h is included; this can get tedious for
a larger project.
2023-06-20 18:02:35 -07:00
David Madison
8e143e204c Update Doxyfile version to 1.9.7
Using "doxygen -u" command on local machine
2023-05-29 16:12:14 -04:00
David Madison
fdbce419b6 Update deprecated actions in docs CI
checkout@v2 uses Node.js 12 which is deprecated, and the set-output workflow commands are deprecated as of October 11, 2022.
2023-05-29 15:55:49 -04:00
David Madison
14d5c981bd Update Doxygen and theme versions 2023-05-29 15:55:23 -04:00
Mark Kriegsman
23c67b720d FastLED 3.6.0 release, with new device support, library functions, and bug fixes. 2023-05-29 14:36:12 -04:00
Mark Kriegsman
caaa81b8af
Merge pull request #1505 from KhanKudo/DP1903_branch
fixed build error with newly added DP1903 Controller
2023-05-29 14:30:27 -04:00
Sam Guyer
647c1733b7
Merge pull request #1461 from nielsnl68/NoRegister
Update all REGISTER to FASTLED_REGISTER
2023-05-29 14:12:49 -04:00
KhanKudo
d4fed8a3e5 added missing secondary controller definitions 2023-05-29 20:00:55 +02:00
Mark Kriegsman
15d619db5a
Merge pull request #1504 from FastLED/revert-1479-DP1903_branch
Revert "added support for DP1903" to help diagnose build problems.
2023-05-29 12:31:42 -04:00
Mark Kriegsman
f139f380ca
Revert "added support for DP1903" 2023-05-29 12:30:08 -04:00
Sam Guyer
85137e07ab
Merge branch 'master' into NoRegister 2023-05-29 12:04:37 -04:00
Mark Kriegsman
96a148a620
Merge pull request #1352 from solhuebner/patch-2
Add FastLED as ESP-IDF component support
2023-05-29 11:44:36 -04:00
Mark Kriegsman
c0079bf8cd
Merge pull request #1343 from marmilicious/master
Update release_notes.md (spelling fix)
2023-05-29 11:40:53 -04:00
Mark Kriegsman
68b6a41aa9
Merge pull request #1465 from robfrawley/bugfix-narrowing-conversion-on-toolchain-gccarmnoneeabi-ge-1.90201.191206
Fix narrowing conversion warnings on arm/sam platforms using toolchain-gccarmnoneeabi >= 1.90201.191206
2023-05-29 11:37:52 -04:00
Mark Kriegsman
4460dc8b63
Merge pull request #1467 from nielsnl68/fix_other_warning
remove a warning that still does not make sense.
2023-05-29 11:36:44 -04:00
Mark Kriegsman
56cb68807b
Merge pull request #1478 from kcouck/feature/lanes
Add functions to get the number of lanes from controllers.
2023-05-29 11:35:28 -04:00
Mark Kriegsman
dbb8b8f533
Merge pull request #1479 from KhanKudo/DP1903_branch
added support for DP1903
2023-05-29 11:34:25 -04:00
Mark Kriegsman
2729e80d97
Merge pull request #1488 from criptych/board/adafruit-m4-can-express
Add Adafruit M4 CAN Express
2023-05-29 11:33:22 -04:00
Mark Kriegsman
7bc3b485ad
Merge pull request #1493 from VAleSh-Soft/master
add support for ATtiny48/88
2023-05-29 11:32:24 -04:00