Commit Graph

926 Commits

Author SHA1 Message Date
Phil Howard d9a12f8509 Add ulab to included modules
This change submodules in our fork of ulab with an added usermod.cmake and adds it to the top-level usermod.cmake for our shipped modules.

It should - in theory - result in ulab being included in release builds.
2021-03-08 21:23:19 +00:00
Salvatore La Bua 13b94c59c4
Display thermo example Keep last 48 temperatures 2021-03-09 02:16:10 +09:00
Philip Howard 292e2b52af
Merge pull request #68 from pimoroni/driver-vl53l1x
Pico driver for vl53l1x Time of Flight breakout
2021-02-23 15:15:51 +00:00
James Sutton 8383621901
Explorer tga order fix (#65)
* Fixing TGA rendering order from RGB to GBR: http://www.paulbourke.net/dataformats/tga/

Signed-off-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
2021-02-23 15:15:01 +00: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
Phil Howard 25a8c5b8eb Tweak and clean up TOF demo
* Switch to using AutoRepeat class to debounce buttons
* Read TOF sensor non-blocking to avoid stalling input
* Drop dead code
* Make mode_to_text const
* "Hold" text shows red when held
2021-02-23 11:17:14 +00:00
Simon Reap 0166208a52 Pico driver for vl53l1x Time of Flight breakout 2021-02-22 22:02:23 +00:00
Philip Howard 53f3539c3a
Merge pull request #61 from helgibbons/main
Moar examples!
2021-02-16 18:17:00 +00:00
helgibbons 5f1bc6b641 Tweaks to examples 2021-02-16 16:52:48 +00:00
Philip Howard 1ef7cb10ce
Merge pull request #56 from beshrkayali/beshrkayali-patch-1
Minor typo :)
2021-02-16 15:47:21 +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 29dd151923 add links to Display readme 2021-02-16 12:47:19 +00:00
Philip Howard f83aa6bf48
Merge pull request #60 from helgibbons/main
Fixes the example in the MicroPython Display readme and adds a couple of new examples
2021-02-15 19:27:02 +00:00
helgibbons fcfd679e56 fix error in Display readme 2021-02-15 09:24:08 +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
helgibbons 8ac176fe57 fix the example, minor edits 2021-02-14 14:15:51 +00:00
Beshr Kayali a70aca19cb
Typo 2021-02-12 20:36:29 +01:00
Philip Howard 7c87e0c65a
Merge pull request #47 from UnfinishedStuff/main
Added Pico Scroll documentation
2021-02-12 12:46:47 +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
Philip Howard 63dd3dc096
Merge pull request #50 from crispythegoat/patch-3
Syntax Error on span function
2021-02-11 20:14:09 +00:00
Philip Howard f8e8efdb3d
Merge pull request #54 from pimoroni/patch-micropython
Fix for hardlock on calling a module function prior to calling init()
2021-02-11 20:03:11 +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
ZodiusInfuser 85906b1059 Fix for hardlock on calling a module function prior to calling init() 2021-02-11 15:45:39 +00:00
Philip Howard e086a0d1af
Merge pull request #49 from crispythegoat/patch-2
Typo Correction in MicroPython Display Doc
2021-02-09 14:12:33 +00:00
David Tillotson 7db3bcfa15
Corrected minor typos in README.md for the display libs (#42) 2021-02-09 14:01:58 +00:00
crispythegoat 3751b3eb02
Syntax Error on span function 2021-02-09 02:21:24 +00:00
crispythegoat 06490409e7
Update README.md 2021-02-09 02:15:34 +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
JC fd94c82042
Initial commit of pico scroll documentation
Initial commit of pico scroll documentation
2021-02-08 22:11:53 +00:00
Philip Howard 71d5f0785c
Merge pull request #46 from simon3270/add_repeat
RV3028 driver bug, autorepeat on example buttons
2021-02-08 17:40:31 +00:00
Simon Reap fab47350f4 Select Explorer/Display add-ons with #define 2021-02-08 16:40:02 +00:00
Simon Reap 5a1fa0e8f7 Merge branch 'add_repeat' of github.com:simon3270/pimoroni-pico into add_repeat 2021-02-08 16:17:18 +00:00
Simon Reap f4c059c7c1 Smaller running counter display in example) 2021-02-08 16:15:53 +00:00
Simon Reap 89386dada3 Fix getTimerCount() for > 256 units 2021-02-08 16:15:53 +00:00
Simon Reap 990ce09b4c With repeat on +/- time keys for timer 2021-02-08 16:15:52 +00:00
Philip Howard f9e6abb84e
Merge pull request #39 from simon3270/driver-rv3028
RV3028 RTC Driver and example for Raspberry Pico
2021-02-08 15:18:29 +00:00
Philip Howard 85c524000b
Merge pull request #32 from UnfinishedStuff/main
Updated MicroPython Pico Display documentation
2021-02-08 13:32:27 +00:00
Simon Reap 9343643f30 Smaller running counter display in example) 2021-02-08 09:04:54 +00:00
Simon Reap 11abbb575e Fix getTimerCount() for > 256 units 2021-02-08 08:35:32 +00:00
Simon Reap 8ea3815b62 With repeat on +/- time keys for timer 2021-02-07 10:49:21 +00:00
Simon Reap 456b9309bd RV3028 RTC Driver and example for Raspberry Pico 2021-02-03 14:20:31 +00:00
JC 4ee7250baf
Delete .keep 2021-01-30 12:24:45 +00:00
JC 0aa185cd06
Replaced rectangle.png with correct image
Old rectangle.png actually showed the circle function, because I'm an idiot.  Replaced with the correct image.
2021-01-30 12:18:56 +00:00
JC 5a61a09ef3
Inserted example images to MicroPython doc
Inserted in-line images explaining MicroPython functions to the documentation
2021-01-30 12:17:20 +00:00
JC e38cd40348
Added example images
Added example images for the Micropython Display Pack documentation
2021-01-30 12:10:21 +00:00
JC 205de2509e
Created .keep for example images 2021-01-30 12:09:38 +00:00