Dan Halbert
9beefdbe8d
Merge pull request #8795 from picospuch/circuitpython-main
...
silabs: Fix _bleio.Descriptor.add_to_characteristic
2024-01-13 12:04:26 -05:00
spuch
b6a569040f
silabs: Fix _bleio.Descriptor.add_to_characteristic
...
New descriptors shall be added to characteristics succesfully now, tested on hid.py from adafruit_ble.
2024-01-13 18:53:01 +08:00
Dan Halbert
2c453390ec
Merge pull request #8779 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2024-01-09 12:19:07 -05:00
Hosted Weblate
5f71d54fa3
Merge remote-tracking branch 'origin/main'
2024-01-09 17:28:28 +01:00
Dan Halbert
00565c2428
Merge pull request #8782 from bill88t/fbs3-A0
...
Add IO4/A0 on FireBeetle ESP32-S3
2024-01-09 11:28:23 -05:00
hexthat
7b471200d7
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2024-01-09 04:06:18 +01:00
Luc
2b38ef0230
Translated using Weblate (German)
...
Currently translated at 95.6% (967 of 1011 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2024-01-07 16:06:15 +00:00
Hosted Weblate
7757f4c369
Merge remote-tracking branch 'origin/main'
2024-01-04 22:19:41 +01:00
Dan Halbert
bbff8b5638
Merge pull request #8784 from jepler/jpegio-y-coordinate
...
Correct y= argument of JpegDecoder.decode
2024-01-04 16:19:36 -05:00
35258215ca
Correct y= argument of JpegDecoder.decode
...
.. update the tests as well. Don't dump the bitmap when the bitmaps
already compared equal for the crop and position tests.
2024-01-04 13:11:32 -06:00
Hosted Weblate
0a90ce69f9
Merge remote-tracking branch 'origin/main'
2024-01-04 16:34:35 +00:00
1bc616cfb5
Merge pull request #8749 from jepler/mbedtls-hashlib
...
Share the implementation of hashlib across ports
2024-01-04 10:34:22 -06:00
Hosted Weblate
5591c52ec3
Merge remote-tracking branch 'origin/main'
2024-01-03 23:09:22 +01:00
ae1b3e1aa8
Merge pull request #8769 from jepler/merge-8.2.x
...
Merge 8.2.x
2024-01-03 16:09:17 -06:00
Bill Sideris
be0f9a8e55
Add IO4/A0
2024-01-03 18:40:18 +02:00
Hosted Weblate
7391fedc46
Merge remote-tracking branch 'origin/main'
2024-01-03 00:02:19 +01:00
a21a71cef5
Merge pull request #8772 from kreier/lilygo_t_display_rp2040
...
Fix display init sequence for Lilygo T-Display rp2040 and add missing 8 pins
2024-01-02 17:02:14 -06:00
Andi Chandler
4de722478c
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2024-01-02 22:11:27 +00:00
Matthias Kreier
537ec3ef7f
Revert "change MADCTL 0x68 to 0x60 from BGR back to RGB"
...
This reverts commit 4165a3c281 .
2024-01-01 12:49:56 +07:00
Matthias Kreier
4165a3c281
change MADCTL 0x68 to 0x60 from BGR back to RGB
...
The initial setting was RGB and is used for the T-Display ESP32 as well.
2023-12-30 10:18:21 +07:00
Matthias Kreier
c7531f7697
fix init sequence, remove auto brightness setting
...
The auto brightness setting caused a slow refresh rate below 1 Hz and a pixel noise error of one pixel height below the display. Removing this line fixed this issue.
Further the init sequence from the Adafruit Feather esp32s3 tft was copied over with _MADCTL 0x36, 1, 0x68 and adjusted column and row start. The rotation is now 0 so the display is refreshed from top to bottom.
2023-12-30 08:06:09 +07:00
Matthias Kreier
2fd974ebe5
Add ten missing pins 17-29 including LED
...
The following 10 exposed pins were missing:
17
18
19
20
23
24
25 LED
(26 - is VOLTAGE_MONITOR)
27
28
29
2023-12-30 07:56:31 +07:00
Matthias Kreier
093a36987c
Merge branch 'adafruit:main' into main
2023-12-30 07:39:33 +07:00
Dan Halbert
1d13364511
Merge pull request #8767 from dhalbert/turn-on-crc32
...
Re-enable binascii.crc32()
2023-12-29 16:08:24 -05:00
2f325740c2
Merge remote-tracking branch 'origin/8.2.x' into merge-8.2.x
2023-12-29 15:05:19 -06:00
5c3361b75b
Merge pull request #8752 from carson-coder/add-proto-to-sockets
...
Add proto to sockets
2023-12-29 15:00:54 -06:00
Dan Halbert
218469f50c
shrink mini_sam_m4
2023-12-29 14:21:53 -05:00
Dan Halbert
35cea182b2
Merge pull request #8768 from jepler/error-make-translate-ulab
...
Ensure ulab submodule is populated when doing translate checks
2023-12-29 13:53:40 -05:00
CarsonCoder
ee8b6f4e9b
Make precommit happy
2023-12-29 12:56:33 -05:00
490960c12f
Ensure ulab subomdule is populated when doing translate checks
2023-12-29 11:55:09 -06:00
CarsonCoder
9feadb030f
Fix compilation errors
2023-12-29 12:54:02 -05:00
CarsonCoder
a9585a002c
Fix compilation errors
2023-12-29 12:36:20 -05:00
CarsonCoder
ed60528574
Make precommit happy
2023-12-29 11:53:56 -05:00
CarsonCoder
da92e5df85
Remove some ipproto constants
2023-12-29 11:52:00 -05:00
Dan Halbert
035569d7fe
recent MicroPython broke out binascii.crc32()
2023-12-29 11:32:04 -05:00
CarsonCoder
ba7918af2e
Clean up some code
2023-12-29 10:51:10 -05:00
CarsonCoder
2ae334717a
Add socketpool.SocketPool.IPPROTO_ constants
2023-12-29 10:46:22 -05:00
CarsonCoder
8c567cc6f9
fix precommit
2023-12-29 09:16:03 -05:00
Matthias Kreier
8c9b260b1f
Merge pull request #3 from kreier/lilygo_t_display_rp2040
...
Lilygo t display rp2040
2023-12-28 10:59:21 +07:00
Matthias Kreier
8838538e0b
Merge branch 'main' into lilygo_t_display_rp2040
2023-12-28 10:58:16 +07:00
Matthias Kreier
f1c06825cc
Merge pull request #2 from adafruit/main
...
Update changes of the last month for new hardware models
2023-12-28 10:32:29 +07:00
Dan Halbert
6627bd7826
Merge pull request #8760 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-12-27 17:52:03 -05:00
Wellington Terumi Uemura
7fe3047958
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-12-27 23:19:53 +01:00
CarsonCoder
9ebeac0e18
Fix raspberrypi build
2023-12-27 12:56:48 -05:00
CarsonCoder
79df32d514
Make Precommit happy
2023-12-27 12:56:48 -05:00
CarsonCoder
a21f4c20b8
fix bug
2023-12-27 12:56:48 -05:00
CarsonCoder
7c72040f08
Add proto support for raspberrypi port
2023-12-27 12:56:48 -05:00
CarsonCoder
01c4ee412c
Merge branch 'add-proto-to-sockets' of https://github.com/carson-coder/circuitpython into add-proto-to-sockets
...
Rebase
2023-12-27 12:13:39 -05:00
CarsonCoder
fb03b856d6
Rebase
2023-12-27 12:10:24 -05:00
CarsonCoder
04c6ed37bd
Remove some files
2023-12-27 12:04:45 -05:00