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
Gee Bartlett
9bc616690e
Cosmic Unicorn: MicroPython bindings.
...
started on MP driver
removed duplacte audio_i2s.pio
disabled GU lib options
bug fixes
bringing Picographics into line
Update picographics.cpp
fixing naming Cosmic to cosmic fixed H and W
2023-02-21 12:52:44 +00:00
lowfatcode
c3672d7e3d
Cosmic Unicorn: Driver and C++ examples.
2023-02-21 12:50:48 +00:00
Philip Howard
93ac854672
Merge pull request #663 from pimoroni/feature/inky73
...
Support for Inky Frame 7.3" (using direct pen into PSRAM framebuffer)
2023-02-21 12:48:56 +00:00
Hel Gibbons
f06d7c2e83
Merge pull request #673 from Zoobdude/main
...
Update to Badger 2040 W getting started
2023-02-21 09:44:04 +00:00
Zoobdude
ae908c6075
Update README.md
2023-02-20 19:50:01 +00:00
Philip Howard
1b87ec8bd8
Merge pull request #648 from pimoroni/patch/interstate-examples
...
Few more Interstate examples
2023-02-20 12:39:07 +00:00
Phil Howard
ab488a4452
Fixup: Add pins.csv files to W builds.
2023-02-20 12:29:59 +00:00
Phil Howard
00988c6207
Inky: Add urllib.urequest to manifest.py.
2023-02-20 12:29:59 +00:00
Phil Howard
b0c25a57a2
Inky 7.3: Add LEDs to Python module.
2023-02-20 12:29:59 +00:00