fbiego / esp32-c3-mini

A demo LVGL Watch project for ESP32 C3 mini 240*240 touch display development board. Can also be built natively to test the LVGL UI.
MIT License
147 stars 35 forks source link

Missing watchface includes #6

Closed davidakerr closed 1 week ago

davidakerr commented 1 week ago

Without these I could not compile the project.

davidakerr commented 1 week ago

This is strange because the function declarations are already present in the respective watchface header files

I think it was due to differing face enable pragmas across SDL2 and ESP32.

Would this solution be better ?

davidakerr commented 1 week ago

awesome, thanks for the update

Thanks the help and for the great repository.