diff --git a/main/display/lcd_display.cc b/main/display/lcd_display.cc index 1a75f181..bd79e194 100644 --- a/main/display/lcd_display.cc +++ b/main/display/lcd_display.cc @@ -1032,8 +1032,6 @@ void LcdDisplay::SetEmotion(const char* emotion) { gif_controller_ = std::make_unique(image->image_dsc()); if (gif_controller_->IsLoaded()) { - // Set loop delay to 1000ms - gif_controller_->SetLoopDelay(3000); // Set up frame update callback gif_controller_->SetFrameCallback([this]() { lv_image_set_src(emoji_image_, gif_controller_->image_dsc());