Mirror of pimoroni/pimoroni-pico@github.com
Go to file
Phil Howard 7f05e35622 Attempt to allocate a bytearray behind the sCenes
This rebuilds the crucial parts of MicroPython's bytearray creation and calls it quietly from inside the C-bindings, avoiding the need for a bytearray to be passed in by the user.

Whether this magically holds a reference and evades GC remains to be seen.
2021-01-20 23:46:13 +00:00
drivers Added outline of an mpy wrapper for pico_display 2021-01-20 15:59:48 +00:00
examples Added outline of an mpy wrapper for pico_display 2021-01-20 15:59:48 +00:00
libraries Very messy attempt at using a bytearray as the buffer 2021-01-20 21:39:09 +00:00
micropython Attempt to allocate a bytearray behind the sCenes 2021-01-20 23:46:13 +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 Initial commit 2021-01-15 14:24:32 +00:00
pico_sdk_import.cmake Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00

README.md

pimoroni-pico