Wykres commitów

1819 Commity (inkyframe7-launch)

Autor SHA1 Wiadomość Data
thirdr b66fc524ae adjustment to joke delivery position 2023-03-01 12:11:18 +00:00
thirdr 0cec01cf37 Switching from using JPEG to JSON files 2023-03-01 11:08:49 +00:00
thirdr 45a12892b8 adding blank secrets.py 2023-02-28 13:36:25 +00:00
Hel Gibbons de6b7e2828 Inky Frame: fix more typo 2023-02-28 13:10:44 +00:00
Hel Gibbons 579b8daa4e fix typo 2023-02-28 12:54:28 +00:00
thirdr b762ee8861 more colour and layout adjustments 2023-02-27 14:54:27 +00:00
thirdr 36458436bc oops, linting fix 2023-02-27 14:54:27 +00:00
thirdr d29666b87a colour adjustments 2023-02-27 14:54:27 +00:00
thirdr 797c0bbfd4 added exception handling 2023-02-27 14:54:27 +00:00
thirdr 9f8596c031 Switched from Taupe to Orange background text 2023-02-27 14:54:27 +00:00
thirdr 2357e8225b removed taupe colour from launcher 2023-02-27 14:54:27 +00:00
thirdr bc89afb58c Updated layout for Inky Frame 7 & 4 2023-02-27 14:54:27 +00:00
thirdr e8ff06dac8 Updated standalone examples for Inky Frame 7 2023-02-27 14:54:27 +00:00
thirdr 1fe071b713 support for inky 7 2023-02-27 14:54:27 +00:00
thirdr 44cc9d6e5e comment change 2023-02-27 14:54:27 +00:00
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
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
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