Add a demo code for PicoCalc

This commit is contained in:
cuu
2025-03-20 14:45:44 +08:00
parent 96b9122375
commit 67452abeb1
11 changed files with 1362 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# PicoCalc Hello World
Demonstrate how to use spi screen and i2c keyboard on PicoCalc.
## Building
```
mkdir build
cd build
export PICO_SDK_PATH=/where/pico-sdk/is
cmake ..
make
```