Commit Graph

12931 Commits

Author SHA1 Message Date
Bryan Siepert
76dc8e1ac8 fixed typo 2019-03-01 07:32:46 -08:00
Radomir Dopieralski
5d85d54026 Move the frozen pew.py into a submodule 2019-03-01 16:24:22 +01:00
Bryan Siepert
e9f18122e9 Merge branch 'master' into bmp_bitdepths 2019-03-01 07:22:18 -08:00
Bryan Siepert
014595bff5 fixed whitespace, clarified variable name, and updated error messages 2019-03-01 07:17:50 -08:00
Radomir Dopieralski
a9074f7bd1 More style fixes 2019-03-01 16:11:22 +01:00
Dan Halbert
5af2c7fc16
Merge pull request #1608 from dhalbert/pyportal-rev-c
Update PyPortal pins to rev C
2019-03-01 10:07:09 -05:00
Radomir Dopieralski
89b2788d11 Apply review fixes:
* fix formatting
* fix copyrights
* fix CIRCUITPYTHON_GAMEPAD guards
* add CIRCUITPYTHON_PEW guards to reset
* fix module list order
2019-03-01 16:05:15 +01:00
Radomir Dopieralski
8e50aeb06f Fix pew.tick() to not accumulate error over time 2019-03-01 15:54:16 +01:00
Radomir Dopieralski
3826ca4194 Rename internal pins to add underscore in front 2019-03-01 15:10:43 +01:00
Radomir Dopieralski
f5f4932220 Clean unused include from tick.c 2019-03-01 15:09:00 +01:00
Radomir Dopieralski
18870255ea Remove the pewpew70 board definition, leave only pewpew10 2019-03-01 15:06:24 +01:00
Dan Halbert
fb027f2024 Update PyPortal pins to rev C 2019-03-01 09:06:03 -05:00
Radomir Dopieralski
45fea86554 Rebase on top of CircuitPython 4.x 2019-03-01 14:59:21 +01:00
Bryan Siepert
398c7060f8 added monochrome, 8bpp indexed, and 32bpp ARGB BMPs 2019-02-28 23:08:12 -08:00
Dan Halbert
3c24e893e9 Fix SYNCBUSY loop typo. 2019-02-28 23:38:26 -05:00
Dan Halbert
ced37c1001 Don't wait for display frame if interrupt pending 2019-02-28 22:36:50 -05:00
Dan Halbert
808304e827 Use TCC LUPD lock when updating CCB 2019-02-28 19:53:35 -05:00
Radomir Dopieralski
48f0a5163e Reset timer when releasing _pew 2019-02-28 23:34:03 +01:00
Radomir Dopieralski
59f63eaef6 Handle new buttons 2019-02-28 23:34:03 +01:00
Radomir Dopieralski
0a5c1c9402 Some cleanup 2019-02-28 23:34:03 +01:00
Radomir Dopieralski
55b511a5d8 Use a dedicated timer 2019-02-28 23:33:37 +01:00
Radomir Dopieralski
88e40193ae Add a _pew module 2019-02-28 23:32:58 +01:00
Radomir Dopieralski
7ac11ed8e1 Enlarge the usb disk 2019-02-28 23:25:18 +01:00
Radomir Dopieralski
5a1e69f5b8 Correct a typo in the pin name 2019-02-28 23:23:26 +01:00
Radomir Dopieralski
a41ea27596 Add pewpew70 board 2019-02-28 23:23:26 +01:00
sommersoft
4d47ce5c60 fixes set_timer_handler call 2019-02-27 19:28:59 -06:00
sommersoft
9d20380bd4 Merge branch 'master' into new_freq_in 2019-02-26 04:29:16 +00:00
sommersoft
4a9f05a44f final re-glue; compiles now. 2019-02-25 21:22:52 -06:00
Dustin Mendoza
f127be4dd2 added height and width attributes for displayio 2019-02-25 16:39:20 -08:00
sommersoft
a8204f1bf9 touchup adding frequencyin interrupt handling 2019-02-24 18:07:55 -06:00
sommersoft
f602fa3d9f fix init deps 2019-02-24 18:07:26 -06:00
sommersoft
9d3fcf9a0d add frequencyio to circuipy_ configs 2019-02-24 18:05:51 -06:00
Dan Halbert
2c9fbb5d40
Merge pull request #1594 from dhalbert/remove-bleio-wip-classes
Remove bleio classes that aren't done yet.
2019-02-24 15:02:21 -05:00
Dan Halbert
8b6dc446d3 Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
Dan Halbert
e3606461c5
Merge pull request #1558 from siddacious/bmp_bitdepths
initial support for additional bitdepths in OnDiskBitmap
2019-02-24 13:21:54 -05:00
Dan Halbert
9888b81bdc
Merge pull request #1593 from jerryneedell/jerryn_nrf_busses
implement default busses for particle boards
2019-02-24 12:00:32 -05:00
Jerry Needell
bd13834a74 implement default busses for particle boards 2019-02-24 09:34:33 -05:00
Bryan Siepert
d26ae6f81e Merge branch 'bmp_bitdepths' of github.com:siddacious/circuitpython into bmp_bitdepths 2019-02-23 20:21:08 -08:00
Bryan Siepert
3afcd3f5bc another/different size tweak for the DE hallowing build 2019-02-23 20:18:22 -08:00
Bryan Siepert
2cb31ea546 Merge branch 'master' into bmp_bitdepths 2019-02-23 20:16:57 -08:00
Bryan Siepert
3843e96edc Tweaking German hallowing build for size 2019-02-23 19:47:58 -08:00
Dan Halbert
3b58be9c76
Merge pull request #1592 from ladyada/master
final pin names, tested with final release
2019-02-23 17:23:56 -05:00
ladyada
85421f9766 final pin names, tested with final release 2019-02-23 15:40:28 -05:00
siddacious
ebbac61231
Merge branch 'master' into bmp_bitdepths 2019-02-23 20:18:41 +00:00
Dan Halbert
c8a5d1c38d
Merge pull request #1589 from Tasm-Devil/master
new translations
2019-02-23 15:14:39 -05:00
Bryan Siepert
b81072e750 (fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps 2019-02-23 10:58:46 -08:00
Pascal Deneaux
cad97801bf
Added support for bitdepths in OnDiskBitmap
https://github.com/adafruit/circuitpython/pull/1558
2019-02-23 15:56:30 +01:00
Pascal Deneaux
66a230c1b7
new translations 2019-02-23 15:26:32 +01:00
Dan Halbert
6a8f735641
Merge pull request #1587 from tannewt/fixup_translations
Fixup translations and remove location to reduce diffs
2019-02-22 23:27:10 -05:00
Scott Shawcroft
785edf719e
Update translations based on git history 2019-02-22 15:28:29 -08:00