FastLED
3.9.15
Loading...
Searching...
No Matches
led_layout_array.h
Go to the documentation of this file.
1
2
#ifndef LED_ARRAY_H_
3
#define LED_ARRAY_H_
4
5
struct
LedColumns
{
6
LedColumns
(
const
int
* a,
int
l) :
array
(a),
length
(l) {}
7
LedColumns
(
const
LedColumns
& other) :
array
(other.
array
),
length
(other.
length
) {}
8
const
int
*
array
;
9
int
length
;
10
};
11
12
LedColumns
LedLayoutArray
();
13
14
#endif
// LED_ARRAY_H_
LedLayoutArray
LedColumns LedLayoutArray()
Definition
led_layout_array.cpp:199
LedColumns::LedColumns
LedColumns(const LedColumns &other)
Definition
led_layout_array.h:7
LedColumns::array
const int * array
Definition
led_layout_array.h:8
LedColumns::length
int length
Definition
led_layout_array.h:9
LedColumns::LedColumns
LedColumns(const int *a, int l)
Definition
led_layout_array.h:6
LedColumns
Definition
led_layout_array.h:5
examples
LuminescentGrand
shared
led_layout_array.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2