studio icon indicating copy to clipboard operation
studio copied to clipboard

It is impossible to build the project with PlatformIO using eez-flow.cpp due to visibility issues in auto-generated files.

Open techaura opened this issue 4 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to Visual Studio + PlatformIO
  2. Generate LVGL with EEZ Flow project with animation
  3. Include to PlatformIO ESP32 project
  4. Buuild and See error src/ui/eez-flow.cpp:4645:5: error: 'playAnimation' was not declared in this scope and more other errors
Image

Expected behavior The project is expected to be completed In fact, there is a visibility error in the eez-flow.cpp file. Screenshots If applicable, add screenshots to help explain your problem.

Image

Desktop (please complete the following information):

  • OS: [Windows]
  • Version [

** LVGL version (if used)**

  • 8.4

Additional context The function is declared in the same file, but as static void playAnimatio in line 4601. \src\ui eez-flow.h , eez-flow.cpp

ui.zip

Disclaimer Please take into account that the tasks reported here will be processed by the Envox team according to the best effort principle, so adjust your expectations accordingly. However, if you want a more prompt and high-quality response as well as direct contact with technical support, you can choose one of our Support plans.

techaura avatar Aug 09 '25 18:08 techaura