thirdr
1c88dcca40
consistent error messages across apps
2022-12-20 19:37:22 +00:00
thirdr
3749f19756
changed esc to launcher key combo
2022-12-20 19:37:22 +00:00
thirdr
db4473ff5e
adjusted grid layout
2022-12-20 19:37:22 +00:00
thirdr
227317f4fb
added UPDATE_INTERVAL
2022-12-20 19:37:22 +00:00
ZodiusInfuser
3bf10632c2
Upload of inkylauncher example
2022-12-20 19:37:22 +00:00
ZodiusInfuser
944830f616
Inky Frame: Enable Wakeup RTC, don't meddle with SR config.
2022-12-20 13:54:14 +00:00
Phil Howard
940b31bab1
Inky Frame: Add LED on/off methods to SR button class.
2022-12-20 13:46:02 +00:00
Phil Howard
e5bfe76970
Inky Frame: Return latched SR state in read() regardless of debounce.
2022-12-20 13:46:02 +00:00
Phil Howard
2ea5de97df
Inky Frame: reset latched SR state after read.
2022-12-20 13:46:02 +00:00
Phil Howard
5251baf764
Wakeup: Add method to reset latched SR state.
2022-12-20 13:46:02 +00:00
Phil Howard
f1e9e00cd5
Inky Frame: Add wakeup SR to lib, fix wakeup bug.
2022-12-20 13:46:02 +00:00
Phil Howard
ba100ae069
Wakeup: Disable RTC & enable SR for Inky, always include shift function.
...
Due to quirks with how QSTRs are passed, conditionally including a function is difficult.
Instead, always include "get_shift_state" but throw a RuntimeError if its use is invalid (no shift register).
2022-12-20 13:46:02 +00:00
ZodiusInfuser
05d26aeecb
Wakeup: Add shift register support.
2022-12-20 13:46:02 +00:00
ZodiusInfuser
43ef76b945
CI: Add build for Inky Frame.
2022-12-20 13:46:02 +00:00
Philip Howard
fe55d9beef
Merge pull request #569 from pimoroni/patch-inky-frame-buttons
...
MicroPython: Create inky_frame module for buttons.
2022-12-16 22:05:20 +00:00
Philip Howard
5a2a62b471
Merge pull request #602 from housten/patch-1
...
Correct badge picture dimensions
2022-12-16 21:04:13 +00:00
Philip Howard
930784df08
Merge pull request #600 from pimoroni/patch-jpegdec-rgb888
...
JPEGDEC/PicoGraphics: Add support for RGB888 target.
2022-12-16 20:53:55 +00:00
Gee Bartlett
104c819412
Hub75: Update to use Picographics ( #601 )
...
* have a basic pg working needs optimizing
* working well ported some examples from GU
* started on micropython module
* Fixes to get new Hub75 compiling in MP
* stripped down for faster compilling
* Update hub75.cmake
* added hub75 to galatic and eviro as it is needed for picographics
* Update picographics.c
* added hu75 update
* added _ModPicoGraphics_obj_t
* Update hub75.cpp
* update bindings
* some examples needs linting
* added other panel sizes and linted
* Update picographics.cpp
* Update picographics.c
* fixing gc memory allocation
* Update hub75.cpp
* Update interstate75_balls_demo.cpp
* review
* broke
* working with built in panel defs
* still borked
* not much change needs review
* Update hub75.cpp
* reverted alot of things
* adding i75 lib
* lots of updates ready to test compile mp
* Update picographics.h
* little tweaks
* an inability to count fixed!
* fixed some readme's
* lots of tiding
* fixed linting and removed experimental code
* Minor formatting
* Minor formatting and cmake tidy
* Removed unneeded parts of examples
* Final tidy
* tidy examples and adding more
* updated to new library
* documentation tweaks
* fixed inclusion of interstate75 module
* syncing some stuff
* fixed linting
Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2022-12-16 20:53:16 +00:00
Phil Howard
13414b5037
JPEGDEC: Clip drawing to iWidthUsed.
...
Corrects clipping width using new iWidthUsed value, noticable particularly on smaller jpegs and those that aren't a multiple of the MCU sized.
Fixes #573
2022-12-14 18:42:03 +00:00
housten
28b53f174e
Correct badge picture dimensions
...
Using 108 resulted in a 'smeared' image because the image width is wrong for the result.
Check the [getting started guide](https://learn.pimoroni.com/article/getting-started-with-badger-2040 ) where it says 104x128 for badge picture
2022-12-14 17:35:15 +01:00
Phil Howard
241e725464
JPEGDEC: Sync with upstream.
...
Adds setUserPointer and pDraw->pUser which we now use to store a pointer to the PicoGraphics instance.
2022-12-13 14:21:57 +00:00
Phil Howard
e0a1627fba
JPEGDEC/PicoGraphics: Add support for RGB888 target.
...
Fixes https://github.com/pimoroni/pimoroni-pico/issues/573
2022-12-13 14:03:30 +00:00
Hel Gibbons
d5e1a2d8a0
make sure socket is closed
2022-12-13 13:52:51 +00:00
Hel Gibbons
50b8e2ef90
Use http instead of https to avoid memory errors
2022-12-13 12:50:13 +00:00
helgibbons
a62c3f0e20
update readme
2022-12-01 17:49:53 +00:00
helgibbons
95252f2de5
update readme
2022-12-01 17:46:48 +00:00
helgibbons
7ac2a285d8
fix typo
2022-12-01 17:11:44 +00:00
helgibbons
7555ac97fd
linting
2022-11-29 18:22:53 +00:00
helgibbons
3b0317b118
update readme
2022-11-29 18:18:33 +00:00
helgibbons
963702a6e5
add pulse example
2022-11-29 18:11:42 +00:00
helgibbons
d612f4b4dc
add festive examples
2022-11-29 18:08:15 +00:00
helgibbons
be76ec01af
add readme links
2022-11-23 16:20:58 +00:00
helgibbons
96aa82fcb1
improve maths
2022-11-22 11:54:39 +00:00
Gee Bartlett
7b127d5f19
Driver/st7567 ( #581 )
...
Add ST7567/Pico GFX examples
2022-11-18 14:30:22 +00:00
Hel Gibbons
62303b6912
Merge pull request #577 from ahpook/led-pulse
...
Badger2040: Make the LED example pulse instead of strobe
2022-11-18 09:23:13 +00:00
Eric Sorenson
2b7a77e110
Badger2040: Make the LED example pulse instead of strobe
...
This makes a slightly nicer example as the LED goes gently
from off to on and back down again instead of strobing.
2022-11-17 10:47:31 -08:00
Hel Gibbons
4b3d39bf44
Merge pull request #568 from pimoroni/hel-gfx-pack
...
GFX pack examples and docs tweaks
2022-11-16 16:13:15 +00:00
helgibbons
6eb62b1a67
fix I2C constants
2022-11-16 14:12:12 +00:00
helgibbons
660fcea744
add community links
2022-11-15 14:26:57 +00:00
Hel Gibbons
40945c4cee
correct i2c constants
2022-11-14 13:01:33 +00:00
Phil Howard
36401e174e
MicroPython: Create inky_frame module for buttons.
2022-11-09 13:34:30 +00:00
helgibbons
e3496efda0
a few doc fixes
2022-11-09 13:16:29 +00:00
helgibbons
59ed91c755
add GFX Pack examples readme
2022-11-09 13:02:28 +00:00
helgibbons
ff2bb4f026
fix typo in inventor example
2022-11-09 10:20:53 +00:00
helgibbons
4f8eb8fd20
linting co2 example
2022-11-09 09:37:21 +00:00
John McCabe
e2d330e9c9
Fix typo galactic_unicorn feature_test_with_audio.py
...
Fixes a minor typo, SWITCH_BRIGHTNESS_DOWN text should be Lower not Power.
2022-11-09 00:23:04 +00:00
helgibbons
22774b88c7
add co2 example
2022-11-08 19:38:03 +00:00
helgibbons
78baea7ef5
add button example
2022-11-08 14:20:32 +00:00
ZodiusInfuser
f1d9ec7c61
Merge branch 'main' into driver/st7567
2022-11-08 11:17:24 +00:00
ZodiusInfuser
23f56f05e4
Minor readme tweaks
2022-11-08 11:10:51 +00:00
ZodiusInfuser
91a2e7f5fb
Fixed typos
2022-11-07 16:11:05 +00:00
Hel Gibbons
31ecfef156
Merge branch 'driver/st7567' of https://github.com/pimoroni/pimoroni-pico into driver/st7567
2022-11-07 15:38:52 +00:00
Hel Gibbons
98e29e07fb
add dancing
2022-11-07 15:38:44 +00:00
Gee Bartlett
cf88add1ad
Merge branch 'driver/st7567' of https://github.com/pimoroni/pimoroni-pico into driver/st7567
2022-11-07 14:23:43 +00:00
Gee Bartlett
7a458f32e4
Update gfx_pack.md
2022-11-07 14:23:20 +00:00
Hel Gibbons
065b55b6af
add rainbow example
2022-11-07 14:20:12 +00:00
Gee Bartlett
b3893d0052
couple of minor fixes
2022-11-07 13:43:53 +00:00
ZodiusInfuser
678b8d7cf9
Review of GfxPack code
2022-11-07 12:50:50 +00:00
Gee Bartlett
f3f260e176
finish docs and cmake gfx module
2022-11-04 17:23:30 +00:00
ZodiusInfuser
64b1a8c2d5
Additions to PicoGraphics readme for GU
2022-11-04 11:27:56 +00:00
ZodiusInfuser
408d105e8b
Link fixes
2022-11-04 11:13:57 +00:00
ZodiusInfuser
3765d43ce0
Link fixes
2022-11-04 11:12:20 +00:00
ZodiusInfuser
c247770f48
Updated example descriptions
2022-11-04 10:57:53 +00:00
ZodiusInfuser
d11c73d45e
Updated GU readme
2022-11-04 10:57:37 +00:00
Gee Bartlett
61a80ce66e
fixed some linting errors
2022-11-04 10:28:26 +00:00
Gee Bartlett
eef9334805
gxf module and examples done
2022-11-04 10:21:27 +00:00
Gee Bartlett
78101c47b5
linting demo
2022-11-03 17:33:58 +00:00
Hel Gibbons
c2b695f7e9
remove unused variable
2022-11-03 16:44:36 +00:00
Hel Gibbons
4319570960
update function reference
2022-11-03 15:57:59 +00:00
Hel Gibbons
0e80e1d96a
update examples readme
2022-11-03 15:48:21 +00:00
Hel Gibbons
6d98cec7de
update examples readme
2022-11-03 15:44:43 +00:00
Hel Gibbons
080da22b5f
update readme
2022-11-03 15:42:45 +00:00
Hel Gibbons
91505c2976
update examples readme
2022-11-03 15:31:21 +00:00
Hel Gibbons
c599ae4941
update examples readme
2022-11-03 15:20:28 +00:00
Hel Gibbons
0f5e96495c
add cheerlights history example
2022-11-03 14:16:05 +00:00
Gee Bartlett
9085c48a62
mp working
2022-11-03 13:30:07 +00:00
helgibbons
347cd19ab9
update GU readmes
2022-11-02 16:58:18 +00:00
helgibbons
689326ac55
update function reference
2022-11-02 14:56:08 +00:00
helgibbons
cac74a94bb
update function reference
2022-11-02 13:47:41 +00:00
helgibbons
79a2349fac
update micropython function reference
2022-11-02 13:45:14 +00:00
helgibbons
738531ebcf
add micropython function reference
2022-11-02 12:51:45 +00:00
Mike Bell
f76019f31c
Add time synchronization from NTP to GU clock example
2022-10-29 13:02:42 +01:00
ZodiusInfuser
f74261474e
Added scroll example and improved clock
2022-10-28 14:33:01 +01:00
ZodiusInfuser
7ee40260c9
Added a basic clock example that uses the Pico's RTC
2022-10-28 13:29:20 +01:00
ZodiusInfuser
5a7939e95d
Improvements to GU launcher
2022-10-27 13:18:51 +01:00
ZodiusInfuser
efba56b8b2
Linting fixes for Galactic
2022-10-27 13:16:39 +01:00
ZodiusInfuser
6e8f2d8a27
Linting fixes for Galactic
2022-10-27 13:11:36 +01:00
ZodiusInfuser
00d7b99589
Added launch software and tweaked other GU examples
2022-10-27 12:51:59 +01:00
Hel Gibbons
152af1f72f
Update README.md
2022-10-26 16:20:37 +01:00
Hel Gibbons
4e23ade374
Update README.md
2022-10-26 16:10:40 +01:00
Hel Gibbons
9bfa4b70b6
make function reference consistent
2022-10-26 15:53:50 +01:00
Hel Gibbons
d9587f06fa
Update README.md
2022-10-25 14:25:55 +01:00
Hel Gibbons
f678687735
Update README.md
2022-10-25 14:23:35 +01:00
Hel Gibbons
bafceb110a
Update Pico Unicorn readme
2022-10-24 12:53:58 +01:00
Hel Gibbons
11a7be85a9
Merge pull request #538 from pimoroni/hel-plasma-rgb
...
change default colour order
2022-10-19 16:45:48 +01:00
Hel Gibbons
b1f6b00997
change default colour order
2022-10-19 16:31:36 +01:00
Philip Howard
e928129d59
Merge pull request #537 from pimoroni/feature/galactic_unicorn
...
Galactic Unicorn
2022-10-19 14:08:20 +01:00
Philip Howard
3405130820
Merge pull request #536 from pimoroni/hel-plasma
...
Plasma Stick examples
2022-10-19 10:51:27 +01:00
helgibbons
f43293adf4
linting
2022-10-18 15:53:20 +01:00
helgibbons
490d21f7e0
seems ok without gc.collect()
2022-10-18 15:49:59 +01:00
helgibbons
8f2837d930
add a bit of onboard led flashage
2022-10-18 15:17:10 +01:00
helgibbons
ce76ff5ea3
update docs
2022-10-18 14:25:02 +01:00
ZodiusInfuser
a7dd4b3baf
Updated MP examples with plasma_stick defs
2022-10-18 13:13:57 +01:00
Phil Howard
d736342578
Galactic Unicorn: Paint app.
2022-10-17 16:06:28 +01:00
helgibbons
5d45f9aa06
add error handling
2022-10-13 19:01:02 +01:00
helgibbons
e986832414
add spooky rainbows for @guru
2022-10-13 18:15:35 +01:00
Phil Howard
70b7d3065d
Galactic Unicorn: Add dedicated firmware build.
2022-10-13 14:53:22 +01:00
Phil Howard
a41715a377
PicoGraphics: Include RGB888 pen type for MicroPython.
2022-10-13 14:02:36 +01:00
Phil Howard
1357cb876d
Galactic Unicorn: Fix audio test linting.
2022-10-13 13:47:25 +01:00
ZodiusInfuser
df79caf34e
Exposed remaining AudioChannel parameters
2022-10-13 13:28:59 +01:00
ZodiusInfuser
8e8299a80b
Linting
2022-10-13 13:27:58 +01:00
ZodiusInfuser
53dfb9866d
Started splitting out synth into separate channel objects
2022-10-13 13:26:57 +01:00
ZodiusInfuser
882f76dcbc
More work on GU synth
2022-10-13 13:26:57 +01:00
ZodiusInfuser
deec835692
First addition of synth to GU
2022-10-13 13:26:57 +01:00
ZodiusInfuser
12ea527f44
Audio performance improvements and bugfixes
2022-10-13 13:26:57 +01:00
ZodiusInfuser
f809db6434
Added play_tone support to GU C++ and MP
2022-10-13 13:26:57 +01:00
ZodiusInfuser
e08ddd9837
Exposed audio to MP, and made it teardown cleanly
2022-10-13 13:26:57 +01:00
ZodiusInfuser
b2e4e16fab
Cleanup of GU and fix for flashes on MP soft reset
2022-10-13 13:26:57 +01:00
ZodiusInfuser
fbc6737f1e
Finished feature_test.py
2022-10-13 13:26:57 +01:00
ZodiusInfuser
b35ed5d5ba
Moved MP examples over to PicoGraphics
2022-10-13 13:26:57 +01:00
ZodiusInfuser
c8b5ffff8c
More MP examples for GU
2022-10-13 13:26:57 +01:00
ZodiusInfuser
2283e73368
Fix for native comments raising linting errors
2022-10-13 13:26:57 +01:00
ZodiusInfuser
34a1a54cd1
Added nostalgia prompt example, and fixed linting
2022-10-13 13:26:57 +01:00
ZodiusInfuser
82b5110691
Fixed colour order and added working MP examples
2022-10-13 13:26:57 +01:00
ZodiusInfuser
7fd175abc5
Galactic Unicorn: More MicroPython bringup.
2022-10-13 13:26:41 +01:00
ZodiusInfuser
a25699c73d
Initial setup og GU Micropython
2022-10-13 13:25:26 +01:00
helgibbons
d7f85c1160
tweak readme
2022-10-12 18:38:14 +01:00
helgibbons
8b19a9b314
linting
2022-10-12 18:32:45 +01:00
helgibbons
76c6e36e59
tweak readme
2022-10-12 18:32:00 +01:00
helgibbons
6e93e4d5bf
add readme
2022-10-12 18:23:24 +01:00
helgibbons
bdc22af6e5
add fire example
2022-10-12 18:20:32 +01:00
helgibbons
7014bcb749
add sensor examples
2022-10-12 16:54:48 +01:00
helgibbons
db170a7b76
linting
2022-10-12 12:25:38 +01:00
helgibbons
2c71351ef7
add RV3028 function example
2022-10-12 12:21:13 +01:00
helgibbons
97abbb7af8
add spoooky mooon example
2022-10-12 12:06:41 +01:00
Hel Gibbons
b22c536dcc
add PIR example
2022-10-10 17:17:03 +01:00
Hel Gibbons
f6cd2839cc
Update weather.py
2022-10-10 15:17:25 +01:00
helgibbons
86b1cd40dc
Update readmes
2022-10-06 15:54:50 +01:00
helgibbons
262bd673ed
Add Automation 2040 W Mini init to examples
2022-10-06 15:54:16 +01:00
helgibbons
3fa620db10
Fix error in automation.py
2022-10-06 15:52:48 +01:00
Gee Bartlett
28b6698430
Automation 2040w MicroPython PWM ( #489 )
...
Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2022-10-06 12:27:46 +01:00
Philip Howard
8280a6a720
Merge pull request #491 from adriangalilea/main
...
Add adjust_to_sea_pressure function
2022-10-06 12:13:24 +01:00
Philip Howard
9878e4bff7
Merge pull request #528 from pimoroni/patch-plasma-alloc
...
Plasma: Use m_new to alloc buffer on gc_heap if not supplied.
2022-10-06 12:12:34 +01:00
Philip Howard
1ac55c49ea
Merge pull request #527 from pimoroni/driver/inky-frame-4.0
...
Support for Inky Frame 4.0"
2022-10-06 12:09:17 +01:00
Philip Howard
32ae781186
Merge pull request #520 from gauntface/patch-1
...
Correct common path
2022-10-05 15:45:32 +01:00
Philip Howard
c3f3d7fa35
Merge pull request #525 from PeterCopeland/patch-1
...
Move set_brightness to APA102
2022-10-05 15:37:48 +01:00
helgibbons
1886c4c3d2
add rainbows and blinkies
2022-10-05 15:00:59 +01:00
helgibbons
283986b531
more weather linting
2022-10-05 12:20:20 +01:00
helgibbons
9653dcaabd
linting
2022-10-05 12:17:00 +01:00
helgibbons
dd6d0a23ea
add examples
2022-10-04 19:17:09 +01:00
Phil Howard
eaf9fcdf93
Plasma: Use m_new to alloc buffer on gc_heap if not supplied.
...
When no buffer was supplied it would fall upon the class to call "new" and allocate within C/C++'s (very small) heap.
Ensure a MicroPython managed buffer (allocated from gc_heap) is always supplied to the APA102/WS2812 classes.
2022-10-04 11:39:56 +01:00
Phil Howard
9663be2787
Inky Frame: New button test, old is now button demo.
2022-10-03 14:37:02 +01:00
Phil Howard
9424ae7081
Inky Frame: Improve LED PWM example to test all LEDs.
2022-10-03 14:35:42 +01:00
Phil Howard
14fec0406d
Inky Frame: Update examples to support 4.0".
2022-10-03 14:35:27 +01:00
Hel Gibbons
6393e74f86
Update README.md
2022-10-03 09:10:59 +01:00
Peter Copeland
8cc6e85f98
Move set_brightness to APA102
...
Documentation for set_brightness function was under WS2812 but text referred to APA102, and set_brightness is not supported on WS2812. I've moved the paragraph to the end of the APA102, verbatim.
2022-10-02 23:43:12 +01:00
Phil Howard
6aa1bbd271
UC8159: 0/180 degree rotation support.
2022-09-30 21:04:22 +01:00
Phil Howard
7f02501fa6
UC8159: Alternate resolution support.
2022-09-30 15:18:01 +01:00
Phil Howard
c1816ae9d6
PicoGraphics: MicroPython support for Inky Frame 4.0
2022-09-29 14:04:56 +01:00
Matt Gaunt-Seo
4a645a1a68
Correct common path
2022-09-25 19:07:05 -07:00
Hel Gibbons
d6d1e00307
Add link to common files
2022-09-21 15:02:13 +01:00
Philip Howard
3868e42b66
Merge pull request #506 from TimAidley/feature/progress-pride-flag
...
Add Progress Pride flag to pride badge example.
2022-09-21 11:46:08 +01:00
Tim Aidley
213e47ffd7
Fixed chevron size mismatch.
...
I decided I wanted the first chevron a little smaller, and realized I had the sign of the chevron height value reversed. The initial white triangle is now a bit smaller, and the chevron stripes slightly wider.
2022-09-06 20:13:16 -07:00
Tim Aidley
6292d33cdb
Fixes to align with flake8 style
2022-09-06 20:08:12 -07:00
Tim Aidley
f1aee84ef1
Add Progress Pride flag to pride badge example.
...
Adds the chevrons from the progress pride flag as an option on the Tufty pride flag example.
2022-09-01 08:22:17 -07:00
helgibbons
dd872f5102
fix typo
2022-08-25 17:12:51 +01:00
helgibbons
b8110f3905
Update LiPo examples to use PicoGraphics
2022-08-25 17:11:13 +01:00
helgibbons
2cbd710620
Remove references to old picoexplorer module
2022-08-25 16:10:32 +01:00
Phil Howard
fddac54f86
JPEGDEC: Add option to disable dither on RGB332.
2022-08-11 11:46:45 +01:00
btmask
3cfac2787b
Add adjust_to_sea_pressure function
...
Now describe_pressure() gives meaningful insights if you set the altitude
2022-08-09 23:52:51 +02:00
Phil Howard
42a29dbe7b
Wakeup: Port to Badger 2040.
2022-08-08 12:05:55 +01:00
Mike Bell
ac449ff640
Wakeup: Early ROSC to ~48MHz.
...
Speed up MicroPython Pico W startup to init_priority(101) execution from ~160ms to ~32ms.
2022-08-08 12:05:18 +01:00
Phil Howard
f7781e2696
Wakeup: Fixup crt0.S and runtime.c.
...
Assert the VSYS_EN pin before copying SRAM and zeroing BSS.
Saves ~142ms of startup time before GPIO input is latched and pin is asserted.
2022-08-08 12:05:18 +01:00
Phil Howard
898e2a1b32
Wakeup: Optionally turn off RTC CLOCK_OUT.
2022-08-08 12:05:18 +01:00
Phil Howard
9ec77c2f10
LTR559: Lux as float.
...
Avoid truncating Lux to uint16_t.
2022-08-08 12:05:18 +01:00
Phil Howard
fb246441bd
MicroPython: Add picow_enviro build.
2022-08-08 12:05:18 +01:00
Phil Howard
a4b6d86ac7
MicroPython: Port wakeup GPIO latch to asm.
2022-08-08 12:05:18 +01:00
Phil Howard
dfa13f2a39
MicroPython: Early wakeup GPIO latch module.
2022-08-08 12:05:18 +01:00
Philip Howard
5b900cb088
Merge pull request #482 from pimoroni/guru-patch-1
...
Update bme68x_demo.py
2022-08-08 11:26:21 +01:00
Philip Howard
54ef2ddfd3
Merge pull request #476 from pimoroni/hel_more_inky_frame
...
add SD card example for Inky Frame
2022-08-08 10:05:04 +01:00
Paul Beech
553cedc80e
Update bme68x_demo.py
2022-08-08 10:02:02 +01:00
Phil Howard
b529475148
Python: Fix new linting errors.
2022-08-03 09:07:32 +01:00
Philip Howard
4abe57d0f3
Merge pull request #478 from pimoroni/patch_pcf85063a_mp
...
Exposed byte access for PCF RTC
2022-08-02 10:29:06 +01:00
helgibbons
822f3354aa
add SD card example for Inky Frame
2022-07-28 18:39:12 +01:00
Phil Howard
0734de30ea
Inky Frame: Fix random joke for #462 .
2022-07-27 13:53:06 +01:00
Phil Howard
11f0f2f0f9
Badger2040: Produce build without baked-in BadgerOS.
2022-07-27 11:56:44 +01:00
Phil Howard
8f0a143924
Pico Unicorn: Fix clear for #461
2022-07-26 11:50:54 +01:00
jon
50c7bd69ee
Added missing switch case for new RGB888 pen type
2022-07-26 05:34:23 +01:00
Philip Howard
2991c2ec2d
Merge pull request #465 from pimoroni/patch-badger2040-partial-lockup
...
Badger2040: Fix fast partial update endless busy wait for #464 .
2022-07-25 17:35:43 +01:00
Phil Howard
de61929eac
Badger2040: Fix fast partial update endless busy wait for #464 .
2022-07-25 16:46:23 +01:00
Philip Howard
0f090d8999
Merge pull request #460 from pimoroni/hel_inky_frame
...
Add Inky Frame examples and other misc fixes
2022-07-25 15:37:20 +01:00
Hel Gibbons
5f68f6be6f
fix typo (taupo?)
2022-07-25 14:34:28 +01:00
Hel Gibbons
1e47184c84
Add PWM example, tweak readmes
2022-07-25 13:42:21 +01:00
helgibbons
bfa9fe9527
update Inky Frame readme
2022-07-22 19:18:28 +01:00
helgibbons
a32bbd1c63
Update Inky Frame readme
2022-07-22 19:17:39 +01:00
helgibbons
0ad6cb9987
add image examples
2022-07-22 18:54:37 +01:00
Philip Howard
5d47ae080c
Merge pull request #453 from pimoroni/patch-automation2040w-doc
...
Added documentation for Automation 2040W
2022-07-22 14:59:23 +01:00
Philip Howard
4c0a6908e4
Merge pull request #433 from lesley-byte/patch-2
...
Create show_ip_address
2022-07-22 14:56:52 +01:00
Phil Howard
de3ceac4a5
Pico Scroll/Unicorn: Fix static memory alloc for Pico W.
...
Pico Scroll and Pico Unicorn were allocating static buffers for gamma and font data respectively.
Make Pico Scroll's `__bitmap` static.
Move Pico Unicorn's three GAMMA tables to one 14-bit table in "pimoroni_common.hpp". Rename "GAMMA" to "GAMMA_8BIT".
2022-07-22 14:15:53 +01:00
Philip Howard
0f826782c6
Merge pull request #454 from pimoroni/patch-vl53l5cx-ram-usage
...
VL53L5CX: Alloc results data in MPY gc_heap.
2022-07-22 12:11:36 +01:00