lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
276 stars 25 forks source link

[BUG] wouldn't compile missing animations.h #180

Closed hell1337hound closed 8 months ago

hell1337hound commented 8 months ago

Bug report

Describe the bug

failure to compile ulanzi-easy

Additional information

To Reproduce

Steps to reproduce the behavior: download files as instructed and compile for esp32

Expected behavior

it should compile

Configuration

Compiling .pioenvs/ulanzi/src/esphome/components/adc/adc_sensor.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/addressable_light/addressable_light_display.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/api_connection.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/api_frame_helper.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/api_pb2.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/api_pb2_service.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/api_server.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/list_entities.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/proto.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/subscribe_state.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/api/user_services.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/binary_sensor/automation.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/binary_sensor/binary_sensor.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/binary_sensor/filter.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/display/display.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/display/display_buffer.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/display/rect.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/ds1307/ds1307.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/ehmtxv2/EHMTX.cpp.o
Compiling .pioenvs/ulanzi/src/esphome/components/ehmtxv2/EHMTX_icons.cpp.o
In file included from src/esphome.h:25,
                 from src/esphome/components/ehmtxv2/EHMTX.cpp:1:
src/esphome/components/ehmtxv2/EHMTX.h:6:10: fatal error: esphome/components/animation/animation.h: No such file or directory
 #include "esphome/components/animation/animation.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/ulanzi/src/esphome/components/ehmtxv2/EHMTX.cpp.o] Error 1
In file included from src/esphome.h:25,
                 from src/esphome/components/ehmtxv2/EHMTX_icons.cpp:1:
src/esphome/components/ehmtxv2/EHMTX.h:6:10: fatal error: esphome/components/animation/animation.h: No such file or directory
 #include "esphome/components/animation/animation.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/ulanzi/src/esphome/components/ehmtxv2/EHMTX_icons.cpp.o] Error 1
========================= [FAILED] Took 34.82 seconds =========================
andrewjswan commented 8 months ago

https://github.com/lubeda/EspHoMaTriXv2?tab=readme-ov-file#attention