Commit graph

9407 commits

Author SHA1 Message Date
brentru
c64dfdc9c3 update config.json from autoconfig'd board 2025-04-14 14:07:41 -04:00
Liz
6bce301f25
Merge pull request #3018 from casten/patch-2
Detect max quality level dynamically.
2025-04-14 08:55:55 -04:00
Liz
8d0ef9d35a
Merge branch 'main' into patch-2 2025-04-14 08:51:54 -04:00
Liz
c9b7193a22
Merge pull request #3017 from casten/patch-1
fix incompatibility with ov5640 and Pico
2025-04-14 08:46:11 -04:00
Liz
8b940c95db
Merge pull request #3012 from monkz0390/patch-1
Dark Moon support, code.py
2025-04-14 08:43:53 -04:00
Casten Riepling
b49083177b Tighten up allocation excaption catching 2025-04-12 20:52:39 +00:00
Casten Riepling
3357fefbb0 fix lint error 2025-04-11 22:51:53 +00:00
foamyguy
dceed82785
Merge pull request #3019 from FoamyGuy/metro_match3_game
Metro match3 game
2025-04-11 14:23:00 -05:00
foamyguy
0332716490 button bitmaps 2025-04-11 13:50:14 -05:00
foamyguy
f4d0dc75c2 pylint fixes, add title card 2025-04-11 13:42:30 -05:00
foamyguy
f7e6c1fb3e a few more comments 2025-04-11 13:18:15 -05:00
Casten Riepling
6a9407744a
Detect max quality level dynamically.
Detect max quality level dynamically.
This will select 2 for standard Pico 2's and 5 for standard Pico's.
2025-04-10 22:31:49 -07:00
Casten Riepling
70d15e1284
fix incompatibility with ov5640 and Pico
Changes to Adafruit_CircuitPython_OV5640 doubled the memory usage for a given quality setting.  This makes the latest release of in CircuitPython incompatible with the previous quality setting=3
 + colorspace=adafruit_ov5640.OV5640_COLOR_JPEG due to that working out an an allocation size of 204800.  This is too much for the first Pico.
Here is the breaking change:
https://github.com/adafruit/Adafruit_CircuitPython_OV5640/pull/35
Quality 4 is still too large at 153,600 bytes.
Quality 5 using 122,880 works.
2025-04-10 21:17:23 -07:00
foamyguy
166852bff0 match3 game code 2025-04-10 17:13:45 -05:00
foamyguy
b7abaf52ee autosave and resume demo 2025-04-10 15:42:55 -05:00
foamyguy
f94718eb4d
Merge pull request #3015 from FoamyGuy/usb_snespad_circuitpython
adding circuitpython example for USB Host with SNES like gamepad
2025-04-10 11:38:34 -05:00
foamyguy
0ad935f655 remove comment references to non-existent variable. 2025-04-10 10:30:19 -05:00
foamyguy
0f450b0718 remove unused section. Comment out raw data print. 2025-04-10 10:23:35 -05:00
foamyguy
5239baffaf adding circuitpython example for USB Host with SNES like gamepad 2025-04-10 10:16:37 -05:00
foamyguy
ded8d0098e tilepallettemapper demo code 2025-04-10 10:10:45 -05:00
Henry Amador
b2a98fe698
Update code.py
fixing pylint error
inconsistent use of tabs and spaces in indentation
corrected by removing tabs and indenting with spaces
2025-04-09 15:25:01 -07:00
foamyguy
071c95b5b7
Merge pull request #3004 from justmobilize/secrets-cleanup-p-part1
Secrets Cleanup: P Part 1
2025-04-09 11:27:13 -05:00
foamyguy
fb932a96ec refactor rsa private key to its own file in gcpiot. add aio name and key to placeholder settings.toml for halloween countdown. 2025-04-09 11:21:53 -05:00
foamyguy
76d2a5ae21 two mice code 2025-04-09 11:17:50 -05:00
Melissa LeBlanc-Williams
389027c9aa
Merge pull request #3011 from makermelissa/main
Bug fixes for Chips Challenge
2025-04-08 16:09:40 -07:00
Melissa LeBlanc-Williams
de887d18ea Last minute bug fixes 2025-04-08 16:06:27 -07:00
Justin Myers
06fcc8e04c Secrets Cleanup: P Part 1
- fix PyPortal_CMA_Art_Frame
2025-04-08 11:13:48 -07:00
Henry Amador
e05e3f928d
Dark Moon support, code.py
Added Dark Moon support when i noticed the moon didn't update on a dark moon night.
Added Red Moon as error indicator if there is another instance of API responding with something unexpected
2025-04-07 21:01:18 -07:00
Melissa LeBlanc-Williams
7c19748b1b Fix dialog bug 2025-04-07 18:12:27 -07:00
Melissa LeBlanc-Williams
2ded43760f Add missing sound file 2025-04-07 16:54:46 -07:00
Melissa LeBlanc-Williams
a5dbc3958d Bug fixes for Chips Challenge 2025-04-07 15:10:09 -07:00
Liz
608253e0c8
Merge pull request #3010 from adafruit/asteroid
adding asteroid code and assets
2025-04-07 15:19:29 -04:00
Liz
a38cbfb13d adding asteroid code and assets 2025-04-07 15:14:31 -04:00
foamyguy
c16e76efa1
Merge pull request #3009 from FoamyGuy/memory_game
fix typo's and other comment updates memory game
2025-04-03 14:14:12 -05:00
foamyguy
ec671a3ece fix typo's and other comment updates 2025-04-03 14:06:26 -05:00
Liz
2f156c65bc
Merge pull request #3003 from adafruit/tlv320
TLV320 arduino and cp examples
2025-04-02 14:45:18 -04:00
Melissa LeBlanc-Williams
94ce0330c9
Merge pull request #3007 from makermelissa/main
Add Chips Challenge for guide
2025-04-02 11:18:32 -07:00
Tyeth Gundry
dc254f08db
Merge pull request #3008 from tyeth/Plotting_Offline_Data
Add assets for Plotting Offline Data guide
2025-04-02 16:17:10 +01:00
Tyeth Gundry
0107361db8
Add assets for Plotting Offline Data guide 2025-04-02 16:13:04 +01:00
Melissa LeBlanc-Williams
1f143abc19 Remove TODO 2025-04-01 18:06:48 -07:00
Melissa LeBlanc-Williams
c604b5d4ee more linting 2025-04-01 17:00:51 -07:00
Melissa LeBlanc-Williams
1e76acf211 linting 2025-04-01 16:54:48 -07:00
Melissa LeBlanc-Williams
b4a7cf88bb Add Chips Challenge for guide 2025-04-01 16:12:51 -07:00
Brent Rubell
d2abcbff2e
Merge pull request #3006 from brentru/fix-stepper-guide
Fix - Adafruit IO Stepper Control Guide
2025-04-01 13:59:11 -04:00
brentru
3548bd13a4 isalive->is_alive 2025-04-01 12:54:45 -04:00
Brent Rubell
83809937b1
Merge pull request #3005 from brentru/update-matrixportal-scroll-guide
Update Matrix Portal New Guide Scroller Code.py
2025-04-01 12:22:07 -04:00
brentru
aeaceaef7c Use new API and key 2025-04-01 12:14:27 -04:00
Justin Myers
f23741077e Secrets Cleanup: P Part 1 2025-04-01 07:07:01 -07:00
Liz
bd8b9de5e6 tinyusb test 2025-04-01 08:34:24 -04:00
Liz
8636c1f1f2 retest 2025-04-01 08:27:04 -04:00