Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.91 KB

File metadata and controls

79 lines (62 loc) · 2.91 KB

FastLED Cookbook

A practical guide to creating LED effects with FastLED.

This cookbook is organized into focused sections, each covering a specific aspect of LED programming with FastLED.

Table of Contents

Learn the basics to get your LED strip up and running.

Understand the fundamental building blocks of LED programming.

Start creating your first LED animations and effects.

Learn fundamental pixel manipulation techniques.

  • Direct pixel addressing: leds[i] = CRGB::Red
  • Array-based control and LED mapping
  • XY coordinate mapping for matrix layouts
  • Basic drawing primitives for LED strips and grids

Level up with more advanced programming techniques.

Create professional-grade LED installations and effects.

Copy-paste ready recipes for popular LED effects.

Solve common problems and debug your LED setup.

Quick reference guides and configuration tables.


Additional Resources


Note: This cookbook is a living document. Contributions welcome!