ZodiusInfuser
44412365b8
Tidying up of calibration
2022-03-30 14:29:02 +01:00
ZodiusInfuser
23bf49bdba
Lint fix
2022-03-30 14:29:02 +01:00
ZodiusInfuser
09e69ff8d9
Improvements to calibration and a calib example
2022-03-30 14:29:02 +01:00
ZodiusInfuser
676c54aaed
Added a servo easing example
2022-03-30 14:29:02 +01:00
ZodiusInfuser
98ccb7698d
Added sensor feedback example
2022-03-30 14:29:02 +01:00
ZodiusInfuser
df217b69b5
Added current meter example, + some fixes
2022-03-30 14:29:02 +01:00
ZodiusInfuser
e41a8bd6e5
Added sensor reading example, with mux support
2022-03-30 14:29:02 +01:00
ZodiusInfuser
3375a9ec20
Added servo wave example
2022-03-30 14:29:02 +01:00
ZodiusInfuser
cc7179d6d0
Added LED bar example and exposed servo2040 constants
2022-03-30 14:29:02 +01:00
ZodiusInfuser
aee14e2d51
Added some initial Servo examples, and tweaked API
2022-03-30 14:29:02 +01:00
Philip Howard
7c523f82df
Merge pull request #325 from MichaelBell/improve-performance
...
Badger2040: system_speed call, plus performance improvements
2022-03-30 13:58:19 +01:00
Mike Bell
179796b80f
Very Slow to 4MHz, fix linter error
2022-03-30 00:27:28 +01:00
Philip Howard
ca39554d28
Merge pull request #318 from MichaelBell/better-help
...
Badger2040: Improve help, info, qrgen
2022-03-29 23:17:16 +01:00
Mike Bell
b78b292ff8
Don't slow down the system clock too much at the top of launcher - there's no need to save battery if the app will switch the badger off when it's finished anyway.
2022-03-29 23:16:18 +01:00
Mike Bell
c1c1b9f1bc
Badger2040: Use new system speed call in examples and document it.
2022-03-29 23:16:18 +01:00
Philip Howard
9fc556d064
Merge pull request #316 from MichaelBell/earlier-power-init
...
Even better Badger wake handling
2022-03-29 23:12:55 +01:00
Mike Bell
a22cb42813
Badger2040: List app uses items from checklist.txt again, stores hash of item list instead of a copy of the list.
2022-03-29 22:43:22 +01:00
Philip Howard
ed93acdb1d
Merge pull request #308 from pimoroni/example-furtling
...
Add example to set RV3028 RTC breakout
2022-03-29 14:13:28 +01:00
Mike Bell
721da69adc
Badger2040: Update list app to use new system
2022-03-26 19:29:24 +00:00
Mike Bell
a5efdf8bae
Badger2040: Improve help, info, qrgen
2022-03-26 17:33:13 +00:00
Mike Bell
7720bbe602
Simplify Badger Wake on the C++ side, tidy up X_to_wake on the python interface
2022-03-26 12:45:25 +00:00
Philip Howard
522c83dc19
Merge pull request #313 from MichaelBell/battery-improvements
...
Badger2040 Micropython battery improvements
2022-03-25 16:58:33 +00:00
Mike Bell
72ff77aafa
Badger2040: Sleep after writing the book, to fix possible write delay when on battery
2022-03-25 16:52:52 +00:00
Mike Bell
e0e34fef42
Badger2040: Put state files in their own directory to keep things tidy
2022-03-25 16:30:06 +00:00
Mike Bell
47122d9351
Badger2040: fonts uses new framwork, clock more reactive to buttons
2022-03-25 15:58:57 +00:00
Mike Bell
be0f1358d1
Merge remote-tracking branch 'origin/MichaelBell-battery-improvements' into battery-improvements
2022-03-25 15:35:48 +00:00
Mike Bell
88dd6e6e86
Badger2040: qrgen now halts
2022-03-25 15:27:37 +00:00
Phil Howard
3042191c7e
Badger2040: Fix exit to launcher.
2022-03-25 15:14:34 +00:00
Phil Howard
5c2cc7ebf8
Badger2040: Improve launcher.
2022-03-25 14:55:56 +00:00
Mike Bell
eb2e55b27c
I learn how to run the linter locally
2022-03-25 14:51:23 +00:00
Mike Bell
6dee15a6fc
Badger2040: ebook now uses badger_os
2022-03-25 14:46:37 +00:00
Phil Howard
b85792f254
Badger2040: JSON app state.
2022-03-25 14:25:27 +00:00
Phil Howard
d3c8811656
Badger2040: Fixup examples for Act LED and A+C to exit.
2022-03-25 11:35:52 +00:00
Phil Howard
a862a6d310
Badger2040: Use Act LED in Launcher
2022-03-25 11:09:44 +00:00
Phil Howard
a23cc59e3c
Badger2040: Use Act LED. Avoid recreating files on every load.
2022-03-25 11:09:27 +00:00
Mike Bell
d313a9d871
Quit app on A+C pressed using an interrupt handler.
...
Note if apps set up their own interrupt handlers then they take precedence, but in that case the app should be responsible for quitting.
2022-03-25 01:05:55 +00:00
Mike Bell
e19fe9cb73
Apparently Thonny doesn't clear blank lines on save
2022-03-25 00:29:09 +00:00
Mike Bell
994ddba0e1
Badge, image and launcher all now sleep when on battery
2022-03-25 00:26:48 +00:00
Philip Howard
938134b14e
Merge pull request #315 from pimoroni/patch-micropython-builtins
...
Badger2040: Fix builtin module depends typo.
2022-03-25 00:17:55 +00:00
Phil Howard
3c3a5683d9
Badger2040: Fix builtin module depends typo.
2022-03-25 00:09:14 +00:00
Phil Howard
5bd13a5cd1
Badger2040: Create badger_os utils module.
2022-03-24 23:20:46 +00:00
Mike Bell
a0baae33a6
Once more with a very long line
2022-03-23 22:48:47 +00:00
Mike Bell
40d22a02ff
Appease the linter
2022-03-23 22:42:46 +00:00
Mike Bell
a901064259
Use halt in image app
2022-03-23 21:42:18 +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
helgibbons
640b29c046
lint RTC example
2022-03-22 09:17:16 +00:00
helgibbons
fdc6d64f46
Add example to set time on RV3028 RTC
2022-03-22 09:14:02 +00:00
helgibbons
0cb0cf16bd
Change BME68x pins to BG default
2022-03-22 08:33:49 +00:00
Philip Howard
fa2774b114
Merge pull request #304 from samuelmcdermott/main
...
Conway's game of life for Badger2040
2022-03-18 16:20:41 +00:00
samuelmcdermott
a8f03f298e
add conways game of life
2022-03-17 19:10:43 +00:00
Zak Zebrowski
8ccfdaf5bd
Badger2040: Add sleep to help and info
2022-03-16 11:48:16 +00:00
Andy Piper
122c96f4e5
flake8 format/lint
2022-03-13 20:59:57 +00:00
Andy Piper
079be62746
Fix filenames in examples README
...
Add formatting and info to examples README
Add user button to button test example
Add voltage comments for battery in examples
2022-03-13 17:22:59 +00:00
Phil Howard
421d1edf84
qrcode: Basic MicroPython example for PicoDisplay
2022-03-11 12:55:34 +00:00
Phil Howard
d3ac1b63be
qrcode: Rename & improve example
2022-03-11 12:52:29 +00:00
Phil Howard
3c70a3847e
qrcode: Add example to badgerOS
2022-03-11 12:52:29 +00:00
Phil Howard
c6debfc091
Badger2040: Fix ebook.py missing lines for #280
2022-03-10 10:37:39 +00:00
Philip Howard
fe88093c30
Merge pull request #278 from lurch/patch-3
...
badger2040: prevent date being set to an invalid value
2022-03-09 14:17:29 +00:00
Andrew Scheller
58398f9f55
badger2040: prevent date being set to an invalid value
...
(by restricting the maximum number of days in a month as necessary)
2022-03-09 12:48:02 +00:00
Philip Howard
7dfd9a04b0
Merge pull request #284 from pimoroni/tweak-docs
...
Add Pimoroni Pico LiPo button/LED example, tweak docs
2022-03-09 12:22:45 +00:00
Philip Howard
0eddc07413
Merge pull request #275 from lurch/patch-1
...
badger2040: Set default clock to a valid date
2022-03-09 12:03:27 +00:00
helgibbons
47e1ad3ae8
Add button & LED example for Pimoroni Pico LiPo
2022-03-08 16:58:51 +00:00
Andrew Scheller
548b0dd0c0
badger2040: Only 24 hours in a day (not 60)
2022-03-06 12:04:55 +00:00
Andrew Scheller
8f10a91002
badger2040: Set default clock to a valid date
...
2022 isn't a leap year, so there is no 29th February!
2022-03-06 11:58:14 +00:00
Philip Howard
3ce347799b
Merge pull request #271 from pimoroni/patch-badger2040-examples
...
Badger 2040 - Improve examples
2022-03-04 17:08:49 +00:00
Phil Howard
04ff3023d9
Badger2040: Improve clock
...
* Toggle into time-set mode with B
* Move to date/time parts with A/C
* Change values with up/down
* Centered clock so it looks nicer
2022-03-04 16:47:07 +00:00
Phil Howard
ddf5f7631e
Badger2040: Use book.txt for ebook example
2022-03-04 15:42:47 +00:00
Phil Howard
e62b3a8fc8
Badger2040: Move assets & builtin tooling to examples dir
2022-03-04 15:26:00 +00:00
Phil Howard
3756f0b707
Badger2040: Ebook font size & style controls
2022-03-04 15:25:56 +00:00
Phil Howard
4496e3e7a2
Badger2040: Image file overlay toggle
2022-03-04 14:58:52 +00:00
Phil Howard
d0b52a77f1
Badger2040: List load/save
2022-03-04 14:40:09 +00:00
Philip Howard
60a9e93251
Merge pull request #263 from pimoroni/moar-badger-examples
...
Add simple LED example and readme tweaks
2022-03-04 13:34:46 +00:00
Hel Gibbons
7d7c4952fc
Lint LED example
2022-03-04 12:34:44 +00:00
Phil Howard
e8d6d5930f
Badger2040: Rename e-reader and checklist to match builtins
2022-03-04 11:13:51 +00:00
helgibbons
1975b47e33
Tweak examples readme
2022-03-04 09:00:04 +00:00
Phil Howard
ee9270b283
Badger2040: Fix bugs in Launcher
2022-03-01 15:55:24 +00:00
Phil Howard
6e7d8a1682
Badger2040: Allow builtin demos to be replaced
2022-03-01 15:18:40 +00:00
Hel Gibbons
fbb803e9a6
Update README.md
2022-03-01 13:13:00 +00:00
Hel Gibbons
d9465aadb8
Update README.md
2022-02-28 16:19:48 +00:00
Hel Gibbons
6a26aa9802
Create led.py
2022-02-28 16:16:44 +00:00
Nathan M
ee12d846a1
fix custom badge file not loading correctly
2022-02-28 00:48:40 +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
Philip Howard
f4c860faba
Merge pull request #251 from helgibbons/main
...
Add battery example for Pimoroni Pico LiPo
2022-02-25 16:24:15 +00:00
Phil Howard
e280db4d0c
Badger2040: Finish Help & Info
2022-02-25 16:06:52 +00:00
Phil Howard
d99c7bc3cb
Badger2040: Help and Info stubs, cleanup launcher icons
2022-02-25 15:46:04 +00:00
Phil Howard
e44017e0a0
Badger2040: Add launcher dark mode, USER button is shift
2022-02-25 14:57:43 +00:00
Phil Howard
b2fed2b6dc
Badger2040: Add launcher disk usage
2022-02-25 14:49:38 +00:00
Phil Howard
169e332917
Badger2040: Add Medium speed, drop spicy super turbo
2022-02-25 13:37:35 +00:00
Phil Howard
81395654bf
Badger2040: Drop sys from badge example
2022-02-25 11:08:32 +00:00
ZodiusInfuser
7df528030f
Added examples readme
2022-02-25 11:08:32 +00:00
Phil Howard
705a4de2fc
Badger2040: Sync badge from beta build
2022-02-25 11:08:32 +00:00
Phil Howard
b92eb61d0d
Badger2040: Sync checklist from beta build
2022-02-25 11:08:32 +00:00
Phil Howard
2756860090
Badger2040: Launcher tweaks
2022-02-25 11:08:32 +00:00
Phil Howard
f2f3e065d5
Badger2040: Tweak examples
2022-02-25 11:08:32 +00:00
ZodiusInfuser
57cd178956
Made menu in font.py a bit bigger
2022-02-25 11:08:32 +00:00
ZodiusInfuser
6187caa4fb
Added no battery setting
2022-02-25 11:08:32 +00:00
Phil Howard
b357eef88a
Badger2040: Image help text and default unpack.
2022-02-25 11:08:32 +00:00
Phil Howard
64cbee7d2b
Badger2040: Add battery status to launcher
2022-02-25 11:08:32 +00:00
Phil Howard
465f5e4c4d
Badger2040: Add image example, update convert.py
2022-02-25 11:08:32 +00:00
ZodiusInfuser
c9bf201ff2
Added battery level example
2022-02-25 11:08:32 +00:00
Phil Howard
5b791caee1
Badger2040: Add image to badge
2022-02-25 11:08:32 +00:00
ZodiusInfuser
74d004b939
Removed print statement
2022-02-25 11:08:32 +00:00
ZodiusInfuser
826a8f2406
Added a fonts example
2022-02-25 11:08:32 +00:00
ZodiusInfuser
5b3d9ce046
Badge bugfix
2022-02-25 11:08:32 +00:00
ZodiusInfuser
73839a4ee9
Added badge example
2022-02-25 11:08:32 +00:00
Phil Howard
2efd7b9655
Badger2040: Fix examples & prep for baking
2022-02-25 11:08:32 +00:00
ZodiusInfuser
a5485862af
Fix for quotation marks not actually showing
2022-02-25 11:08:32 +00:00
ZodiusInfuser
eb8fcda727
Added working e-reader example
2022-02-25 11:08:32 +00:00
ZodiusInfuser
3f1ed1e2db
Bug fixes to Checklist
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
a4f7d05fe5
Badger2040: Move startup block on held buttons to launcher.py
...
Blocking on held buttons is bad for MicroPython, since it makes nothing happen on startup-
We need the button to be held but are waiting for a button release after some arbitrary amount of time.
Additionally running code while holding down a button would block normal MicroPython event execution and crash the host's USB bus quite severely.
2022-02-25 11:08:32 +00:00
Phil Howard
167bfbb781
Badger2040: Lint examples, launcher tweaks
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
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
5a0fe00149
Badger2040: Fix typo, comment out explodey wfi
2022-02-25 11:08:32 +00:00
Phil Howard
3bd875c63d
Badger2040: Test code
2022-02-25 11:08:32 +00:00
helgibbons
45927eb134
lint battery.py
2022-02-17 11:56:09 +00:00
helgibbons
14cb47b4bb
Add Pimoroni Pico LiPo battery example
2022-02-17 11:16:49 +00:00
Phil Howard
f763bae3f4
SCD41: Add i2c pins to MicroPython example
2022-01-27 11:13:22 +00:00
Sam Nicholls
7ee3d74a4a
Clarify BME68X humidity and gas resistance units
2022-01-25 22:33:04 +00:00
Phil Howard
6d6803612a
Add SCD41 MicroPython bindings
2021-12-16 11:39:34 +00:00
Philip Howard
c322717eb2
Merge pull request #193 from pimoroni/pure-cpp-i75
...
Pure C++ HUB75 example
2021-12-08 15:25:53 +00:00
helgibbons
2aace8cac9
linting examples
2021-12-05 19:57:38 +00:00
helgibbons
1c1cf528f9
Couple of festive examples for Plasma 2040
2021-12-05 19:53:45 +00:00
Phil Howard
4dc3f9b9c4
HUB75 Scrolling wavy text and clock demo
2021-12-01 21:57:40 +00:00
Phil Howard
4496c25a8f
HUB75: Remove debug from clock, use only flip's implicit delay
2021-11-25 18:14:36 +00:00
Phil Howard
c556391be3
HUB75 Clock example, brightness tweak
2021-11-25 16:37:46 +00:00
Phil Howard
d4bf69324f
HUB75 tidyup, examples
2021-11-23 13:58:34 +00:00
Philip Howard
e249113fea
Merge pull request #183 from pimoroni/driver/icp10125
...
Driver for the ICP10125 pressure & temperature sensor
2021-11-09 17:02:50 +00:00
Philip Howard
1a9e2802fe
Merge pull request #206 from pimoroni/driver/pwm3901
...
C++ and MP drivers and examples for Optical Flow sensors
2021-10-06 11:19:29 +01:00
Philip Howard
0c4be0dbb9
Merge pull request #209 from helgibbons/main
...
add Pico Explorer weather station examples
2021-10-06 11:13:28 +01:00
Philip Howard
3c57cbcdef
Merge pull request #208 from pimoroni/picowireless-ppwhttp
...
PicoWireless: move HTTP code to ppwhttp library
2021-10-06 11:12:13 +01:00
Phil Howard
1bb61b2c52
PicoWireless: network scan example
...
Basic example to scan SSID networks and list them.
2021-10-04 16:20:57 +01:00
helgibbons
de05483ca6
linting Pico Explorer weather station examples
2021-09-30 19:05:11 +01:00
helgibbons
67a4490180
add Pico Explorer tiny weather station examples
2021-09-30 18:37:53 +01:00
Phil Howard
7772959450
PicoWireless: add TLS support to ppwhttp
...
* Add a new "connection_mode" argument to http_request. This can be TLS_MODE or TCP_MODE
* Fix a bug where assumptions about json parsing don't hold up
* Check for TCP_STATE_CLOSED and bail early from connect_to_server
2021-09-30 10:47:30 +01:00
Phil Howard
78d50c2986
PicoWireless: ppwhttp add wildcard routes
...
This slightly reckless extension to ppwhttp adds support for wildcard routes, eg:
/get_led/<int:index>
Which will serve URLs in the form:
/get_led/10
/get_led/22
etc.
The wildcard includes <type:key>, attempting to match the behaviour of Flask.
Only type "int" is supported currently.
/get_led/<index> - would set data["index"] to a string
/get_led/<int:index> - would attempt to parse the URL part to an int, and would not serve eg: /get_led/hi
See plasma_ws2812_http.py for example usage.
2021-09-29 16:27:02 +01:00
Phil Howard
b92d77a2f9
PicoWireless: handle encoding/content type better in ppwhttp
...
Uses the correct? default Content-Type and encoding for HTTP.
Parses the Content-Type header *before* decoding the content body.
Handles JSON type gracefully.
Decodes the response body accoding to the encoding header.
2021-09-29 14:09:59 +01:00
Phil Howard
eb3c8b0ebc
PicoWireless: ppwhttp fix to support JSON content type
...
This is a bit of a fudge, and was only tested against the Cheerlights API.
Detects JSON content type, parses out the content length and truncates the response body to length.
Should probably do this *before* decoding from utf-8.
Updates cheerlights.py API example to support XML, JSON and TEXT endpoints.
2021-09-29 12:47:55 +01:00
Phil Howard
9f07be90da
PicoWireless: move HTTP code to ppwhttp library
...
Creates a new ppwhttp library to hide the implementation detail of HTTP clients/servers from the examples.
Adds a new example - plasma_ws2812_http.py - showing how to expand rgb_http.py to use a WS2812 pixel strip.
Adds "secrets.py" and moves WIFI connection information there. ppwhttp will throw an error if it's missing.
2021-09-29 12:20:06 +01:00
ZodiusInfuser
27b74e140b
Finished drivers bindings and examples for flow sensors.
2021-09-13 21:58:11 +01:00
Phil Howard
759868e787
Python bindings & docs for ICP10125
2021-09-08 14:10:21 +01:00
ZodiusInfuser
9906fdec38
C class and MP bindings for PicoDisplay2
2021-09-08 13:56:03 +01:00
Phil Howard
90c01f613c
Pico Unicorn: Add rainbow.py example
2021-08-27 10:52:26 +01:00
ZodiusInfuser
bb23ba22db
Added C++ port of accelerometer example
2021-08-25 18:12:10 +01:00
Phil Howard
03a7cbee06
Fix speed gauge
2021-08-25 16:06:51 +01:00
ZodiusInfuser
08a54a600f
Linting fixes
2021-08-25 15:23:22 +01:00
ZodiusInfuser
9d505f208a
Added MP accelerometer example
2021-08-25 15:06:05 +01:00
ZodiusInfuser
4393372726
Linting Fixes
2021-08-24 16:10:23 +01:00
ZodiusInfuser
f92d35a014
Added I2C defines
2021-08-24 16:06:44 +01:00
ZodiusInfuser
51d4901e34
Added rotary encoder MP example
2021-08-24 16:01:51 +01:00
ZodiusInfuser
a5d9fcf48a
Renamed bme68x plasma example to Monitor
2021-08-24 11:41:56 +01:00
ZodiusInfuser
5b40899e44
Linting fixes
2021-08-23 16:30:03 +01:00
ZodiusInfuser
a98252993d
Linting fixes
2021-08-23 16:28:27 +01:00
ZodiusInfuser
88a9449e0a
Added micropython version of bme example, and backported some fixes
2021-08-23 16:21:38 +01:00
ZodiusInfuser
41365fd89e
Updated button example for new mp
2021-08-19 15:50:16 +01:00
ZodiusInfuser
c4e0316fd8
Linting fix
2021-08-19 15:19:01 +01:00
ZodiusInfuser
0faa312358
Updated micropython example to use working submodule
2021-08-19 15:16:40 +01:00
ZodiusInfuser
64e6d248d5
Updated rainbow example to be consistant across languages
2021-08-19 12:58:13 +01:00
ZodiusInfuser
373a7df923
Linting fixes
2021-08-19 12:58:13 +01:00
ZodiusInfuser
336791ed77
Updated plasma mp examples to use user_sw and current sensing
2021-08-19 12:58:13 +01:00
Phil Howard
59d3c91f1b
Demo and document RGBLED and Button
...
Add constants to `plasma` module for Plasma 2040 pins.
2021-08-02 14:37:07 +01:00
Phil Howard
596fb55a57
Add "plasma" MicroPython module
...
Includes "WS2812" and "APA102" modules, wrapping the libraries.
Uses a destructor to clean up the LED strip and resources when MicroPython is stopped/restarted.
2021-08-02 14:37:06 +01:00
Phil Howard
be9b1437db
Add MicroPython bindings for BME280 and BMP280
2021-08-02 14:20:59 +01:00
Phil Howard
746e21c542
BME68X Add Time/Temp config to Gas, document
2021-08-02 14:12:46 +01:00
Phil Howard
618fd559f9
BME68X Python example, docs and configure
2021-08-02 14:12:46 +01:00
Phil Howard
b80b714c4f
BH1745 MicroPython bindings & example
2021-07-30 12:41:06 +01:00
Phil Howard
ff8917cbe0
Retry failed HTTP connections in cheerlights.py
...
As discussed on https://forums.pimoroni.com/t/pico-wireless-pack-fetching-data-from-web/17215/ the cheerlights.py example was stalling on the first HTTP request.
I have added a timeout in this case, so the code will stop waiting and retry after the 60second polling wait period. Users report this does the trick!
2021-06-05 19:45:07 +01:00
Phil Howard
0bda2abd2a
Fix AS7262 constructor and example
2021-05-18 11:36:14 +01:00
Phil Howard
66f6983290
Port remaining modules to PimoroniI2C, update examples
2021-05-18 11:18:41 +01:00
Phil Howard
77839e2a6a
Tidy up constructors, drop unused variables, const single addr
...
Removes i2c_inst_t from constructors since it's ignored, and updated the Python bindings not to supply this argument. Instance is inferred from the supplied pins.
2021-05-17 14:50:49 +01:00
ZodiusInfuser
0a804a426b
Micropython linting fixes
2021-05-14 13:15:39 +01:00
ZodiusInfuser
7886b8e78d
Finished MP bindings for RV3028 and included a simple example
2021-05-14 13:15:39 +01:00
ZodiusInfuser
707aeba5aa
MP linting fix
2021-05-14 12:41:46 +01:00
ZodiusInfuser
7eb8197e45
Added micropython examples for IOExpander
2021-05-14 12:41:46 +01:00
ZodiusInfuser
370167f0f4
Renamed MICS demo file to match other breakouts
2021-05-14 12:41:46 +01:00
Phil Howard
7202926fbb
Add mics6814 python demo
2021-05-14 12:41:46 +01:00
ZodiusInfuser
4b850b9290
Added micropython examples for Pot and Enc
2021-05-14 12:41:46 +01:00
ZodiusInfuser
ea460f9519
Micropython bindings and example for MSA301
2021-05-14 10:02:56 +01:00
Phil Howard
a4b464df12
AS7262 add Pico Explorer bargraph example
2021-05-12 16:05:43 +01:00
ZodiusInfuser
9cbeb79b43
Micropython linting fixes
2021-05-12 16:04:50 +01:00
ZodiusInfuser
a6c738d018
Finished micropython bindings for AS7262, and added example
2021-05-12 16:04:50 +01:00
Philip Howard
5d27dbc711
Merge pull request #137 from pimoroni/driver/st7789
...
C++ and MP support and example for 1.3" LCD breakout
2021-05-10 08:59:19 +01:00
Phil Howard
d33c0caa27
Simple example for scrolling text
2021-05-07 15:02:52 +01:00
ZodiusInfuser
7b0823d867
Fixes for python linting
2021-05-07 13:48:56 +01:00
ZodiusInfuser
16106d5596
Micropython bindings for ColourLCD and minor tweaks for ST7789, and RoundLCD
2021-05-07 13:48:51 +01:00
ZodiusInfuser
2be5b11c42
Micropython bindings for small ColourLCD and ST7735
2021-05-07 11:10:47 +01:00
ZodiusInfuser
76c0b29f8a
Micropython linting fixes
2021-05-06 10:16:17 +01:00
ZodiusInfuser
ded2710f90
Micropython binding fixes and example for SGP30
2021-05-06 10:16:10 +01:00
ZodiusInfuser
3f379d04e7
C++ and MP support and example for LTR559 breakout ( #135 )
...
* C driver and example for LTR559 breakout
* Micropython bindings and example for LTR559
2021-05-06 09:48:17 +01:00
ZodiusInfuser
7d3eb60b33
C++ and MP support and example for Trackball breakout ( #134 )
...
* C and Micropython bindings for trackball
* C and Micropython examples for trackball
2021-05-04 22:29:53 +01:00
ZodiusInfuser
69ba1c88ef
C++ and MP support and examples for Dotmatrix breakout ( #133 )
...
* C driver for LTP305 breakout
* Micropython bindings for LTP305 breakout
* Micropython examples for dotmatrix
* C++ examples for dotmatrix
Co-authored-by: Phil Howard <phil@gadgetoid.com>
2021-05-04 10:34:52 +01:00
helgibbons
cde1b97e57
Green fixed!
2021-04-29 20:18:24 +01:00
Phil Howard
1f4fe5c3b0
Add MicroPython bindings for RGBMatrix5x5 and Matrix11x7
...
Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2021-04-22 17:34:40 +01:00
Philip Howard
7776536d83
Merge pull request #126 from pimoroni/pico-wireless
...
C++/MicroPython Support & Examples for Pico Wireless
2021-04-22 13:40:59 +01:00
Philip Howard
eee38968a5
Merge pull request #123 from helgibbons/main
...
Add Pico Lipo SHIM example
2021-04-16 15:54:26 +01:00
helgibbons
f7977dc17c
Linting battery.py
2021-04-16 10:09:40 +01:00
Phil Howard
6167589812
Add Pico Wireless Python examples
2021-04-15 12:02:18 +01:00
Phil Howard
47be7e5f31
Add Python linting
2021-04-15 09:36:38 +01:00
helgibbons
7245d3c47e
Add Pico Lipo SHIM example
2021-04-12 17:22:42 +01:00
ZodiusInfuser
848aa19c2c
Added micropython support and example for roundlcd breakout
2021-03-30 15:15:13 +01:00
Phil Howard
051013a1b3
Improved thermometer demo colour range
...
* Display temp as 00.00 with floating point component
* Use the temp value to blend from a list of display colours
* Fixed slowdown bug when screen begins to scroll
2021-03-29 16:57:58 +01:00
Philip Howard
69c7183c47
Merge pull request #87 from slabua/main
...
Display thermo example Keep last 48 temperatures
2021-03-29 16:26:05 +01:00
dsssssssss9
5a7d053c62
Create balls_demo.py example ( #98 )
...
This is adapted from the demo.py in the examples/pico_display directory.
It now displays full screen on a Pico Explorer
2021-03-29 13:24:50 +01:00
Salvatore La Bua
13b94c59c4
Display thermo example Keep last 48 temperatures
2021-03-09 02:16:10 +09:00
Philip Howard
62b869474d
Merge pull request #69 from pimoroni/patch-bouncing-balls
...
Improved bouncing balls demo
2021-02-23 15:05:30 +00:00
Phil Howard
e17aa01f5d
Improved bouncing balls demo
...
Keep the bouncing balls in the court and gives balls a speed in proportion to their size. Created from code in #63
Co-authored-by: Mark Emery <mark@markemerylimited.co.uk>
2021-02-23 12:46:50 +00:00
helgibbons
5f1bc6b641
Tweaks to examples
2021-02-16 16:52:48 +00:00
helgibbons
5a6a5b42c1
Update buttons.py
2021-02-16 14:50:11 +00:00
helgibbons
5118339781
Add simple button example for Display and Explorer
2021-02-16 14:43:57 +00:00
helgibbons
8b96198604
add PWM audio example
2021-02-16 12:54:23 +00:00
helgibbons
15569842e8
add Explorer examples
2021-02-14 18:24:01 +00:00
helgibbons
2f69d22c99
add some more examples
2021-02-14 14:42:51 +00:00
Philip Howard
890524ae9e
Merge pull request #48 from SimUKdev/patch-1
...
Updated demo.py with A/B/X/Y button example
2021-02-11 20:35:46 +00:00
ZodiusInfuser
9c65df1540
Removed set_backlight from PicoExplorer, as the board does not have backlight control
2021-02-11 16:51:53 +00:00
SimUKdev
d70708596e
Updated demo.py with A/B/X/Y button example
...
Added code to show a simple example of the on-board A/B/X/Y button press detection and displaying the result on the display, as this feature of the Pico Explorer hardware was not being demonstrated in the initial demo.py example.
2021-02-09 00:47:54 +00:00
Philip Howard
2a7f8f4781
Documentation ( #5 )
...
* Add Pico Display README
* Add PicoGraphics README
* Add Pico Explorer README
* Pico Display Python README
* Add Pico Unicorn demo.py
* Add Pico Unicorn MicroPython docs
* Add Pico Unicorn C++ README
* Add Pico RGB Keypad README
2021-01-27 09:36:08 +00:00
Philip Howard
1a1ed988ba
Fix explorer micropython lib ( #21 )
...
* fixed explorer library, added to cmake, and added quick demo
* display status of motors during demo
* increase motor power in demo
Co-authored-by: Jonathan Williamson <jon@pimoroni.com>
2021-01-24 20:34:35 +00:00
Phil Howard
f2eca450f8
Tweak demo to use display w/h and 16bit buf
2021-01-23 23:17:23 +00:00
James Sutton
f913f3198b
Fixing buffer in picodisplay micropython example
...
Signed-off-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
2021-01-23 23:17:23 +00:00
ZodiusInfuser
9a8bcc9f8a
Fixed issue with clear of picoscroll not working under mpy, and added demo
2021-01-21 16:56:04 +00:00
ZodiusInfuser
84e98b7040
Completed mpy wrapper for pico_display, and included example
2021-01-20 21:05:07 +00:00
ZodiusInfuser
7103377575
Added c++ code and mpy wrapper for pico_rgb_keypad, with examples
2021-01-19 18:40:51 +00:00