Pascal Deneaux
b8856c71d1
Update de_DE.po
4 years ago
Scott Shawcroft
72f0783b60
Merge pull request #1527 from debrouxl/minor_improvements_and_fixes
...
Minor improvements
4 years ago
Lionel Debroux
591eb23e0f
Fix a couple variable shadowing varnings.
...
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
4 years ago
Lionel Debroux
943216deda
Make several const char / const char * arrays static to save a bit of space.
...
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
4 years ago
Scott Shawcroft
011b53fb97
Merge pull request #1525 from cpforbes/cpf-1352
...
Add human readable text for ENOSPC.
4 years ago
Scott Shawcroft
37b9cd5974
Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryio
...
Circuitpython nickzoic 1045 nrf rotaryio
4 years ago
Craig Forbes
62389f07b8
Update translations.
4 years ago
Scott Shawcroft
c981559c16
Merge pull request #1523 from maholli/master
...
adding SAM32 board
4 years ago
Scott Shawcroft
3fccdabd32
Merge pull request #1526 from cpforbes/cpf-1490
...
Remove usb_midi.PortIn and PortOut constructors.
4 years ago
Craig Forbes
de43911a68
Remove usb_midi.PortIn and PortOut constructors.
4 years ago
Nick Moore
b9db977a2d
Change pin mode to pullup for adafruit/circuitpython#1045
4 years ago
Craig Forbes
1662e02c1b
Add human readable text for ENOSPC.
4 years ago
Max Holliday
2e48739a4e
standardizing on "BATTERY" pin; and load-leveling Travis
4 years ago
Max Holliday
4c1b85cdcd
elaborating on include path for board_busses
4 years ago
Max Holliday
30fcb14017
correcting VID/PID and adding sam32 to travis
4 years ago
Max Holliday
a2936c4c20
adding SAM32 board
...
SAMD51 running circuitpython talking to an ESP32 running micropython.
Full board details at: https://github.com/maholli/SAM32
4 years ago
Nick Moore
a7c349bc6e
Add quarter-click logic to adafruit/circuitpython#1045
4 years ago
Nick Moore
95454ecde0
useful output from rotaryio adafruit/circuitpython#1045
4 years ago
Scott Shawcroft
041a84e8f9
Merge pull request #1520 from tannewt/check_seq_multiply_for_overflow
...
Check sequence multiply for length overflow
4 years ago
Nick Moore
21eb7e8e64
GPIOTE handlers for rotaryio.IncrementalEncoder adafruit/circuitpython#1045
4 years ago
Nick Moore
ee21cc163f
Start on rotaryio.IncrementalEncoder adafruit/circuitpython#1045 (does nothing yet!)
4 years ago
Scott Shawcroft
844c20106b
Turn off `micropython.mem_info` on SAMD to get ~1k back
4 years ago
Scott Shawcroft
0c50154c83
Use generic overflow so 64 bit is handled ok.
4 years ago
Scott Shawcroft
c60f77d5ab
Check sequence multiply for length overflow
...
Fixes #1279
4 years ago
Kattni
9bcc38e995
Merge pull request #1519 from tannewt/speed_debug
...
Add fast seek support and turn on auto brightness by default
4 years ago
Scott Shawcroft
b249243a9f
Fix allocation size
4 years ago
Scott Shawcroft
90e5964703
Set auto brightness on by default for boards with displays built in.
4 years ago
Scott Shawcroft
a393a6e0c5
Add fast seek support to file objects
4 years ago
Scott Shawcroft
3d07571029
Merge pull request #1515 from tannewt/fix_long_live
...
Fix a couple long live issues
4 years ago
Scott Shawcroft
5555a24479
Never long live the main dictionary.
...
It's contents change often and may be referenced elsewhere.
Fixes #1443
4 years ago
Scott Shawcroft
a39fc94dde
Don't long live class attributes
...
When they are added later, they are also referenced in the main
dictionary.
Fixes #1218
4 years ago
Scott Shawcroft
3af57f3e92
Fix up heap analysis for dynamic heap location
4 years ago
Dan Halbert
12917d323d
Merge pull request #1513 from tannewt/rotation
...
Add support for display rotation and raw commands
4 years ago
Scott Shawcroft
845783a457
Clarify rotation parameter
4 years ago
Dan Halbert
7d039a5467
Merge pull request #1512 from adafruit/tannewt-patch-9
...
Update the discord link
4 years ago
Scott Shawcroft
03068a9388
Fix built-in inits and terminal allocate
4 years ago
Scott Shawcroft
9a9d85fadc
Update translations for display rotation
4 years ago
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
4 years ago
Scott Shawcroft
6ee16c0aae
Update the discord link
...
Thanks to @ticky for the heads up.
Fixes #1511
4 years ago
Dan Halbert
7c443fbef2
Merge pull request #1510 from tannewt/terminalio
...
Add a terminal that shows by default on displays.
4 years ago
Scott Shawcroft
d72cd5b2d6
Correct TileGrid class name.
4 years ago
Scott Shawcroft
354a26963b
Correctly handle no backlight pin.
4 years ago
Scott Shawcroft
2c069a5685
Polish up comments
4 years ago
Scott Shawcroft
da206012e2
Update translations
4 years ago
Scott Shawcroft
73bc614a4b
Remove doc reference to Sprite
4 years ago
Scott Shawcroft
ec03887040
Fix hallowing and nrf builds
4 years ago
Scott Shawcroft
4672866eec
Remove Sprite references
4 years ago
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.
4 years ago
Scott Shawcroft
6145f08cc8
Support adjustable backlight brightness
4 years ago
Scott Shawcroft
69bc5e189b
Rudamentary backlight support
4 years ago