CoretechR / OMOTE

Open Source Remote Using ESP32 and LVGL
https://hackaday.io/project/191752
GNU General Public License v3.0
1.02k stars 114 forks source link

Convert Sim to use Platform IO #23

Closed MatthewColvin closed 9 months ago

MatthewColvin commented 11 months ago

This would allow us to put Arduino library dependencies in the OmoteUI.hpp which would be really nice.

Dark1886 commented 11 months ago

Can you explain the exact issue here? I would like to assist but seem a little confused about the actual problem.

MatthewColvin commented 11 months ago

Hey @Dark1886 my thought is that anything used in the UI should be able to be used by both the Sim and the hardware so being able to use any Arduino library would be nice

MatthewColvin commented 11 months ago

I don't think this original ticket was feasible but this accomplishes a similar task.

Thanks to @Dark1886 for pointing me to https://github.com/lvgl/lv_platformio I have an extremely rough version of the simulator working in platform IO so hopefully we can ditch the solution after we get it properly added :)

CC: @CoretechR