I see this file used for none-sourced img widget…I think this is no need, just keep the img empty and I would set it from programs,
and this file is not small add extra bin size…
if this is nice to have, small it size may be nice
and even! the “CMakeLists.txt” in ui dir add this file with wrong path:
SET(SOURCES …
ui_temporary_image.c
…)
this is wrong path! I need change it every time export ui
Would some one be able to explain why I am getting this error all of a sudden in SL 1.4.2
C:\Work\ArduinoV2\Sketches\MakerFabs\ESP32.S3.3.5\LVGL\LVGL_LovyanGFX_GolfCart\src\ui\ui_temporary_image.c:3:10: fatal error: …/ui.h: No such file or directory #include “…/ui.h”
^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: …/ui.h: No such file or directory
The relative path in “…/ui.h” should be fine as the header-file ui.h is really at a one-level lower subdirectory. Maybe it’s your build-system that would like to handle the paths differently (relative to the project). It would be good to know, to determine the cause, which board-template / IDE you have the problem with.