Commit Graph

1302 Commits

Author SHA1 Message Date
Philip Howard 86609b9047
Merge pull request #473 from pimoroni/patch-badger2040-no-modules
Badger2040: Produce build without baked-in modules.
2022-07-27 12:29:23 +01:00
Philip Howard 72318c1efb
Merge pull request #471 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump for macOS USB race cond fix, again.
2022-07-27 12:28:19 +01:00
Phil Howard 11f0f2f0f9 Badger2040: Produce build without baked-in BadgerOS. 2022-07-27 11:56:44 +01:00
Phil Howard 3e88cd867b MicroPython: Grab micropython-lib for PicoW urequests.
Fix #472
2022-07-27 10:42:12 +01:00
Phil Howard 23dcde0da2 MicroPython: Bump for macOS USB race cond fix, again. 2022-07-27 09:29:31 +01:00
Philip Howard 67060da704
Merge pull request #469 from pimoroni/patch-unicorn-clear
Pico Unicorn: Fix clear for #461
2022-07-27 09:04:18 +01:00
Phil Howard 8f0a143924 Pico Unicorn: Fix clear for #461 2022-07-26 11:50:54 +01:00
lowfatcode 8d736324d4
Merge pull request #467 from pimoroni/feature/pen888
Feature/pen888
2022-07-26 05:40:38 +01:00
jon 50c7bd69ee Added missing switch case for new RGB888 pen type 2022-07-26 05:34:23 +01:00
jon 4a4c723c89 Fixed set_pen() 2022-07-26 05:10:07 +01:00
jon 2f5e3235e6 Add missing pen type enumeration value 2022-07-26 05:08:12 +01:00
jon 364994fc64 Added missing entry to cmake file 2022-07-26 05:06:06 +01:00
jon 6ab9c8b1c7 Added RGB88 pen type 2022-07-26 04:55:32 +01:00
Philip Howard d1765f2271
Merge pull request #466 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump for macOS USB race cond fix.
2022-07-25 17:36:22 +01:00
Philip Howard 2991c2ec2d
Merge pull request #465 from pimoroni/patch-badger2040-partial-lockup
Badger2040: Fix fast partial update endless busy wait for #464.
2022-07-25 17:35:43 +01:00
Phil Howard 336237ba1a MicroPython: Bump for macOS USB race cond fix. 2022-07-25 17:20:05 +01:00
Phil Howard de61929eac Badger2040: Fix fast partial update endless busy wait for #464. 2022-07-25 16:46:23 +01:00
Philip Howard 0f090d8999
Merge pull request #460 from pimoroni/hel_inky_frame
Add Inky Frame examples and other misc fixes
2022-07-25 15:37:20 +01:00
Hel Gibbons 5f68f6be6f fix typo (taupo?) 2022-07-25 14:34:28 +01:00
Hel Gibbons 1e47184c84 Add PWM example, tweak readmes 2022-07-25 13:42:21 +01:00
helgibbons bfa9fe9527 update Inky Frame readme 2022-07-22 19:18:28 +01:00
helgibbons a32bbd1c63 Update Inky Frame readme 2022-07-22 19:17:39 +01:00
helgibbons 0ad6cb9987 add image examples 2022-07-22 18:54:37 +01:00
Philip Howard c5d4865609
Merge pull request #413 from pimoroni/patch-pms3005-i2c
PMS5003: Support for i2c version.
2022-07-22 15:56:36 +01:00
Philip Howard 6829b339b4
Merge pull request #452 from pimoroni/patch-bump-micropython-picow
PicoW: Bump MPY to 5dbb822ca4a809ac5cb4513afb0411b4eb8dc3cf.
2022-07-22 15:55:35 +01:00
Phil Howard 185468dbc8 PicoW: Bump MPY to 5dbb822ca4a809ac5cb4513afb0411b4eb8dc3cf. 2022-07-22 15:34:21 +01:00
Philip Howard 5d47ae080c
Merge pull request #453 from pimoroni/patch-automation2040w-doc
Added documentation for Automation 2040W
2022-07-22 14:59:23 +01:00
Philip Howard 4c0a6908e4
Merge pull request #433 from lesley-byte/patch-2
Create show_ip_address
2022-07-22 14:56:52 +01:00
Philip Howard 5f19bbdeb0
Merge pull request #457 from pimoroni/patch-picow-memory-issues
Pico Scroll/Unicorn: Fix static memory alloc for Pico W.
2022-07-22 14:55:28 +01:00
Philip Howard 52e875d39f
Merge pull request #458 from pimoroni/patch-revert-wget-arm-gcc
CI: Revert: wget ARM GCC toolchain
2022-07-22 14:52:43 +01:00
Phil Howard 5403947084 CI: Revert: wget ARM GCC toolchain
This change resulted in an incomplete toolchain producing broken, bloated builds with exceptions and introspection enabled.
2022-07-22 14:17:54 +01:00
Phil Howard de3ceac4a5 Pico Scroll/Unicorn: Fix static memory alloc for Pico W.
Pico Scroll and Pico Unicorn were allocating static buffers for gamma and font data respectively.

Make Pico Scroll's `__bitmap` static.

Move Pico Unicorn's three GAMMA tables to one 14-bit table in "pimoroni_common.hpp". Rename "GAMMA" to "GAMMA_8BIT".
2022-07-22 14:15:53 +01:00
Philip Howard 0f826782c6
Merge pull request #454 from pimoroni/patch-vl53l5cx-ram-usage
VL53L5CX: Alloc results data in MPY gc_heap.
2022-07-22 12:11:36 +01:00
Philip Howard d6841eb898
Merge pull request #456 from pimoroni/patch-shift-register
MicroPython: Add ShiftRegister class.
2022-07-22 11:17:47 +01:00
helgibbons e28ba31049 Merge branch 'hel_inky_frame' of https://github.com/pimoroni/pimoroni-pico into hel_inky_frame 2022-07-22 10:34:54 +01:00
helgibbons 779a20e702 add button test example 2022-07-22 10:34:38 +01:00
Phil Howard e7a4ee0282 VL53L5CX: Alloc results data & config in MPY gc_heap.
RAM constraints on Pico W were causing a hardlock. This change allocates the results struct, config and motion config on gc_heap to relieve system RAM pressure.

Fixes #448
2022-07-22 10:01:34 +01:00
Philip Howard 8dad044591
Merge pull request #455 from MatStace/inky-frame-activity-maintain-header-font
maintain cursive font for header after timer expires and script pulls…
2022-07-22 08:49:13 +01:00
Hel Gibbons 8f5a99258f add non-binary flag! 2022-07-21 15:01:12 +01:00
Phil Howard ec7bc36659 MicroPython: Add ShiftRegister class. 2022-07-21 14:11:26 +01:00
Mat Stace 653e92cafd maintain cursive font for header after timer expires and script pulls new activity 2022-07-21 11:23:11 +01:00
Philip Howard fedc020493
Merge pull request #450 from pimoroni/patch-inky-frame-sdcard
Inky Frame: Sensible limit on SDCard speed.
2022-07-20 16:19:46 +01:00
ZodiusInfuser 2516a06237 Doc improvements and added C++ doc 2022-07-20 16:12:37 +01:00
ZodiusInfuser ea4d514d57 Doc improvements and added C++ doc 2022-07-20 16:10:37 +01:00
Hel Gibbons 50f88ed175 adjust columns in Automation web example 2022-07-20 15:57:20 +01:00
ZodiusInfuser df4a7639c8 Added function reference 2022-07-20 15:43:13 +01:00
ZodiusInfuser 0313d2b750 Added documentation for Automation 2040W 2022-07-20 15:37:39 +01:00
Hel Gibbons a2a4561abf correct typos in Automation web interface 2022-07-20 15:08:54 +01:00
Hel Gibbons 15b766f87d Tweak MQTT setup in Enviro+ example 2022-07-20 11:43:38 +01:00
helgibbons 48d42d926c correct readme title 2022-07-19 18:54:44 +01:00