Swadge 2024
2.0.0
APIs to develop games for the Magfest Swadge
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
f
g
l
m
n
p
r
s
t
w
Typedefs
d
e
f
h
m
n
p
q
s
t
u
w
Enumerations
a
b
c
d
g
h
i
k
l
m
o
p
s
t
u
w
Enumerator
a
c
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
led_strip_encoder.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#pragma once
7
8
#include <stdint.h>
9
10
#include <driver/rmt_encoder.h>
11
12
#ifdef __cplusplus
13
extern
"C"
14
{
15
#endif
16
20
typedef
struct
21
{
22
uint32_t
resolution
;
23
}
led_strip_encoder_config_t
;
20
typedef
struct
{
…
};
24
35
esp_err_t
rmt_new_led_strip_encoder
(
const
led_strip_encoder_config_t
* config, rmt_encoder_handle_t* ret_encoder);
36
37
#ifdef __cplusplus
38
}
39
#endif
rmt_new_led_strip_encoder
esp_err_t rmt_new_led_strip_encoder(const led_strip_encoder_config_t *config, rmt_encoder_handle_t *ret_encoder)
Create RMT encoder for encoding LED strip pixels into RMT symbols.
Definition
led_strip_encoder.c:90
led_strip_encoder_config_t::resolution
uint32_t resolution
Definition
led_strip_encoder.h:22
led_strip_encoder_config_t
Type of led strip encoder configuration.
Definition
led_strip_encoder.h:21
components
hdw-led
led_strip_encoder.h
Generated by
1.10.0