Wykres commitów

1920 Commity (cb5db1d5944d0b6adc9ef9b7c014749b03301deb)

Autor SHA1 Wiadomość Data
thirdr 66fbdde5e1 7.3 Frame support for Nasa APOD 2023-02-27 14:54:27 +00:00
thirdr 93dff218dc updated main launcher for 7 2023-02-27 14:54:27 +00:00
Philip Howard 9c1c9e6b8d
Merge pull request #694 from pimoroni/patch-cosmic-paint
Cosmic Unicorn: Port paint example.
2023-02-27 14:30:02 +00:00
Philip Howard c3498750ae
Merge pull request #683 from pimoroni/cosmic-wifi-mp-examples
added in the wifi examples from another branch
2023-02-27 14:29:45 +00:00
thirdr d25b04c93f standalone today example 2023-02-27 13:44:30 +00:00
Phil Howard c9d39d813c Cosmic Unicorn: Port paint example. 2023-02-27 12:28:25 +00:00
Gee Bartlett ca9b9d6b6a checked and updated nostalga prompt example 2023-02-27 12:22:19 +00:00
Hel Gibbons 35cc345eb4 Hooray, linting! 2023-02-27 11:53:20 +00:00
Hel Gibbons 69ee5cff3a remove out of date upip install code 2023-02-27 11:53:20 +00:00
Hel Gibbons 9a613975d7 delete empty file 2023-02-27 11:53:20 +00:00
Gee Bartlett 4bc002091e added in the wifi examples from another branch 2023-02-27 11:53:20 +00:00
Brian Corteil 37ff6b8b37 Update cheerlights.py
updated with @Gadgetoid suggestion.
2023-02-23 21:35:29 +00:00
Philip Howard d4bb43a537
Merge pull request #687 from pimoroni/ci/patch-picow-cmake-ccache
CI: Separate CCache cache for Pico/PicoW.
2023-02-23 18:01:54 +00:00
Phil Howard 52f9c33874 CI: Separate CCache cache for Pico/PicoW. 2023-02-23 17:41:21 +00:00
Philip Howard 9ae42fdaab
Merge pull request #686 from pimoroni/patch-pico-graphics-deps
PicoGraphics: Include dependencies if necessary.
2023-02-23 17:39:39 +00:00
Phil Howard 0c0a7b3bf6 PicoGraphics: Include dependencies if necessary.
Replaces #346

Co-authored-by: Charlie Birks <charlie@daft.games>
Co-authored-by: ThomasPDye <tompdye@googlemail.com>
2023-02-23 17:23:59 +00:00
Philip Howard aab8f0be35
Merge pull request #225 from pimoroni/driver/mlx90640
Driver for the mlx90640 thermal camera
2023-02-23 17:18:46 +00:00
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