Xinyuan-LilyGO / lilygo-micropython

Micropython for LILYGO boards
GNU General Public License v3.0
101 stars 30 forks source link

Error building DisplayS3, missing file? #44

Open petebowden opened 3 months ago

petebowden commented 3 months ago

Error I'm getting while building:


CMake Error at /home/pbowden/projects/lilygo-micropython/extmod/display/lcd/src/micropython.cmake:3 (include):
  include could not find requested file:

    /home/pbowden/projects/lilygo-micropython/build_dir/esp32s3/build-LILYGO_T-DisplayS3/../lcd_binding_micropython/lcd/micropython.cmake
Call Stack (most recent call first):
  /home/pbowden/projects/lilygo-micropython/extmod/micropython.cmake:19 (include)
  /home/pbowden/projects/lilygo-micropython/build_dir/esp32s3/micropython/py/usermod.cmake:42 (include)
  main/CMakeLists.txt:14 (include)

Am I missing a source or issue with file traversal?

JM6502 commented 3 months ago

Try #45