FastLED 3.9.3
Loading...
Searching...
No Matches
lib8tion.cpp File Reference

Detailed Description

Fast, efficient 8-bit math functions specifically designed for high-performance LED programming.


Definition in file lib8tion.cpp.

#include <stdint.h>
#include "FastLED.h"

Go to the source code of this file.

Macros

#define FASTLED_INTERNAL
 Disables pragma messages and warnings.
 
#define RAND16_SEED   1337
 Seed for the random number generator functions.
 

Variables

uint16_t rand16seed = RAND16_SEED
 Seed for the random number generator functions.
 

Macro Definition Documentation

◆ FASTLED_INTERNAL

#define FASTLED_INTERNAL

Disables pragma messages and warnings.

Definition at line 8 of file lib8tion.cpp.

◆ RAND16_SEED

#define RAND16_SEED   1337

Seed for the random number generator functions.

Definition at line 16 of file lib8tion.cpp.