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
The esp32 documentation is the only one available on how to build the driver and micropython. Can you provide some instructions on building for rpi pico?
The text was updated successfully, but these errors were encountered:
By trial-and-error I discovered that the cmake file itself needs to be mentioned in the make command line not only the folder in which a cmake-file is placed.
PS.The folder micropython_user_modules is my custom folder where I place the user C modules.
In the Build-RPI_PICO folder look in the folder CMakeFiles where you can find deep in the folder firmware.dir the compiled st7789_mpy files.
Hope this is detailed enough. You can extract other command lines from the esp32 description.
The esp32 documentation is the only one available on how to build the driver and micropython. Can you provide some instructions on building for rpi pico?
The text was updated successfully, but these errors were encountered: