Wykres commitów

1357 Commity (41225090efb442ac9803a0a20f166d1536adafb6)

Autor SHA1 Wiadomość Data
ZodiusInfuser 41225090ef Added some C specific examples for Plasma Stick 2022-10-17 16:15:02 +01:00
helgibbons 5d45f9aa06 add error handling 2022-10-13 19:01:02 +01:00
helgibbons e986832414 add spooky rainbows for @guru 2022-10-13 18:15:35 +01:00
helgibbons d7f85c1160 tweak readme 2022-10-12 18:38:14 +01:00
helgibbons 8b19a9b314 linting 2022-10-12 18:32:45 +01:00
helgibbons 76c6e36e59 tweak readme 2022-10-12 18:32:00 +01:00
helgibbons 6e93e4d5bf add readme 2022-10-12 18:23:24 +01:00
helgibbons bdc22af6e5 add fire example 2022-10-12 18:20:32 +01:00
helgibbons 7014bcb749 add sensor examples 2022-10-12 16:54:48 +01:00
helgibbons db170a7b76 linting 2022-10-12 12:25:38 +01:00
helgibbons 2c71351ef7 add RV3028 function example 2022-10-12 12:21:13 +01:00
helgibbons 97abbb7af8 add spoooky mooon example 2022-10-12 12:06:41 +01:00
Hel Gibbons b22c536dcc add PIR example 2022-10-10 17:17:03 +01:00
Hel Gibbons f6cd2839cc Update weather.py 2022-10-10 15:17:25 +01:00
helgibbons 1886c4c3d2 add rainbows and blinkies 2022-10-05 15:00:59 +01:00
helgibbons 283986b531 more weather linting 2022-10-05 12:20:20 +01:00
helgibbons 9653dcaabd linting 2022-10-05 12:17:00 +01:00
helgibbons dd6d0a23ea add examples 2022-10-04 19:17:09 +01:00
Philip Howard 675de25985
Merge pull request #514 from dreambucket13/main
set pen for text to 15 for better visibility
2022-09-21 09:18:45 +01:00
dreambucket13 f427a74d55 set pen for text to 15 for better visibility 2022-09-16 15:17:25 -04:00
Philip Howard c00fee673e
Merge pull request #498 from pimoroni/purge-picoexplorer
Remove `picoexplorer` references
2022-09-07 10:00:13 +01:00
helgibbons dd872f5102 fix typo 2022-08-25 17:12:51 +01:00
helgibbons b8110f3905 Update LiPo examples to use PicoGraphics 2022-08-25 17:11:13 +01:00
helgibbons 2cbd710620 Remove references to old picoexplorer module 2022-08-25 16:10:32 +01:00
Philip Howard 05ef0d7f03
Merge pull request #492 from pimoroni/feature/jpegdec-nodither
JPEGDEC: Add option to disable dither on RGB332.
2022-08-22 11:00:01 +01:00
Philip Howard b8100d22e8
Merge pull request #487 from MichaelBell/tufty-overclock
ST7789 Parallel: Work with SYS clock faster than default
2022-08-11 13:07:51 +01:00
Phil Howard fddac54f86 JPEGDEC: Add option to disable dither on RGB332. 2022-08-11 11:46:45 +01:00
Philip Howard 4e005c03d1
Merge pull request #480 from pimoroni/feature/wakeup
MicroPython: Early wakeup GPIO latch module.
2022-08-10 12:45:55 +01:00
Phil Howard 42a29dbe7b Wakeup: Port to Badger 2040. 2022-08-08 12:05:55 +01:00
Mike Bell ac449ff640 Wakeup: Early ROSC to ~48MHz.
Speed up MicroPython Pico W startup to init_priority(101) execution from ~160ms to ~32ms.
2022-08-08 12:05:18 +01:00
Phil Howard f7781e2696 Wakeup: Fixup crt0.S and runtime.c.
Assert the VSYS_EN pin before copying SRAM and zeroing BSS.

Saves ~142ms of startup time before GPIO input is latched and pin is asserted.
2022-08-08 12:05:18 +01:00
Phil Howard 898e2a1b32 Wakeup: Optionally turn off RTC CLOCK_OUT. 2022-08-08 12:05:18 +01:00
Phil Howard 9ec77c2f10 LTR559: Lux as float.
Avoid truncating Lux to uint16_t.
2022-08-08 12:05:18 +01:00
Phil Howard fb246441bd MicroPython: Add picow_enviro build. 2022-08-08 12:05:18 +01:00
Phil Howard a4b6d86ac7 MicroPython: Port wakeup GPIO latch to asm. 2022-08-08 12:05:18 +01:00
Phil Howard dfa13f2a39 MicroPython: Early wakeup GPIO latch module. 2022-08-08 12:05:18 +01:00
Philip Howard 82756a3fc9
Merge pull request #488 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump PicoW.
2022-08-08 11:59:53 +01:00
Philip Howard 5b900cb088
Merge pull request #482 from pimoroni/guru-patch-1
Update bme68x_demo.py
2022-08-08 11:26:21 +01:00
Philip Howard 54ef2ddfd3
Merge pull request #476 from pimoroni/hel_more_inky_frame
add SD card example for Inky Frame
2022-08-08 10:05:04 +01:00
Paul Beech 553cedc80e Update bme68x_demo.py 2022-08-08 10:02:02 +01:00
Phil Howard d0dfa890df MicroPython: Bump PicoW. 2022-08-08 09:59:06 +01:00
Philip Howard 832a8e261a
Merge pull request #485 from pimoroni/patch-badger2040-with-modules
BadgerOS: Fix with-modules build.
2022-08-06 11:57:08 +01:00
Mike Bell b8ba66f593 ST7789 Parallel: Work with SYS clock faster than 125MHz 2022-08-04 20:44:17 +01:00
Phil Howard d7894df308 BadgerOS: Fix with-modules build. 2022-08-04 11:39:30 +01:00
Philip Howard 2855159921
Merge pull request #483 from pimoroni/patch-python-linting
Python: Show source of linting errors.
2022-08-03 09:26:22 +01:00
Phil Howard b529475148 Python: Fix new linting errors. 2022-08-03 09:07:32 +01:00
Phil Howard 527b97fb91 Python: Show source of linting errors. 2022-08-03 08:58:04 +01:00
Philip Howard 4abe57d0f3
Merge pull request #478 from pimoroni/patch_pcf85063a_mp
Exposed byte access for PCF RTC
2022-08-02 10:29:06 +01:00
Philip Howard abbfb76eaa
Merge pull request #477 from pimoroni/bug/dont-reset-rtc-please
Don't reset RTC.
2022-08-02 10:28:38 +01:00
Hel Gibbons 41ea541b19 add Inky Frame to supported products 2022-07-29 15:48:27 +01:00