David Tillotson
7db3bcfa15
Corrected minor typos in README.md for the display libs ( #42 )
2021-02-09 14:01:58 +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
JC
a20b516ea5
Deleted images directory
2021-01-30 12:08:02 +00:00
JC
120c799afb
Created image directory
...
Created image directory to hold example images
2021-01-30 12:07:38 +00:00
JC
84fd5e513f
Removed clip.jpg from text
...
Removed the code showing clip.jpg from the Micropython docs for the Display Pack.
2021-01-28 20:54:22 +00:00
JC
6a56c7c6e2
Deleted clip.jpg
...
Deleted clip.jpg in the MicroPython Pico Display documentation to relace it with a better diagram
2021-01-28 20:53:19 +00:00
JC
6003f8ee06
Update README.md
...
Edits for PEP8 consistency: variable casing/underlining, spacing after parameter commas.
Added method for obtaining char value.
2021-01-28 20:47:09 +00:00
Roger Thomas
24228b150f
Fix typo
2021-01-28 11:39:34 +00:00
JC
b59b3d2d9e
Added clip image to MicroPython pico_display docs
...
Updated the text and added clip.jpg to the MicroPython Pico Display docs to help communicate the use of clips.
2021-01-27 20:26:03 +00:00
JC
7192dbcb4c
Initial commit of clip.jpg
...
Uploaded clip.jpg, which describes the clip function more visually
2021-01-27 20:22:34 +00:00
JC
094357ef36
Added further functions
...
Added description of functions which were missing, and updated table of contents.
2021-01-27 20:12:37 +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
Tim Kerby
b3b8551af2
Pico Unicorn Plasma
...
Added plasma example for Unicorn display
2021-01-26 21:44:58 +00:00
lowfatcode
032c17dd00
temporary fix to avoid micropython locking up on subsequent runs with unicorn ( #22 )
...
Co-authored-by: Jonathan Williamson <jon@pimoroni.com>
2021-01-24 21:14:44 +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
Philip Howard
356a8857c7
align bitstream for 32bit dma transfer and fix ghosting issue ( #13 )
...
Co-authored-by: Jonathan Williamson <jon@pimoroni.com>
2021-01-24 14:58:48 +00:00
Philip Howard
daac2c64d5
Github Actions Workflow ( #17 )
...
* C++ libs/examples workflow
* MicroPython workflow
* Workaround broken MicroPython submodules (http does not support shallow clones)
* Upload .uf2 to releases
* Switch to CI fork of uP for custom config - https://github.com/pimoroni/micropython/tree/continuous-integration
2021-01-24 14:52:59 +00:00
lowfatcode
c6922cd239
add note about when unicorn support was enabled in micropython
2021-01-24 12:43:38 +00:00
Philip Howard
7d4ca4a86b
Graphics Enhancements ( #8 )
...
* typedef pen and constexpr create_pen for #6
* Prevent out of bounds clip permitting write outside buffer
* camelcase rect, point, and pen types
* added triangle(p1, p2, p3) and polygon(std::vector<Point> points) methods to graphics library
* change all uses of pen that were uint16_t into Pen type
* updated micropython modules to use new rect, point, pen naming
* added line(p1, p2) method to pico graphics library with faster vertical/horizontal special cases
Co-authored-by: Jonathan Williamson <jon@pimoroni.com>
2021-01-23 23:41:09 +00:00
Philip Howard
51d95db154
Add gpio.h to work around N_GPIOs bug ( #16 )
2021-01-23 23:39:32 +00:00
lowfatcode
fe969d0bbe
update micropython support information for pico unicorn
2021-01-23 23:17:23 +00:00
Hel Gibbons
c1b47665b9
linked to releases page
2021-01-23 23:17:23 +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
b1f13df014
Adding PICO_SDK_PATH instructions as well as how to install the toolchain on macos
...
Signed-off-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
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
Jonathan Williamson
2e743ca302
request an available sm instead of defaulting to 0
2021-01-23 16:46:15 +00:00
Philip Howard
bf77e277fb
Merge pull request #7 from pimoroni/out-of-tree
...
Add .cmake files to faciliate out of tree projects
2021-01-22 14:59:07 +00:00
Phil Howard
1d845374f7
Add cmake files for other libraries
2021-01-22 14:33:17 +00:00
Phil Howard
6a13dc5c4b
Include gpio.h to fix undefined N_GPIOS
2021-01-22 14:03:38 +00:00
Phil Howard
8dae215552
Add .cmake files to support out-of-tree projects
2021-01-22 14:03:38 +00:00
Jonathan Williamson
ede389d7af
introduction to the pico display pack library
2021-01-22 08:21:14 +00:00
Jonathan Williamson
586616994b
formatting
2021-01-22 08:09:27 +00:00
Jonathan Williamson
8338f88249
introduction/setup instructions for sdk / microoython
2021-01-22 08:08:04 +00:00
Jonathan Williamson
82347bc276
Merge branch 'main' of github.com:pimoroni/pimoroni-pico into main
2021-01-21 18:42:01 +00:00