Example project using the pico-window multitasking environment
It runs four example programs: a Fibonacci sequence generator, a program which adds two numbers, a sticky note in which you can simply type text and another one which just prints Hello world in multiple colours.
Clone this repository with its submodules, then build with cmake. The used pins are defined in main.c. Program functions are defined in myApps.c.