Commit Graph

2003 Commits

Author SHA1 Message Date
Phil Howard 8ff40fae6e MLX90640: MicroPython module. 2023-02-23 16:52:59 +00:00
Philip Howard 206d4089d7
Merge pull request #533 from pimoroni/automini-webio-fixes
fixed example for automation2040wmini
2023-02-23 16:41:08 +00:00
ZodiusInfuser 446d7189c6 Automation 2040W Mini: Add dedicated HTML page. 2023-02-23 16:02:36 +00:00
Gee Bartlett 0616a0694e Automation2040W Mini: Fixed example. 2023-02-23 16:02:29 +00:00
Philip Howard 9dbd25bd51
Merge pull request #685 from pimoroni/feature/inky73-dither
Inky 7.3: Support dithering of arbitrary colours.
2023-02-23 15:51:43 +00:00
Phil Howard bfb2f8d2ba Inky 7.3: Drop unpredictable taupe from dither palette. 2023-02-23 14:37:06 +00:00
Phil Howard bff2e79a56 Inky 5.7: Dithered drawing ported from 7.3. 2023-02-23 14:17:54 +00:00
Phil Howard a5b0633469 Inky 7.3: Dither pixel spans, move RGB flag out of RGB888. 2023-02-23 13:35:41 +00:00
Phil Howard 80fab77270 Inky 7.3: Remove side-effect from set_pixel_dither.
Do not change "color" when dithering the same colour across multiple pixels.
2023-02-23 13:12:07 +00:00
Phil Howard c9f6dfec4f PicoGraphics: from_hsv to RGB::from_hsv. 2023-02-23 12:59:19 +00:00
Phil Howard 3e0cd28876 Inky 7.3: Support dithering of arbitrary colours.
`create_pen` returns an int with the most significant byte set to indicate it is an RGB888 colour.

Pen values without the most significant byte set are treated as palette entries and handled normally.
2023-02-23 12:09:52 +00:00
Philip Howard 63de02016f
Merge pull request #682 from pimoroni/feature/inky73c++
Inky 7.3: C++ library and JPEG example compatibility.
2023-02-22 16:42:15 +00:00
Phil Howard bea90dfd60 JPEGDEC: Experimental 3bit/4bit palette no-dither. 2023-02-22 15:40:22 +00:00
Phil Howard d3a1a571d3 Inky 7.3: C++ library and JPEG example compatibility. 2023-02-22 14:34:25 +00:00
Phil Howard 2ff5d462c8 MLX90640: Driver and 32x32 LED matrix example 2023-02-22 13:06:55 +00:00
Philip Howard 1317f2e04e
Merge pull request #680 from pimoroni/pico-display-mandelbrot
Added a pico display 2.0 Mandelbrot set example.
2023-02-22 13:02:07 +00:00
Phil Howard 8047f29ba6 Port Pico Display 2.0 Mandelbrot to PicoGraphics.
Move into Pico Display examples directory and update for PicoGraphics.
2023-02-22 12:14:50 +00:00
Martin Budden e66a2893ed Added a pico display 2.0 Mandelbrot set example.
Both pico cores are used: core0 handles the key input and updates the
display at low resolution. Core1 updates the display at high resolution.

For speed, fixed point arithmetic is used. The main loop also checks
for cyles to speed things up.

Six color palettes are provided, including 3 HSV, greyscale and black/white.
2023-02-22 11:57:13 +00:00
Phil Howard 5f9d4e33b3 Interstate 75: Auto-detect board version. 2023-02-22 11:47:23 +00:00
Gee Bartlett 552339a49e Update interstate75.md 2023-02-22 11:41:07 +00:00
Gee Bartlett 8637967605 Made edits from review 2023-02-22 11:41:05 +00:00
Gee Bartlett 93a18a874a updated examples 2023-02-22 11:39:32 +00:00
Gee Bartlett 979cc38b2a updated button defs 2023-02-22 11:39:30 +00:00
Gee Bartlett 96c83f8ae4 Update interstate75.md 2023-02-22 11:35:33 +00:00
Gee Bartlett 2a1c1e464f moved text size and placement 2023-02-22 11:35:33 +00:00
Gee Bartlett 58ee3b1e97 added boot button to module 2023-02-22 11:35:33 +00:00
Philip Howard f17c04b7ff
Merge pull request #658 from SimonShirley/main
List index out of range fix, remove default QR message if text files are available and file housekeeping
2023-02-22 11:11:59 +00:00
Philip Howard b08cf1fba0
Merge pull request #678 from pimoroni/patch-cosmic-example
Patch: fixed error caused by missing secrets.py
2023-02-22 11:04:01 +00:00
Hel Gibbons 8c4e54ad6b
Merge pull request #679 from Zoobdude/main
Update function names in readme
2023-02-22 10:41:50 +00:00
Brian Corteil a5538da8e6 Update cheerlights.py
added newline to last line
2023-02-22 02:05:20 +00:00
Brian Corteil ba7a17ff43 removed white space on lines 26 and 27 2023-02-22 01:57:33 +00:00
Zoobdude b4be3014fc
Update function names in readme
Looks like someone forgot to update the function names in the Badgerw's readme (they were still the ones from the old library)
2023-02-21 21:54:52 +00:00
Zoobdude 3797d4b76e
Update README.md 2023-02-21 21:48:44 +00:00
thirdr e3dc655a34 fixed error caused by missing secrets.py 2023-02-21 16:34:47 +00:00
Philip Howard af46e0379f
Merge pull request #676 from pimoroni/cosmic-launch-examples
Cosmic Unicorn: Launch Examples.
2023-02-21 14:39:44 +00:00
Philip Howard c78e85a171
Merge pull request #677 from pimoroni/patch-noisy-artifacts
CI: Don't include debug .elf files in artifacts.
2023-02-21 14:39:27 +00:00
Phil Howard 85881db00c CI: Don't include debug .elf files in artifacts. 2023-02-21 13:28:20 +00:00
Phil Howard 81884448ab Cosmic Unicorn: Launch Examples.
Co-authored-by: thirdr <ryan@pimoroni.com>
2023-02-21 13:25:39 +00:00
Philip Howard 049219c7f4
Merge pull request #641 from pimoroni/cosmic
Cosmic
2023-02-21 13:18:26 +00:00
Phil Howard 2176e0feb1 MicroPython: Avoid some duplication in CMake files. 2023-02-21 12:52:47 +00:00
Phil Howard fc37ef100d Cosmic Unicorn: Tidy up audio feature test a little. 2023-02-21 12:52:47 +00:00
Phil Howard a09fde770f Cosmic Unicorn: Fix feature test for #661. 2023-02-21 12:52:47 +00:00
Phil Howard 6c0c45d6c8 Cosmic Unicorn: Fast, numpy effect examples. 2023-02-21 12:52:46 +00:00
Phil Howard f4b0434229 PicoGraphics: Add create_pen_hsv to p4, p8 and rgb332 pens. 2023-02-21 12:52:46 +00:00
Phil Howard bbeac41785 Cosmic Unicorn: Implement RGB888 frame convert. 2023-02-21 12:52:46 +00:00
Phil Howard aa9c5b6538 Cosmic Unicorn: Add P4 and P8 support. 2023-02-21 12:52:46 +00:00
Phil Howard ff3efc0d28 Cosmic Unicorn: Include ulab. 2023-02-21 12:52:46 +00:00
Phil Howard 72ad4dcc47 Cosmic Unicorn: Optimise buffer flip. 2023-02-21 12:52:46 +00:00
Phil Howard 1b2dae45d3 Cosmic Unicorn: Add config and workflow for .uf2. 2023-02-21 12:52:46 +00:00
Gee Bartlett 53162737a1 Cosmic Unicorn: MicroPython Examples.
updating demos

other demos

Update rainbow.py

linting fixes

Faster flames
2023-02-21 12:52:46 +00:00