Commit Graph

13453 Commits

Author SHA1 Message Date
Scott Shawcroft 22ca98501b
Merge pull request #1786 from maholli/master
keeping travis happy (with proper load-leveling)
2019-04-12 12:58:42 -07:00
hexthat a123cdc5ac
Update supervisor.mk 2019-04-12 12:55:55 -07:00
hexthat f36572f322
Rename tools/new-ter-u12n.bdf to tools/default-font/new-ter-u12n.bdf 2019-04-12 12:55:13 -07:00
hexthat b4509362ef
Add files via upload 2019-04-12 12:55:13 -07:00
hexthat 0e5385006b
Rename zh.po to zh_Latn_pinyin.po 2019-04-12 12:55:13 -07:00
hexthat 57f5284ef7
Delete zh_CN.po
too many characters needed in bdf font
2019-04-12 12:55:13 -07:00
hexthat 2056eaa49b
Update zh.po 2019-04-12 12:55:13 -07:00
hexthat 60cb6b709a
Add files via upload 2019-04-12 12:55:12 -07:00
hexthat dbd532b8f2
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat 1efe6877f4
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat 6c75e40293
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat aa9a1c538c
Add files via upload 2019-04-12 12:55:12 -07:00
hexthat f7b17f711a
Create zh.po
Chinese Hanyu Pinyin
2019-04-12 12:55:11 -07:00
Radomir Dopieralski 7aab3e8c93 Re-use an error message in _stage 2019-04-12 21:31:06 +02:00
Scott Shawcroft 7161038d6b
Turn off `displayio` because it is a satellite 2019-04-12 11:54:32 -07:00
Radomir Dopieralski 0599286e32 Use never_reset in ugame10 2019-04-12 20:45:52 +02:00
Radomir Dopieralski 4dc286fa14 Reorganize the gamepad code 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 049e80993d Sync gampad_singleton with the long lived copy 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 947662415c Disable gamepad for feather_m0_express_crickit 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 5915126030 Typos 2019-04-12 20:43:29 +02:00
Radomir Dopieralski bfe63e9528 Make the polish translation smaller 2019-04-12 20:43:29 +02:00
Radomir Dopieralski ae60968563 More refactoring 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 7e89beeb31 Optimize the size of code for gamepad 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 3469b1ec5d Add debouncing to GamePadShift 2019-04-12 20:43:29 +02:00
Radomir Dopieralski b485e45f4f Go back to simple bit-banging in GamePadShift, fix problems 2019-04-12 20:43:29 +02:00
Radomir Dopieralski a7925930fa Read one bit per system clock tick in GamePadShift 2019-04-12 20:43:29 +02:00
Radomir Dopieralski 6ff4e0ecb0 Add GamePadShift for handling shift-register-based buttons 2019-04-12 20:43:29 +02:00
Max Holliday 7b3e7cf9a3
forgot to keep travis happy 2019-04-12 10:06:17 -07:00
Max Holliday 41499ac315
No I2S on G19 2019-04-12 10:06:17 -07:00
Max Holliday e85b6fb83c
adding kicksat-sprite board
See https://github.com/RoboticExplorationLab/sprite for details
2019-04-12 10:06:17 -07:00
Scott Shawcroft 29615dae06
Merge pull request #1787 from pewpew-game/custom-font
Allow overriding the font per board definition
2019-04-12 09:53:59 -07:00
Radomir Dopieralski d39e7e7dd5 Use displayio.Display directly 2019-04-12 12:46:28 +02:00
Radomir Dopieralski 1eede2d1e3 Allow overriding the font per board definition
This way boards with smaller screens can use smaller fonts
2019-04-12 12:09:53 +02:00
Radomir Dopieralski dabbded622 Got back to using Display object in the Stage library 2019-04-12 11:19:19 +02:00
Radomir Dopieralski c3136f4f32 Enable displayio for uGame10 board
Also, make the _stage library work with the fourwire bus, to re-use the
display.
2019-04-12 01:10:57 +02:00
Dan Halbert 121d532a0e
Merge pull request #1781 from tannewt/build_aliases
Add alias support for unique board revs
2019-04-11 15:50:38 -04:00
Scott Shawcroft 1eb1430d82
Add alias support for unique board revs
This way we can list different board styles and track their
downloads without a completely new binary.

Fixes #1673
2019-04-11 11:25:04 -07:00
Scott Shawcroft 959258b3ab
Merge pull request #1780 from pewpew-game/pybadge-spi-24mhz
Configure the TFT spi to 24MHz by default
2019-04-11 10:43:15 -07:00
Radomir Dopieralski 5603d0cd38 Configure the TFT spi to 24MHz by default
That is (slightly) out of spec for the display, but it works reliably.
2019-04-11 15:47:26 +02:00
Dan Halbert 864910559b fix subscripting 2019-04-10 21:41:55 -04:00
Dan Halbert cf3f3e510c
Merge pull request #1774 from tannewt/pybadge_revd
Tweak pybadge and fix display bugs
2019-04-10 18:45:41 -04:00
Scott Shawcroft debff19126
Check for null local dictionaries 2019-04-10 14:48:27 -07:00
Scott Shawcroft 9f4f689879
Free up space in Itsy Bitsy M0 by limiting inline. 2019-04-10 14:09:14 -07:00
Dan Halbert 3618461f9b Merge remote-tracking branch 'adafruit/master' into circuitpython-nickzoic-1042-nrf-nvm-bytearray-2 2019-04-10 14:09:26 -04:00
Scott Shawcroft a152ac1cef
Merge remote-tracking branch 'adafruit/master' into pybadge_revd 2019-04-10 10:58:45 -07:00
Dan Halbert f115ec2193
Merge pull request #1777 from ladyada/master
Rev D/E (beta) hardware!
2019-04-10 10:21:09 -04:00
ladyada 894c1e9590 Rev D/E (beta) hardware! 2019-04-10 08:37:20 -04:00
Dan Halbert 203d795bd6
Merge pull request #1772 from tannewt/fix_gc_never_free
Check that a never free pointer is on the heap.
2019-04-10 08:26:37 -04:00
Scott Shawcroft 44e32506ed
Don't make Pins for those not connected on Itsy M0 2019-04-10 00:06:59 -07:00
Dan Halbert de38ce798c
Merge pull request #1775 from dhalbert/fix-bast-pro-mini-build
Fix version skew for bast_pro_mini build
2019-04-09 23:46:37 -04:00