Scott Shawcroft
03068a9388
Fix built-in inits and terminal allocate
2019-02-01 01:00:10 -08:00
Scott Shawcroft
9a9d85fadc
Update translations for display rotation
2019-02-01 00:36:21 -08:00
Scott Shawcroft
448ae64d8e
Add support for display rotation and raw commands
...
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
2019-02-01 00:32:03 -08:00
Scott Shawcroft
d72cd5b2d6
Correct TileGrid class name.
2019-01-31 11:42:15 -08:00
Scott Shawcroft
354a26963b
Correctly handle no backlight pin.
2019-01-31 11:42:15 -08:00
Scott Shawcroft
2c069a5685
Polish up comments
2019-01-31 11:42:15 -08:00
Scott Shawcroft
da206012e2
Update translations
2019-01-31 11:42:15 -08:00
Scott Shawcroft
73bc614a4b
Remove doc reference to Sprite
2019-01-31 11:42:15 -08:00
Scott Shawcroft
ec03887040
Fix hallowing and nrf builds
2019-01-31 11:42:15 -08:00
Scott Shawcroft
4672866eec
Remove Sprite references
2019-01-31 11:42:14 -08:00
Scott Shawcroft
601a910f4e
More improvements to Terminal:
...
* Fix Hallowing.
* Fix builds without displayio.
* Fix y bounds that appears as untrollable row of pixels.
* Add scrolling to TileGrid.
* Remove Sprite to save space. TileGrid is a drop in replacement.
2019-01-31 11:42:14 -08:00
Scott Shawcroft
6145f08cc8
Support adjustable backlight brightness
2019-01-31 11:42:14 -08:00
Scott Shawcroft
69bc5e189b
Rudamentary backlight support
2019-01-31 11:42:14 -08:00
Scott Shawcroft
1a1dbef992
Hook up the terminal based on the first display.
2019-01-31 11:42:14 -08:00
Scott Shawcroft
590e029198
Begin font parsing and packing for terminal
2019-01-31 11:42:13 -08:00
Scott Shawcroft
fb0970ec6e
Add terminalio
2019-01-31 11:42:13 -08:00
Scott Shawcroft
73cf490635
Add TileGrid
2019-01-31 11:42:13 -08:00
Dan Halbert
63d456127b
Merge pull request #1508 from adafruit/tannewt-patch-8
...
Fix up board build
2019-01-31 14:22:32 -05:00
Scott Shawcroft
39240516f3
Correct pin capitalization
2019-01-31 09:11:30 -08:00
Dan Halbert
323108e2ba
Merge pull request #1503 from hathach/nrf-tinyusb-sd
...
update tinyusb, work better with sd
2019-01-31 10:36:12 -05:00
Scott Shawcroft
1c3106e56e
Balance board builds
2019-01-30 22:56:25 -08:00
Scott Shawcroft
3225878f63
for redboard turbo too
2019-01-30 22:55:36 -08:00
Scott Shawcroft
fe2a092f1c
Fix board_bus location
2019-01-30 22:54:26 -08:00
Scott Shawcroft
68d524fc2a
Merge pull request #1506 from sparkfun/master
...
All files for SparkFun LumiDrive and Redboard Turbo
2019-01-30 16:48:15 -08:00
Elias Santistevan
b124071e10
Removes a lot of left over comments, adds lumidrive and redboard turbo to travis.yml
2019-01-30 16:13:08 -07:00
Elias Santistevan
9984b26a32
Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun LumiDrive and Redboard Turbo
2019-01-30 13:53:00 -07:00
Elias Santistevan
178cfc1623
Adds make config files for SparkFun LumiDrive and Redboard Turbo
2019-01-30 13:50:29 -07:00
hathach
a51f2b0716
refactor nrfx from supervisor/usb.c
2019-01-30 22:30:23 +07:00
hathach
164e1e2341
re-init usb hardware when enable/disable SD
2019-01-30 14:13:07 +07:00
hathach
d1fb384a4a
update tinyusb, work better with sd
2019-01-29 21:03:18 +07:00
Scott Shawcroft
765d877dfa
Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048
...
Nickzoic/circuitpython nrf touchin 1048
2019-01-28 00:22:34 -08:00
Nick Moore
294b026aca
Automatically set a default threshold for touchio.TouchIn channels
2019-01-28 18:22:57 +11:00
Scott Shawcroft
825c80a48f
Merge pull request #1502 from adafruit/tannewt-patch-7
...
Remove draft because is unpublishes releases
2019-01-27 21:53:40 -08:00
Scott Shawcroft
2bb89c6fde
Remove draft because is unpublishes releases
2019-01-27 14:44:58 -08:00
Scott Shawcroft
07b96fa15d
Merge pull request #1495 from TG-Techie/patch-3
...
fixed compiling error for datalore ip m4
2019-01-27 14:07:16 -08:00
Scott Shawcroft
de2861969b
Merge pull request #1494 from TG-Techie/patch-2
...
add displayio to TG-Techie's first board
2019-01-27 14:06:47 -08:00
Scott Shawcroft
b16f489d58
Merge pull request #1496 from ShawnHymel/master
...
Added support for SparkFun SAMD21 Dev Board
2019-01-27 14:06:07 -08:00
Nick Moore
539aaf08b5
speed up measurement loop
2019-01-27 21:54:59 +11:00
Nick Moore
4a093294ac
hugely simplified version of the touchio.TouchIn.get_raw_reading code ( adafruit/circuitpython#1048 )
2019-01-27 15:08:03 +11:00
Scott Shawcroft
cd0aacccbd
Merge pull request #1497 from jerryneedell/jerryn_fix_time
...
fix kw_arg checking for time.struct_time()
2019-01-25 13:55:57 -08:00
Jerry Needell
44bd9d1013
fix kw_arg checking for time.struct_time()
2019-01-25 14:57:31 -05:00
ShawnHymel
dd5165c92c
Added support for SparkFun SAMD21 Dev
2019-01-25 12:27:31 -06:00
TG-Techie
468faf4e2b
fixed compiling error
2019-01-25 12:42:43 -05:00
ShawnHymel
65dc8d0c74
Updated .travis.yml and samd README with SparkFun SAMD21 Dev pinout
2019-01-25 11:08:19 -06:00
TG-Techie
e9538dbc7f
add displayio to TG-Techie's first board
2019-01-25 12:06:05 -05:00
ShawnHymel
d79615f96b
Revert "Updated samd readme with SparkFun SAMD21 Dev pinout"
...
This reverts commit d10fa4a8cb
.
2019-01-25 11:02:22 -06:00
ShawnHymel
d10fa4a8cb
Updated samd readme with SparkFun SAMD21 Dev pinout
2019-01-25 10:14:53 -06:00
Dan Halbert
6be4b07e17
Merge pull request #1492 from tannewt/board_info_fix
...
Fix board info script to skip removed boards.
2019-01-24 14:37:55 -05:00
Scott Shawcroft
d30bdd4cb3
Fix board info script to skip removed boards.
2019-01-24 10:22:14 -08:00
Scott Shawcroft
de628ac963
Merge pull request #1488 from Tasm-Devil/master
...
new translations
2019-01-24 10:06:26 -08:00