Graeme Winter
d5e9dd001e
clamg-format - new code
2021-04-16 06:13:36 +01:00
Graeme Winter
4a0523ef1e
clang-format
2021-04-16 06:09:19 +01:00
Graeme Winter
c58ab0e388
Doc update
2021-04-15 21:28:57 +01:00
Graeme Winter
30a17683a9
Fix working with str
2021-04-15 21:23:37 +01:00
Graeme Winter
39b88182a8
WIP but nearly there: need to resolve string vs. buffer protocol
2021-04-15 20:01:37 +01:00
Graeme Winter
f984754b2a
WIP: 5x7 font
...
Derived from
https://github.com/graeme-winter/rpi-pico/blob/main/font5x7/generate.py
which in turn derives the character set from
http://sdf.org/~kt8216/font5x7/unknown-small-5x7.txt
which I will properly document in a follow-up README
2021-04-15 06:10:09 +01:00
Graeme Winter
9477387df7
Invert y: this is now using standard definition
2021-04-10 10:42:46 +01:00
Graeme Winter
d17cd858b5
Fix pixel / bitmap order in README.md
...
Avoid buffer overflow
2021-04-08 09:44:00 +01:00
Graeme Winter
e1027353ab
🤔 original comparison did not work...
2021-04-08 08:16:47 +01:00
Graeme Winter
54c03d48dc
Implementation of show_bitmap_1d()
2021-04-08 08:09:08 +01:00
Graeme Winter
b7f42585fa
Error handling is nice
2021-04-07 16:01:50 +01:00
Graeme Winter
3ef0ddfecc
Add set_pixels() function
2021-04-07 15:42:26 +01:00
DiddyWolf
d7955e9653
Fix picokeypad.clear()
...
Using release 0.1.1 of pimoroni-pico-micropython, the picokeypad.clear() function does not seem to work. Looking through the code, it appears that clear is actually calling init instead.
2021-04-04 10:44:24 -05:00
ZodiusInfuser
787ba585b2
Fix for MicroPython hard lock when passing in non-string object to text function
2021-03-30 18:07:43 +01:00
Phil Howard
b2006878d3
Fix include paths in MicroPython modules
...
The ../../../pimoroni-pico path was selecting the "pimoroni-pico" directory adjacent my "micropython" directory
However I was attempting to build against one in a different parent directory.
This resulted in the MicroPython modules including the wrong (old) header and exploding.
2021-03-30 15:50:18 +01:00
ZodiusInfuser
848aa19c2c
Added micropython support and example for roundlcd breakout
2021-03-30 15:15:13 +01:00
Phil Howard
e2cc795e66
Bump ULAB to version with micropython.mk
2021-03-29 13:51:11 +01:00
Philip Howard
d88f659b29
Merge pull request #91 from helgibbons/main
...
Add MicroPython function reference for Pico Explorer
2021-03-29 13:47:00 +01:00
Phil Howard
4e8b2f6d1f
Drop defunct font_data.cpp from usermods
2021-03-29 13:33:48 +01:00
David Tillotson
43d7e65ee0
Added display.flip to the Micropython code.
2021-03-29 13:18:31 +01:00
Phil Howard
2ebad4e735
Drop redundant -D
2021-03-23 13:00:01 +00:00
Phil Howard
a1125d6e2f
Rename usermod.cmake files to micropython.cmake
2021-03-23 12:43:40 +00:00
Philip Howard
9eab4c3934
Merge pull request #100 from pimoroni/patch-ulab-use-upstream
...
Switch to upstream ulab
2021-03-22 20:48:53 +00:00
Phil Howard
675106ece4
Patch or suppress warnings
...
The upstream MicroPython rp2 port has re-enabled -Werror so we need to either fix warnings or,
in the case of those generated by C++/C MicroPython binding weirdness, suppress them.
2021-03-22 20:43:23 +00:00
Phil Howard
2d4354a898
Switch to upstream ulab
2021-03-22 16:51:29 +00:00
helgibbons
c61937adba
Add MicroPython function reference for Pico Explorer
2021-03-12 11:03:16 +00:00
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
helgibbons
29dd151923
add links to Display readme
2021-02-16 12:47:19 +00:00
helgibbons
fcfd679e56
fix error in Display readme
2021-02-15 09:24:08 +00:00
helgibbons
8ac176fe57
fix the example, minor edits
2021-02-14 14:15:51 +00: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
63dd3dc096
Merge pull request #50 from crispythegoat/patch-3
...
Syntax Error on span function
2021-02-11 20:14:09 +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
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
JC
fd94c82042
Initial commit of pico scroll documentation
...
Initial commit of pico scroll documentation
2021-02-08 22:11:53 +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
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