CoretechR/OMOTE

Convert Sim to use Platform IO

Closed this issue · 3 comments

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

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

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

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