Mike Bell
|
946de6ffa2
|
Take Gadgetoid's proposed change, reduce magic
|
2022-03-24 20:49:51 +00:00 |
Mike Bell
|
c41714c4c9
|
Actually enable 3v3 at startup
|
2022-03-24 00:24:26 +00:00 |
Mike Bell
|
78c11d220d
|
Enable battery power on wake, expose pressed_to_wake on Badger object
|
2022-03-23 21:41:49 +00:00 |
Mike Bell
|
51b0e472e1
|
Add ability to halt the Badger from Micropython and get wake button presses. Change badge app to halt when image displayed
|
2022-03-23 00:30:07 +00:00 |
Phil Howard
|
91bbf53662
|
PMW3901, PAA5100: Construct correct class for secret sauce.
|
2022-03-18 13:34:49 +00:00 |
Phil Howard
|
e83f315c29
|
PMW3901, PAA5100: bindings into single module for #301.
|
2022-03-17 14:36:38 +00:00 |
Phil Howard
|
05c370abd4
|
PAA5100/PMW3901 Fix default float argument bug for #228
|
2022-03-16 17:35:45 +00:00 |
Phil Howard
|
d20af57dda
|
qrcode: Add to regular MicroPython build
|
2022-03-11 12:55:34 +00:00 |
Phil Howard
|
89172578ac
|
qrcode: Bind ECC and Mask controls
|
2022-03-11 12:52:29 +00:00 |
Phil Howard
|
087fd70276
|
Add QRCode MicroPython module
|
2022-03-11 12:52:29 +00:00 |
Phil Howard
|
2fd0330f63
|
CI: Move modules_py copy to CMake
|
2022-03-11 09:24:54 +00:00 |
helgibbons
|
dae16ea777
|
Update README.md
|
2022-03-08 17:47:10 +00:00 |
helgibbons
|
117c842fc0
|
Update README.md
|
2022-03-08 17:39:53 +00:00 |
Hel Gibbons
|
b01afbaac8
|
Update README.md
|
2022-03-08 17:36:35 +00:00 |
Hel Gibbons
|
613625776b
|
Update README.md
|
2022-03-08 17:28:57 +00:00 |
helgibbons
|
6d1a902adc
|
Update README.md
|
2022-03-08 17:25:46 +00:00 |
helgibbons
|
a5451f726f
|
Update README.md
|
2022-03-08 17:23:30 +00:00 |
Phil Howard
|
cbf330a1c7
|
Badger2040: Drop from regular MicroPython build
|
2022-03-04 15:27:28 +00:00 |
Phil Howard
|
e62b3a8fc8
|
Badger2040: Move assets & builtin tooling to examples dir
|
2022-03-04 15:26:00 +00:00 |
Phil Howard
|
e096e57566
|
Badger2040: Add missing boot.py
|
2022-03-04 11:32:11 +00:00 |
Phil Howard
|
e8d6d5930f
|
Badger2040: Rename e-reader and checklist to match builtins
|
2022-03-04 11:13:51 +00:00 |
Phil Howard
|
ef72098949
|
Badger2040: Build assets from source + CMake builtin copy
|
2022-03-04 11:06:42 +00:00 |
Philip Howard
|
273ca5c56d
|
Merge pull request #252 from pimoroni/badger2040-support
Support for Badger 2040
|
2022-02-25 16:25:22 +00:00 |
Phil Howard
|
f90559ed41
|
Badger2040: Add support for colour inverted mode
|
2022-02-25 14:49:28 +00:00 |
Phil Howard
|
169e332917
|
Badger2040: Add Medium speed, drop spicy super turbo
|
2022-02-25 13:37:35 +00:00 |
Phil Howard
|
2f8603e6b3
|
Badger2040: Add MicroPython README
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
40616f9795
|
Badger2040: Attempt to power off on soft reset
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
6585d6a670
|
MicroPython: Add missing Pico Graphics to LCD breakouts
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
079e2397bf
|
Badger2040: Build badgerOS
|
2022-02-25 11:08:32 +00:00 |
ZodiusInfuser
|
c9bf201ff2
|
Added battery level example
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
2c27296cc4
|
Badger2040: Add image & icon support
|
2022-02-25 11:08:32 +00:00 |
ZodiusInfuser
|
a346d4f2cf
|
Exposed text measure to MP and added Checklist example
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
2820b62e8c
|
Badger2040: Fix MicroPython binding for led
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
6ff5c39c1b
|
Badger2040: Bugfixes, danger LUTs, examples
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
183dd5f8cb
|
Badger2040: Add text rotation to MicroPython
Bonus: Make rotation and scale arguments optional.
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
1af63e583e
|
Badger2040: Add WIDTH/HEIGHT constants
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
af230b5fd5
|
Badger2040: Refactor to fix MicroPython issues
Move busy wait logic into MicroPython bindings so that MICROPY_EVENT_POLL_HOOK can be called.
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
5b084c1b9a
|
Badger2040: Add Fast/Slow LUTs, bugfix and tinkering helpers
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
72d361fa74
|
Badger2040: Add text functions and input
|
2022-02-25 11:08:32 +00:00 |
Phil Howard
|
46d54072ce
|
Badger2040 MicroPython bindings
|
2022-02-25 11:08:32 +00:00 |
ZodiusInfuser
|
4b96817616
|
Possible fix for display glitch after first program run
|
2022-02-22 11:00:02 +00:00 |
ZodiusInfuser
|
e4afa6b6f2
|
Possible fix for display glitch after first program run
|
2022-02-14 12:56:40 +00:00 |
Philip Howard
|
ab602135b6
|
Merge pull request #232 from waveform80/rgbgrbrg
Fix ordering of tuple returned by WS2812.get
|
2022-01-25 11:10:49 +00:00 |
Philip Howard
|
9c05e69573
|
Merge pull request #235 from mozz100/patch-1
Fix "repeat_time" docs in README
|
2022-01-25 11:01:29 +00:00 |
Philip Howard
|
fcf7b47c31
|
Merge pull request #237 from pimoroni/patch-plasma-update
Plasma/MP: bind update method for #236
|
2022-01-25 10:56:13 +00:00 |
Philip Howard
|
553f3dee60
|
Merge pull request #174 from pimoroni/driver/scd4x
Driver for SCD4X series CO2 sensors
|
2022-01-25 10:29:28 +00:00 |
Phil Howard
|
52df22a16a
|
Plasma/MP: bind update method for #236
|
2022-01-07 16:04:46 +00:00 |
Richard Morrison
|
aea0756fb8
|
Update README.md
Fix documentation around `Button` class's `repeat_time` behaviour.
|
2022-01-04 22:09:38 +00:00 |
Dave Jones
|
1a66c9f6d6
|
Fix ordering of tuple returned by WS2812.get
(and types of numbers returned by both WS2812.get and APA102.get)
|
2021-12-23 00:39:22 +00:00 |
Hel Gibbons
|
fe80fb4788
|
tweak resources links
|
2021-12-21 14:51:06 +00:00 |