Files
xiaozhi-esp32/managed_components/espressif2022__image_player/Kconfig
2025-09-05 13:25:11 +08:00

10 lines
240 B
Plaintext

menu "Animation Player Configuration"
config ANIM_PLAYER_DEFAULT_FPS
int "Default frame rate"
range 1 60
default 30
help
Default frame rate for animation player in frames per second.
endmenu