uint16_t u16
Definition: types.h:37
uint8_t u8
Unsigned integer definitions.
Definition: types.h:36
C_LINKAGE void yggdrasil_RGBMatrix_Dice(u8 number, RGBA8 color)
Function to display a dice.
C_LINKAGE void yggdrasil_RGBMatrix_SetLed(u8 index, RGBA8 color)
set a single led to RGBA8 color
C_LINKAGE void yggdrasil_RGBMatrix_Enable(void)
Enables the SK9822 led.
C_LINKAGE void yggdrasil_RGBMatrix_Init(void)
Initialization function.
C_LINKAGE void yggdrasil_RGBMatrix_Clear(void)
Clear all leds.
#define C_LINKAGE
Definition: attributes.h:43
C_LINKAGE void yggdrasil_RGBMatrix_SetLedMasked(u16 enableMask, RGBA8 color)
set multiple leds to RGBA8 color using a bit mask
C_LINKAGE void yggdrasil_RGBMatrix_Disable(void)
Disable the SK9822 led.
C_LINKAGE void yggdrasil_RGBMatrix_Flush(void)
Send the saved color values to the leds.
RGBA8 color type.
Definition: types.h:31