/* SPDX-License-Identifier: GPL-3.0-only */ /* Bounded boot animation for the optional local OLED. */ #pragma once #include "esp_err.h" /* Synchronous animation with task delays; call after display start and before * the status renderer. Returns display/frame errors, including an absent panel; * the boot caller must treat these as nonfatal to other services. */ esp_err_t local_boot_animation_play(void);