| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-10-10 | Fix #3504: Don't use time module in pew.tick() | Radomir Dopieralski | |
| The time.sleep() and time.monotonic() functions break the timer interrupt on which PewPew10 display relies, so we can't use them anymore. Instead I'm adding a time-keeping function to the display code itself, which then can be used in pew.tick() internally. | |||
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-07-24 | Add and correct some type hints | Taku Fukada | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-03 | Made most of the requested changes | dherrada | |
| 2020-07-03 | Added type hints to _pew | dherrada | |
| 2020-06-22 | _pew: move to common-hal | Jeff Epler | |
| I noticed that this code was referring to samd-specific functionality, and isn't enabled except in one samd board (pewpew10). Move it. There is incomplte support for _pew in mimxrt10xx which then caused build errors; adding a #if guard to check for _pew being enabled fixes it. The _pew module is not likely to be important on mimxrt but I'll leave the choice to remove it to someone else. | |||
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-08 | Did os, _pixelbuf, _pew | dherrada | |
| 2019-06-12 | Refactor deinit check to reduce code size. | Scott Shawcroft | |
| 2019-03-12 | Add better PewPew error messages and update translations | Scott Shawcroft | |
| 2019-03-01 | Improve documentation | Radomir Dopieralski | |
| 2019-03-01 | Move the frozen pew.py into a submodule | 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 | Handle new buttons | Radomir Dopieralski | |
| 2019-02-28 | Use a dedicated timer | Radomir Dopieralski | |
| 2019-02-28 | Add a _pew module | Radomir Dopieralski | |
