Mirror of pimoroni/pimoroni-pico@github.com
Go to file
Philip Howard 9f6ddb86ae
Merge pull request #218 from ProgramMax/main
Improve ST7789 frame rate ~4x
2021-12-08 15:50:48 +00:00
.github/workflows Bump MicroPython to v1.17 2021-10-11 12:23:40 +01:00
common make GAMMA common 2021-09-13 17:40:51 +01:00
drivers Merge pull request #218 from ProgramMax/main 2021-12-08 15:50:48 +00:00
examples HUB75 Perf, C++ scrolling text, docs 2021-12-02 12:41:30 +00:00
libraries Correct Pico Display 2 baud 2021-12-02 11:42:29 -08:00
micropython Merge pull request #193 from pimoroni/pure-cpp-i75 2021-12-08 15:25:53 +00:00
.gitignore Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00
.gitmodules C++ SDK Support for BME280 and BMP280 2021-08-02 14:20:40 +01:00
CMakeLists.txt Enable -Werror -Wall and fix all the things 2021-05-17 16:20:42 +01:00
LICENSE Initial commit 2021-01-15 14:24:32 +00:00
README.md Typo 2021-02-12 20:36:29 +01:00
pico_sdk_import.cmake Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00
pimoroni_pico_import.cmake Add an external import helper module 2021-06-17 11:57:52 +01:00
setting-up-micropython.md linked to releases page 2021-01-23 23:17:23 +00:00
setting-up-the-pico-sdk.md Add submodule init to instructions for #189 2021-08-04 10:30:33 +01: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 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.