Wykres commitów

1255 Commity (de3ceac4a5dc567ba434d443832c5c6cdeffc468)

Autor SHA1 Wiadomość Data
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
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
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
Phil Howard d81151a1c6 Inky Frame: Sensible limit on SDCard speed.
Going any faster will result in corruption- this showed up as visible lines of distortion down decoded JPEG files.
2022-07-18 15:32:58 +01:00
Philip Howard 33b2c3908d
Merge pull request #441 from pimoroni/patch-picographics-docs
PicoGraphics: Update C++ docs.
2022-07-15 13:40:23 +01:00
Philip Howard 3ec9f09174
Merge pull request #426 from pimoroni/library/inky_frame
Inky Frame: Library + C++ Examples.
2022-07-15 13:39:57 +01:00
Philip Howard f6f6333cd1
Merge pull request #445 from pimoroni/examples/inky_frame
Inky Frame: MicroPython Examples.
2022-07-15 13:39:44 +01:00
helgibbons 1adc320a78 Update enviro_all_mqtt.py 2022-07-15 13:03:09 +01:00
Phil Howard d8402f48bd Inky Frame: Delay example updates on USB. 2022-07-15 12:12:43 +01:00
Phil Howard d215bb4cfe Common: Add .mpy files. 2022-07-15 12:05:12 +01:00
Gee Bartlett a95942dbf7 Automation 2040W: Add web interface example. 2022-07-15 12:05:12 +01:00
Hel Gibbons 31fc56816e Pico Enviro+: More examples. 2022-07-15 12:05:12 +01:00
Phil Howard 4ffb94e1ad PicoW: Add common files and refactor. 2022-07-15 12:05:12 +01:00
Phil Howard afea765b71 Inky Frame: MicroPython Examples.
Co-authored-by: thirdr <ryan@pimoroni.com>
2022-07-15 12:05:11 +01:00
Philip Howard e519396876
Merge pull request #442 from pimoroni/cheerlights
Add Cheerlights example for Pico W / Pico Explorer
2022-07-14 16:41:32 +01:00
Philip Howard b69764f327
Merge pull request #443 from pimoroni/patch-bump-micropython-picow
PicoW: Bump MicroPython to latest commit.
2022-07-14 16:39:03 +01:00
Philip Howard 1940af5906
Merge pull request #444 from pimoroni/patch-inky-frame-dither
PicoGraphics: Fix 3Bit mode dithering for Inky Frame.
2022-07-13 14:53:29 +01:00
Phil Howard f8e751ebff PicoGraphics: Fix 3Bit mode dithering for Inky Frame. 2022-07-13 14:30:14 +01:00
Phil Howard 9e81e321e8 PicoGraphics: Update MicroPython Docs. 2022-07-13 12:04:08 +01:00
Phil Howard cb2cefcd3d PicoW: Bump MicroPython to latest commit. 2022-07-13 12:00:17 +01:00
Hel Gibbons d712913f36
lint readme 2022-07-12 19:50:32 +01:00
helgibbons 32455e6092 linting cheerlights example and examples readme 2022-07-12 19:43:51 +01:00
helgibbons 07ef40bc2b Add Pico Explorer examples readme 2022-07-12 18:36:01 +01:00
helgibbons 7f88ab9f02 Add cheerlights example 2022-07-12 18:33:46 +01:00
Phil Howard 9dfc8a065c PicoGraphics: Update C++ docs. 2022-07-11 15:56:15 +01:00
Philip Howard 42e48abd14
Merge pull request #431 from RichiH/patch-1
README.md: Fix typo
2022-07-11 15:26:51 +01:00
Philip Howard 5e65314509
Merge pull request #436 from ahnlak/pico-graphics-readme-typo-fix
Corrected some confusing typos
2022-07-11 15:26:06 +01:00
Philip Howard b6f1095547
Merge pull request #440 from pimoroni/add_new_products_to_readme
Add new products to readme
2022-07-11 15:25:12 +01:00
Philip Howard 5fb7c9f639
Merge pull request #439 from pimoroni/add-inky-pack-examples-readme
Add inky pack examples readme
2022-07-11 15:23:42 +01:00
Hel Gibbons 573cd47c65
Update README.md 2022-07-11 15:01:07 +01:00
Hel Gibbons 700b486123
Update README.md 2022-07-11 14:59:22 +01:00
Hel Gibbons d9132d13e5 Update README.md 2022-07-11 13:22:10 +01:00
Hel Gibbons 05518ed0eb Add Inky Pack examples readme 2022-07-11 13:17:47 +01:00
Pete Favelle 1b36899789 Missed one! 2022-07-09 16:57:35 +01:00
Pete Favelle cba2543d82 Corrected some confusing typos 2022-07-09 16:51:49 +01:00
Richard Hartmann 38be814757
README.md: Fix typo 2022-07-07 16:41:16 +02:00
Hel Gibbons 1337d2abdb
Update examples to use PicoGraphics (#428)
* correct filename in name_badge.py for Tufty

* Update 240x240 round breakout examples to work with PicoGraphics

* Update colourlcd240x240demo.py to work with PicoGraphics

* Fixed rainbow.py for Pico Display and Pico Display 2.0

* Update display examples to work with PicoGraphics

* add new display example 🌈

* adventures in rainbow RAM

* add button example for pico inky pack

* tidy up examples, make names more consistent

* Update Pico Explorer and 160x80 LCD breakout examples

* Accommodate dither
2022-07-07 09:37:47 +01:00
Philip Howard 4eb54b3ec6
Merge pull request #420 from pimoroni/examples/inky_pack
Inky Pack: MicroPython Examples.
2022-07-07 09:25:03 +01:00
Hel Gibbons 997839daf0
Correct the Enviro+ LED pins (#430)
* Correct Enviro+ LED pins
2022-07-07 09:24:23 +01:00
Philip Howard c697bc8600
Merge pull request #427 from pimoroni/patch-picographics-1bit-dither
PicoGraphics/JPEGDEC: Use PicoGraphics dither.
2022-07-07 09:22:54 +01:00
Phil Howard f85343012a PicoGraphics: Power off added for UC8151. 2022-07-06 14:25:42 +01:00
Phil Howard fa9b4535bc Pico Inky Pack: MicroPython Examples. 2022-07-06 14:17:24 +01:00
Phil Howard 6c1556a429 PicoGraphics: 1bit/1bitY dither all drawing operations.
Note: Pen now ranges from 0 (black) to 15 (white). Values between will be dithered ala Badger 2040.
2022-07-06 11:32:56 +01:00
Phil Howard 12866a0b7b PicoGraphics/JPEGDEC: Use PicoGraphics dither. 2022-07-06 10:56:56 +01:00
Phil Howard ac2fa97e96 Inky Frame: Library + C++ Examples. 2022-07-05 09:34:23 +01:00