Phil Howard
|
f2751ba6e9
|
Pico Unicorn: Add support for PicoGraphics.
|
2023-03-16 15:02:28 +00:00 |
Phil Howard
|
3eb42336e6
|
Pico Unicorn: Refactor into class.
Borrow heavily from Galactic/Cosmic Unicorn for the PIO/chained-DMA setup.
|
2023-03-16 13:25:19 +00:00 |
Phil Howard
|
c9f6dfec4f
|
PicoGraphics: from_hsv to RGB::from_hsv.
|
2023-02-23 12:59:19 +00:00 |
Phil Howard
|
7fa9e5bdca
|
Enable -Werror -Wall and fix all the things
Since MicroPython builds under stricter conditions, this change should help minimise pitfalls when writing/binding drivers.
|
2021-05-17 16:20:42 +01:00 |
Jonathan Williamson
|
ded4087db4
|
perform updates via repeated dma transfer instead of blocking writes to the pio fifo
|
2021-01-19 07:09:58 +00:00 |
Jonathan Williamson
|
944355f060
|
updated demos/test, added clear() method to unicorn
|
2021-01-18 08:59:13 +00:00 |
Jonathan Williamson
|
97706e86df
|
moved examples into their own directory, moved pico support code into libraries directory, fixed cmake configuration
|
2021-01-16 16:00:15 +00:00 |