FastLED 3.9.15
Loading...
Searching...
No Matches

◆ plotDot()

void plotDot ( int x,
int y,
uint8_t v )
inline

Definition at line 77 of file Luminova.h.

77 {
79 return;
80 // Additive white (Processing used stroke(W), i.e., white) with gain control
81 leds[fl::XY((fl::u8)x, (fl::u8)y)] += CHSV(0, 0, scale8(v, kPointGain));
82}
fl::CRGB leds[NUM_LEDS]
int y
Definition simple.h:93
int x
Definition simple.h:92
#define WIDTH
#define HEIGHT
const uint8_t kPointGain
Definition Luminova.h:19
fl::hsv8 CHSV
Definition chsv.h:11
unsigned char u8
Definition stdint.h:131
fl::u16 XY(fl::u16 x, fl::u16 y)
Definition Luminova.h:28

References HEIGHT, kPointGain, leds, WIDTH, x, fl::XY(), and y.

Referenced by plotSoftDot().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: