-
-
Notifications
You must be signed in to change notification settings - Fork 264
API Reference
Michael Miller edited this page Mar 29, 2023
·
4 revisions
The following are quick links to the APIs to all the objects with user callable methods. There are a few "method" objects in the system that are used to construct other objects, but there is no need to call any of their exposed functions directly so they are not included in this list.
NeoPixelBus - The primary interface to the NeoPixels.
NeoPixelBusLg - The primary interface to the NeoPixels that supports overall brightness and gamma support.
Color Objects - These objects are used to define and reference colors.
- RgbColor
- RgbwColor
- Rgb16Color
- Rgb48Color
- Rgbw64Color
- HtmlColor
- HslColor
- HsbColor (aka HsvColor)
- SevenSegDigit
NeoPixelAnimator - The primary interface for running animations.
NeoGamma - Color correction for better gradient color matching.
Raster Objects - These objects are used to store images and render them to the NeoPixelBus.
- NeoBuffer - simple image buffer
- NeoVerticalSpriteSheet - sprite image sheet
- NeoBitmapFile - bitmap file rendering object