You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using cross compilation - compiling code on RPi is a nightmare, this means that on Windows i am compiling unix code, using all the libraries pulled from DietPi on Raspberry
u need to additionally create deps root folder with these libs:
Raspberry config:
u need some lightweight OS distro - i used DietPi
u need to create JACK Audio Server on your RPi (jackd), and configure your sound card
for UI i used LVGL framework with framebuffers
generally there is a lot of config to make it work nice, boot fast, i will keep adding those hints here...