Commit Graph

142 Commits

Author SHA1 Message Date
Dan Halbert 842d708798 update frozen libraries 2023-01-26 20:18:22 -05:00
Jeff Epler 5d3484f61a
Update frozen modules 2022-11-11 08:57:06 -06:00
dronecz 19df394437 Adding frozen modules 2022-11-10 21:14:01 +00:00
dronecz 8c41eb900e
Delete frozen/Adafruit_CircuitPython_UC8151D directory 2022-10-31 21:39:12 +01:00
dronecz 3601bd1fb3
Delete frozen/Adafruit_CircuitPython_SSD1680 directory 2022-10-31 21:38:54 +01:00
dronecz 0e0c106740 Add Maker badge board 2022-10-27 01:06:38 +02:00
Jeff Epler f1b7bcbbec
Run 'make update-frozen-modules' 2022-10-19 11:28:27 -05:00
Dan Halbert 63c9d9234f update frozen libraries for 8.0.0-beta.1 2022-09-30 11:15:32 -04:00
Radomir Dopieralski 0a0c03c3d2 Fix ugame.py for the ugame10 board
It was still trying to use the gamepad module, and there was a typo
2022-08-26 17:07:44 +02:00
Dan Halbert 2c2ee9f0f4 update frozen HID 2022-08-18 14:42:52 -04:00
Dan Halbert 29cbe5a94f update frozen libraries for 8.0.0-beta.0 2022-08-18 08:01:32 -04:00
Radomir Dopieralski 412d6fee56 Bump circuitpython-stage to 1.3.5 2022-08-10 19:55:00 +02:00
Scott Shawcroft 6463755577
Merge pull request #6648 from pypewpew/stage-png
Add PNG image support to the Stage library
2022-07-27 11:02:48 -07:00
Radomir Dopieralski 6d10fe5703 Bump Stage to 1.3.4 2022-07-27 15:56:35 +02:00
Radomir Dopieralski 38db1d5f60 Remove GIF support to make room for PNG 2022-07-27 10:35:32 +02:00
Radomir Dopieralski 1a7cca6639 Add PNG image support to the Stage library
That requires zlib to be enabled.
2022-07-26 22:12:22 +02:00
Scott Shawcroft ac460dd1e1
Merge branch 'main' into esp32 2022-07-13 15:30:53 -07:00
Xu Hao 6b474b9e6e Update circuitpython_picoed submodule 2022-07-11 21:33:58 +08:00
Dan Halbert 3f8b8d4b2f update frozen libraries 2022-07-08 22:42:13 -04:00
Dan Halbert c316b950c7 merge from adafruit/main 2022-07-08 15:42:19 -04:00
Scott Shawcroft f95bd243c6
Merge pull request #6569 from pypewpew/pewpewlcd-tag101
Upgrade the pewpew-lcd frozen library to tag 1.0.1
2022-07-08 11:23:21 -07:00
Radomir Dopieralski 9c2633820c Upgrade the pewpew-lcd frozen library to tag 1.0.1 2022-07-08 00:18:36 +02:00
Xu Hao e210b9c816 Update Adafruit_CircuitPython_IS31FL3731 submodule 2022-06-30 09:49:47 +08:00
Xu Hao 1599844b82 Add some frozen libraries to elecfreaks_picoed 2022-06-29 15:03:29 +08:00
Dan Halbert 02069eb0b5 wip 2022-06-23 15:59:06 -04:00
Dan Halbert feb1d903f7 merge 7.3.1 to main 2022-06-23 09:07:49 -04:00
Dan Halbert 03023d2829 update frozen libraries 2022-06-22 09:13:41 -04:00
Dan Halbert cbcd37f95b update frozen libraries 2022-06-17 12:45:52 -04:00
Neradoc 2aea5ed742 update adafruit_circuitplayground to last release with frozen dir 2022-05-23 22:12:40 +02:00
dahanzimin 6454c5895b Repair import and stock in under the frozen / directory 2022-05-23 11:19:11 +08:00
Dan Halbert 55f1a2f9e2 frozen update 2022-05-14 08:54:15 -04:00
Radomir Dopieralski e7735a3631 Add new board pewpew_lcd 2022-05-10 22:25:32 +02:00
Dan Halbert e85ea4f4bb update frozen libraries 2022-04-26 14:43:48 -04:00
Dan Halbert 36e7b49ddd update all frozen libraries 2022-04-19 13:26:10 -04:00
foamyguy d94f6b8f07 update frozen requests 2022-04-18 12:07:07 -05:00
Dan Halbert ca766f3b86 update frozen libraries before 7.2.0 RC 2022-02-18 14:23:10 -05:00
Melissa LeBlanc-Williams bfa732309a Ran make update-frozen-libraries 2022-02-16 11:48:47 -08:00
Melissa LeBlanc-Williams bcc5cea940 Switch new frozen libraries to release tag (hopefully) 2022-02-16 11:42:53 -08:00
Melissa LeBlanc-Williams 726bf02ea8 Add PortalBase and Fake Requests and update Frozen Libs on Portal boards 2022-02-16 10:12:54 -08:00
Dan Halbert 5594024bb6 update frozen libraries for 7.1.x 2021-12-24 08:21:24 -05:00
Dan Halbert 02dca8b66a update frozen libraries for 7.1.x-beta.2 2021-12-10 08:35:40 -05:00
Radomir Dopieralski 840e8b40f3 Update Stage to 1.2.3 to work around display backlight problems
Works around #5476
2021-12-04 10:25:05 +01:00
Dan Halbert 2e83e3053b update frozen libraries, especially adafruit_hid 2021-11-15 19:18:56 -05:00
Radomir Dopieralski caa3d3726f Stage: add support for viewport scrolling 2021-10-09 00:05:49 +02:00
Radomir Dopieralski d76eda153b PicoSystem: freeze the Stage library 2021-10-07 15:01:18 +02:00
Radomir Dopieralski 57dee6406d _stage: Fix handling of scaled display in the stage library
The "scale" parameter wasn't exposed in the library, and there
were some problems in how it was handled.

This also fixes some types in the pixel-drawing functions.
2021-10-07 12:58:43 +02:00
Dan Halbert aa1d089cdb proxlight: Freeze adafruit_adps9960 instead of adafruit_hid; enable usb_midi 2021-09-10 14:50:09 -04:00
Dan Halbert 3c8eca3ef9 Update frozen libraries for 7.0.0 2021-09-07 18:23:19 -04:00
Seon Rozenblum 4e869422d1 Move frozen neopixel lib to latest commit that supports try/carch on the power pin. 2021-09-02 16:17:41 +10:00
Radomir Dopieralski 89fc1890af stm32: Add support for Stage games to Meowbit
This enables the _stage library and adds stage and ugame modules to the
frozen modules, so that all Stage games should work.

I had to do several hacks:

* Since displayio.release_displays doesn't release the pins, I couldn't
  re-initialize the display inside the ugame module. Instead I changed
  the default display initialization for the board to match what Stage
  expects.

* I wanted to make the MENU key works as K_Z, but when I try to use it
  with the keypad module, I get "pin in use" error. So for now only the
  A and B buttons are used.
2021-08-30 20:27:50 +02:00