| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-28 | Merge pull request #1685 from makermelissa/masterazure | Scott Shawcroft | |
| Added option to enable toggling CS between init commands | |||
| 2019-03-27 | Simplified into fourwire only | Melissa LeBlanc-Williams | |
| 2019-03-27 | Fix HID buffer lookup | Scott Shawcroft | |
| The previous code assumed HID report ids were consecutive. This is not true in the CircuitPython descriptor where report ids are fixed for each report type. Fixes #1617 | |||
| 2019-03-27 | TileGrid: pixel_shader is not always a palette | Dan Halbert | |
| 2019-03-26 | Removed parameter so CS is always toggled | Melissa LeBlanc-Williams | |
| 2019-03-26 | Added small delay inside toggle for edge cases | Melissa LeBlanc-Williams | |
| 2019-03-23 | Moving Toggle to before command fixes driver issue | Melissa LeBlanc-Williams | |
| 2019-03-23 | Added option to toggle cs in displayio init sequence | Melissa LeBlanc-Williams | |
| 2019-03-20 | Merge pull request #1670 from tannewt/fontio | Dan Halbert | |
| Move Glyph and BuiltinFont into fontio | |||
| 2019-03-20 | Merge pull request #1676 from pewpew-game/bug1671 | Scott Shawcroft | |
| Make displayio.Palette support more than 255 colors | |||
| 2019-03-20 | Make displayio.Palette support more than 255 colors | Radomir Dopieralski | |
| Fix #1671 | |||
| 2019-03-19 | Move Glyph and BuiltinFont into fontio | Scott Shawcroft | |
| It was confusing in displayio. Fixes #1662 | |||
| 2019-03-16 | after code.py runs, flush filesystem before resetting heap | Dan Halbert | |
| 2019-03-12 | Add better PewPew error messages and update translations | Scott Shawcroft | |
| 2019-03-12 | Standardize TileGrid to x and y properties over position | Scott Shawcroft | |
| This brings it inline with Group. Also fixes #1613 This also includes a number of fixes for where a method is called through a subclass. We now correctly get the native object. Fixes #1567 Lastly, this adds subscript support to TileGrid for changing tile indices. Similar to Bitmap, it accepts ints or 2-tuples. | |||
| 2019-03-12 | Accept x and y kwargs into Group for initial position. | Scott Shawcroft | |
| 2019-03-11 | Add default devices and tweak brightness in boards/pewpew10 | Radomir Dopieralski | |
| 2019-03-07 | Rework background display task to allow reads from SPI SD card during ↵ | Dan Halbert | |
| display. Clarify code. Handle multiple displays better. | |||
| 2019-03-06 | check display-bus transaction status and act accordingly | Dan Halbert | |
| 2019-03-06 | Merge pull request #1601 from penguindustin/master | Dan Halbert | |
| added height and width attributes for displayio | |||
| 2019-03-05 | changed from mp_int_t to uint16_t | Dustin Mendoza | |
| 2019-03-04 | Merge pull request #1604 from dhalbert/display_wait_for_frame-check-interrupts | Dan Halbert | |
| Don't wait for display frame if interrupt pending | |||
| 2019-03-01 | Merge pull request #1607 from pewpew-game/pewpew10.x-4.x | Dan Halbert | |
| Add support for PewPew 10.x boards | |||
| 2019-03-01 | Use find_free_timer() | Radomir Dopieralski | |
| 2019-03-01 | fixed typo | Bryan Siepert | |
| 2019-03-01 | fixed whitespace, clarified variable name, and updated error messages | Bryan Siepert | |
| 2019-03-01 | More style fixes | Radomir Dopieralski | |
| 2019-03-01 | Apply review fixes: | Radomir Dopieralski | |
| * fix formatting * fix copyrights * fix CIRCUITPYTHON_GAMEPAD guards * add CIRCUITPYTHON_PEW guards to reset * fix module list order | |||
| 2019-03-01 | Rebase on top of CircuitPython 4.x | Radomir Dopieralski | |
| 2019-02-28 | added monochrome, 8bpp indexed, and 32bpp ARGB BMPs | Bryan Siepert | |
| 2019-02-28 | Don't wait for display frame if interrupt pending | Dan Halbert | |
| 2019-02-28 | Reset timer when releasing _pew | Radomir Dopieralski | |
| 2019-02-28 | Handle new buttons | Radomir Dopieralski | |
| 2019-02-28 | Use a dedicated timer | Radomir Dopieralski | |
| 2019-02-28 | Add a _pew module | Radomir Dopieralski | |
| 2019-02-25 | added height and width attributes for displayio | Dustin Mendoza | |
| 2019-02-23 | (fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps | Bryan Siepert | |
| 2019-02-21 | Merge pull request #1584 from tannewt/disable_concurrent_write_protection | Dan Halbert | |
| Add option to disable the concurrent write protection | |||
| 2019-02-21 | Tweak the backlight PWM rate to be higher that audio range. Fixes #1571 | Scott Shawcroft | |
| 2019-02-21 | Add option to disable the concurrent write protection | Scott Shawcroft | |
| This allows writing to the filesystem from the host computer and CircuitPython by increasing the risk of filesystem corruption. | |||
| 2019-02-19 | Fix reload while display is updating. | Scott Shawcroft | |
| 2019-02-19 | Prevent infinite display update recursion and fix VFS mounting | Scott Shawcroft | |
| Fixes #1529 | |||
| 2019-02-15 | Store the original layer in Group | Scott Shawcroft | |
| As is we would return the native superclass object only. Fixes #1551 | |||
| 2019-02-13 | A safe mode fix and displayio fixes | Scott Shawcroft | |
| * Fixes safe mode on the SAMD51. The "preserved" value was being clobbered by the bootloader. * Fixes auto-reload loop when in safe mode. * Fixes reading Group children with []. * Check that a TileGrid actually moves before queueing a refresh. | |||
| 2019-02-12 | Merge pull request #1536 from TG-Techie/patch-4 | Dan Halbert | |
| DISPIO: end_x can't be > height of shape | |||
| 2019-02-12 | DISPIO: end_x can't be > height of shape | TG-Techie | |
| an author must have forgotten to change from height to width after copy paste. | |||
| 2019-02-12 | Tweaks based on dhalbert's feedback. | Scott Shawcroft | |
| 2019-02-11 | A variety of displayio improvements | Scott Shawcroft | |
| This changes a number of things in displayio: * Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with a font it is available as board.TERMINAL_FONT. Fixes #1172 * Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191 * Add width and height properties to Bitmap. * Add insert and [] access to Group. Fixes #1518 * Add index param to pop on Group. * Terminal no longer takes unicode character info. It takes a BuiltinFont instead. * Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history. * Add x and y positions to Group plus scale as well. * Add bitmap accessor for BuiltinFont | |||
| 2019-02-06 | Remove usb_midi.PortIn and PortOut constructors. | Craig Forbes | |
| 2019-02-01 | Add support for display rotation and raw commands | Scott Shawcroft | |
| Display rotation is relative to the scan order of the display. The scan order can be found by scrolling the display with command 0x37 `display_bus.send(0x37, struct.pack(">H", i % 128))` Fixes #1504 | |||
