fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
ctgroup_s Struct Reference

Represents a group of linked cells that share the same unit number, channel selection bitmask, and output intensity value. More...

#include <cell.h>

Data Fields

uint8_t unit
 Unit number shared by all channels.
 
uint8_t offset
 Channel selection offset.
 
uint16_t cs
 Channel selection bitmask.
 
uint8_t intensity
 Intensity output value for all channels.
 
int size
 The number of active channels.
 

Detailed Description

Represents a group of linked cells that share the same unit number, channel selection bitmask, and output intensity value.

Field Documentation

◆ cs

uint16_t ctgroup_s::cs

Channel selection bitmask.

◆ intensity

uint8_t ctgroup_s::intensity

Intensity output value for all channels.

◆ offset

uint8_t ctgroup_s::offset

Channel selection offset.

◆ size

int ctgroup_s::size

The number of active channels.

◆ unit

uint8_t ctgroup_s::unit

Unit number shared by all channels.


The documentation for this struct was generated from the following file: