CM4 Stack Issues from the very start.
-
-
@ajb2k3 is that the https://github.com/m5stack/CM4Stack_lvgl/blob/Basic/main.cpp
Or something else? -
No it was from this place:
https://github.com/m5stack/m5stack-linux-dtoverlays/tree/main/examplesThe issue is actually a dependence missing from the install instructions (user writeup error) fixed with adding the following command:
sudo apt-get install qtdeclarative5-dev
before running
cmake .. && make