| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-10 | Allow setting RGBW pixels with RGB tuples | Roy Hooper | |
| 2020-04-17 | framebufferio: update copyright information | Jeff Epler | |
| 2020-04-17 | RGBMatrix: finish renaming from Protomatter | Jeff Epler | |
| This gets all the purely internal references. Some uses of protomatter/Protomatter/PROTOMATTER remain, as they are references to symbols in the Protomatter C library itself. | |||
| 2020-04-17 | framebufferio: get width, etc., from protocol, not object property | Jeff Epler | |
| 2020-04-17 | Rename Protomatter -> RGBMatrix | Jeff Epler | |
| This is a quick rename, it changes the user-facing names but not the internal names of things. | |||
| 2020-04-17 | protomatter: move get_width/height to common_hal | Jeff Epler | |
| 2020-04-17 | Rename _protomatter -> protomatter | Jeff Epler | |
| I originally believed that there would be a wrapper library around it, like with _pixelbuf; but this proves not to be the case, as there's too little for the library to do. | |||
| 2020-04-14 | displayio: swap colors in palettes too | Jeff Epler | |
| .. change the in-rom palette to be in RGB565 order | |||
| 2020-04-14 | protomatter: Respond to review comments | Jeff Epler | |
| - rename oe_pin -> output_enable_pin - improve and reorganize docstrings - rename swapbuffers->refresh - rename "paused" -> "brightness", change semantics slightly - common_hal several functions - clarify why the common_hal routines can't be used directly in the protocol's function pointers - whitespace cleanups - remove prototypes for nonexistent functions | |||
| 2020-04-14 | framebufferio: move backlight down to the underlying framebuffer | Jeff Epler | |
| 2020-04-14 | protomatter: Use low end of supervisor heap | Jeff Epler | |
| Per @tannewt, this area "sees more churn", so it's probably the right choice here | |||
| 2020-04-14 | protomatter: release the protomatter object during release_displays() | Jeff Epler | |
| 2020-04-14 | protomatter: allocator: Never supervisor-alloc while gc available | Jeff Epler | |
| This may have been contributing to fragmentation of the supervisor heap | |||
| 2020-04-14 | FramebufferDisplay: remove probably not needed constructor arguments | Jeff Epler | |
| 2020-04-14 | _protomatter: move get/set paused into shared-module | Jeff Epler | |
| 2020-04-14 | deinit: Work harder to ensure storage is released at deinit | Jeff Epler | |
| 2020-04-14 | fix build for non-displayio & non-protomatter targets | Jeff Epler | |
| 2020-04-14 | protomatter: more memory allocation fixes | Jeff Epler | |
| - bump supervisor alloc count by 4 (we actually use 5) - move reconstruct to after gc heap is reset - destroy protomatter object entirely if not used by a FramebufferDisplay - ensure previous supervisor allocations are released - zero out pointers so GC can collect them | |||
| 2020-04-14 | Add Protomatter and FramebufferDisplay | Jeff Epler | |
| 2020-04-14 | displayio: implement, use allocate_new_display_bus_or_raise | Jeff Epler | |
| 2020-04-14 | displayio: implement, use allocate_display_or_raise | Jeff Epler | |
| 2020-04-13 | make packed word and copy it in | caternuson | |
| 2020-04-09 | add docstring, clean up | caternuson | |
| 2020-04-09 | initial working fill | caternuson | |
| 2020-04-08 | Save backlight_on_high correctly. | Scott Shawcroft | |
| Fixes #2750 | |||
| 2020-03-28 | Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity | Jeff Epler | |
| Add polarity and phase to FourWire. | |||
| 2020-03-25 | adding a backlight polarity flag to Display | siddacious | |
| 2020-03-25 | Add polarity and phase to FourWire. | Scott Shawcroft | |
| It was fixed as 0/0 even though it used to get it from the current SPI state. This makes it more explicit with kwargs. Thanks to magpie_lark and kmatocha on the Adafruit Support forum for finding the issue: https://forums.adafruit.com/viewtopic.php?f=60&t=162515 | |||
| 2020-03-18 | Pixelbuf: subscr: Get correct pixel value | Jeff Epler | |
| Previously, the 0th pixel's value was always returned | |||
| 2020-03-05 | rename routines to be clearer; fix wiznet arg types | Dan Halbert | |
| 2020-02-28 | new pin validation routines; don't use mp_const_none if NULL will do | Dan Halbert | |
| 2020-02-23 | Fix incorrect initialisation of default UART | Dave Marples | |
| 2020-02-18 | Addition of RS485 support | Dave Marples | |
| 2020-02-18 | Addition of RTS/CTS/RS485 UART functionality | Dave Marples | |
| 2020-02-13 | Merge pull request #2581 from jamesbowman/master | Scott Shawcroft | |
| First draft of eveL, the low-level module of the Gameduino bindings | |||
| 2020-02-12 | Added fix to allow remount when usb enabled but msc is ejected | Gadi Rotenberg | |
| 2020-02-10 | Correct the BitmapTransform operations. | James Bowman | |
| Correct argument order better argument naming fix copypaste bug on C and F arguments | |||
| 2020-02-07 | Move _eve module declarations into shared-bindings header | James Bowman | |
| 2020-02-07 | Split into shared-module and shared-bindings | James Bowman | |
| 2020-01-30 | Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf | Scott Shawcroft | |
| 2020-01-30 | circuitpython-stage: allow choosing background color | Radomir Dopieralski | |
| 2020-01-29 | Merge commit 'b36b24' into tweak_pixelbuf | Scott Shawcroft | |
| 2020-01-29 | Merge branch 'master' into stm32-meowbit | hierophect | |
| 2020-01-28 | Implement requested changes | Lucian Copeland | |
| 2020-01-27 | Don't allocate the pre brightness buffer if brightness is 1.0 still | Scott Shawcroft | |
| 2020-01-24 | Encapsulate buffers inside PixelBuf and refactor it. | Scott Shawcroft | |
| 2020-01-24 | Simplify the flash-display conflict fix | Lucian Copeland | |
| 2020-01-24 | Fix flash-display conflict error | Lucian Copeland | |
| 2020-01-20 | Mixer: rename function based on review comment | Jeff Epler | |
| 2020-01-20 | Mixer: use MP_LIKELY macro instead of locally brewed one | Jeff Epler | |
