Add bounded OLED boot identity animation

This commit is contained in:
2026-08-29 21:05:22 +02:00
parent 276559536b
commit 96e5792273
7 changed files with 197 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-only */
/* Bounded boot animation for the optional local OLED. */
#pragma once
#include "esp_err.h"
/* Plays the OLED-only startup identity animation; a missing display is nonfatal. */
esp_err_t local_boot_animation_play(void);