MCPcopy Create free account
hub / github.com/kiibohd/controller / Pixel_loadConfig

Function Pixel_loadConfig

Macro/PixelMap/pixel.c:3616–3623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3614
3615#if Storage_Enable_define == 1
3616void Pixel_loadConfig()
3617{
3618 // Animation setup
3619 Pixel_initializeStartAnimations();
3620
3621 // Fade periods
3622 Pixel_SecondaryProcessing_setup();
3623}
3624
3625void Pixel_saveConfig() {
3626 // Animations

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…