| File/Folder | Description |
|---|---|
| alarm_clock | Alarm clock |
| audio-playback | An audio player |
| blinka-rotate | Image rotation |
| camera-live-stream | Live stream image from an camera |
| dazzler-cube | An 3D cube |
| ev-charge-point | An electric charging station |
| image-slide-viewer | Image slider viewer |
| internet-data-display | Download and display images from internet |
| video2 | Video playback from SDcard |
| bubble-code.py | Simple bubble drawing |
| circle-progress-bar.py | An circle progress bar |
| fizz-code.py | Simple points |
| flashinfo.py | Fetch and display attached flash's information |
| helloworld-code.py | Hello world program |
| qix-code.py | Qix screen saver |
| temperature-code.py | Display cpu temperature |
| video.py | Video playback from file |
-
Install CircuitPython 7.0.0, follow this instruction: https://learn.adafruit.com/intro-to-rp2040-pio-with-circuitpython/installing-circuitpython
-
Copy circuitPython/lib into CircuitPython drive
-
Copy example project into CircuitPython drive:
- .py file: rename it to code.py and copy
- folder: Copy every sub files/folder
PICO GP2 <--> Eve SCK
PICO GP3 <--> Eve MOSI
PICO GP4 <--> Eve MISO
PICO GP5 <--> Eve CS#
PICO GP7 <--> Eve PDN#
PICO Power <--> Eve Board power
PICO GND <--> Eve Board GNDSD card is accessed from Eve SPI but with different CS pin:
PICO GP13 <---> SD CS#ILI9488:
PICO GP8 <---> D/CX pin of ILI9488
PICO GP9 <---> CSX pin of ILI9488Below hardware are supported:
- MM2040EV
- ID2040
CircuitPython version: 7.0.0 Alpha 3