Mirror of pimoroni/pimoroni-pico@github.com
Go to file
Phil Howard d66f2203e7 Tweak demo to use display w/h and 16bit buf 2021-01-23 12:07:29 +00:00
drivers Add cmake files for other libraries 2021-01-22 14:33:17 +00:00
examples Added mpy wrapper for pico_explorer 2021-01-21 00:52:33 +00:00
libraries Add cmake files for other libraries 2021-01-22 14:33:17 +00:00
micropython Tweak demo to use display w/h and 16bit buf 2021-01-23 12:07:29 +00:00
.gitignore Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00
CMakeLists.txt added copy step for embedded resources to limit symbol name length. wrapped add resource functionality into a cmake function for easy use. 2021-01-17 16:59:58 +00:00
LICENSE Initial commit 2021-01-15 14:24:32 +00:00
README.md introduction/setup instructions for sdk / microoython 2021-01-22 08:08:04 +00:00
pico_sdk_import.cmake Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00
setting-up-micropython.md formatting 2021-01-22 08:09:27 +00:00
setting-up-the-pico-sdk.md Adding PICO_SDK_PATH instructions as well as how to install the toolchain on macos 2021-01-23 11:06:20 +00:00

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 Known Bug There is a known issue we're working on
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.