Pimoroni Pico Libraries and Examples
 
 
 
 
 
 
Go to file
Graeme Winter 30a17683a9 Fix working with str 2021-04-15 21:23:37 +01:00
.github/workflows Merge pull request #113 from pimoroni/pico-audio-example 2021-03-31 18:08:32 +01:00
drivers Revert ST7789 backlight for Pico Display 2021-03-31 11:45:54 +01:00
examples Fix use of private variable in round LCD demo 2021-04-05 11:05:33 +01:00
libraries
micropython Fix working with str 2021-04-15 21:23:37 +01:00
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
pico_sdk_import.cmake
setting-up-micropython.md
setting-up-the-pico-sdk.md

README.md

Pimoroni Pico Libraries and Examples

Welcome to the brave new world of Pico! This repository contains the C/C++ and MicroPython libraries for our range of Raspberry Pi Pico addons.

First of all you need to decide if your project is going to be done in MicroPython or using C/C++ with the Pico SDK. We have instructions for both here:

Software support for our Pico range

It's very early days for Pico and we've been working our little socks off to get everything ready for launch.

Most of our Pico addons have support for both C/C++ and MicroPython but we're still catching up a little bit in places.

The table below shows the current state of compatibly and some notes to set expectations:

Product C/C++ Library MicroPython Library Notes
Pico Explorer Base Yes Yes
Pico RGB Keypad Yes Yes
Pico Unicorn Pack Yes Yes MicroPython support added in v0.0.3 Alpha
Pico Audio Pack Yes No Limited support for MicroPython planned
Pico Scroll Pack Yes Yes
Pico Display Pack Yes Yes

We will keep this information updated as things develop.

Note: It's very early days for Raspberry Pi Pico and it's likely that our libraries will undergo quite a lot of changes over the next couple of weeks as we take in feedback and expand the functionality.