| 3614 | |
| 3615 | #if Storage_Enable_define == 1 |
| 3616 | void Pixel_loadConfig() |
| 3617 | { |
| 3618 | // Animation setup |
| 3619 | Pixel_initializeStartAnimations(); |
| 3620 | |
| 3621 | // Fade periods |
| 3622 | Pixel_SecondaryProcessing_setup(); |
| 3623 | } |
| 3624 | |
| 3625 | void Pixel_saveConfig() { |
| 3626 | // Animations |
nothing calls this directly
no test coverage detected
searching dependent graphs…