sonyhome / FAB_LED

Fast Arduino Bitbang LED library supports programmable LEDs (WS2812B, APA102...), color palettes for Arduino AVR
GNU General Public License v2.0
125 stars 17 forks source link

Provide Simple Code Examples #18

Closed bobybobybob closed 7 years ago

bobybobybob commented 7 years ago

It would be nice for some very easy example Scripts . That are easy to understand

For Example a single APA106 with some fixed colors Blue, Red, Green, White, some Fading and Blinking.

Another Example the same for manyPort

Would be very usefull for all who dont use strips and want to use APA106 LED only for Status Lamp and saving some Digital Ports (one old RGB LED need 3) with the APA106 only one.

Thank you and Best Regards

sonyhome commented 7 years ago

OK I will look into making very simple examples.

The examples I have made are meant to validate the code, more so than to show how to use.

sonyhome commented 7 years ago

I added the 0_simpleExamples hopefully simple enough!

bobybobybob commented 7 years ago

Thank you very much