How do I compile a standard, run-of-the-mill Pi Pico project with all the necessary drivers (Screen, sound, keys, RAM, SD, etc.) to make it work on the PicoCalc?
Basically, how do I port any Pico project to the PicoCalc?
How do I compile a standard, run-of-the-mill Pi Pico project with all the necessary drivers (Screen, sound, keys, RAM, SD, etc.) to make it work on the PicoCalc?
Basically, how do I port any Pico project to the PicoCalc?
You can take a look at my PicoCalc Text Starter kit to see if it fits your needs.
I’d like something that’s more plug and play, since I only know how to program in Python…
Hope that’s not a problem.
use micropython, and I bet someone has drivers for the picocalc with micropython