diff --git a/contributing.html b/contributing.html
index 713761776..839b539ab 100644
--- a/contributing.html
+++ b/contributing.html
@@ -159,7 +159,7 @@
Have an idea for a new driver or library?
File an issue on the CircuitPython repo!
- Current Status for Fri, Aug 22, 2025
+ Current Status for Sat, Aug 23, 2025
@@ -189,7 +189,7 @@
@@ -200,15 +200,15 @@
@@ -219,11 +219,11 @@
@@ -234,7 +234,7 @@
@@ -245,11 +245,11 @@
@@ -260,7 +260,7 @@
@@ -271,7 +271,7 @@
@@ -282,7 +282,7 @@
@@ -293,7 +293,7 @@
@@ -304,11 +304,11 @@
@@ -319,7 +319,7 @@
@@ -330,11 +330,11 @@
@@ -345,7 +345,7 @@
@@ -356,7 +356,7 @@
@@ -367,11 +367,11 @@
@@ -382,11 +382,11 @@
@@ -397,7 +397,7 @@
@@ -408,7 +408,7 @@
@@ -419,7 +419,7 @@
@@ -430,7 +430,7 @@
@@ -441,7 +441,7 @@
@@ -452,7 +452,7 @@
@@ -463,7 +463,7 @@
@@ -474,11 +474,11 @@
@@ -489,7 +489,7 @@
@@ -500,7 +500,7 @@
@@ -511,7 +511,7 @@
@@ -522,7 +522,7 @@
@@ -533,7 +533,7 @@
@@ -544,11 +544,11 @@
@@ -559,7 +559,7 @@
@@ -570,7 +570,7 @@
@@ -581,7 +581,7 @@
@@ -592,7 +592,7 @@
@@ -603,7 +603,7 @@
@@ -614,7 +614,7 @@
@@ -625,7 +625,7 @@
@@ -636,15 +636,15 @@
@@ -655,7 +655,7 @@
diff --git a/contributing/library-infrastructure-issues.html b/contributing/library-infrastructure-issues.html
index 62f954826..2bbb92cb4 100644
--- a/contributing/library-infrastructure-issues.html
+++ b/contributing/library-infrastructure-issues.html
@@ -159,7 +159,7 @@
Have an idea for a new driver or library?
File an issue on the CircuitPython repo!
- Current Status for Fri, Aug 22, 2025
+ Current Status for Sat, Aug 23, 2025
@@ -369,7 +369,7 @@
Library has new commits since last release over a month ago
diff --git a/contributing/open-issues.html b/contributing/open-issues.html
index b763c1acc..726c46e2d 100644
--- a/contributing/open-issues.html
+++ b/contributing/open-issues.html
@@ -159,7 +159,7 @@
Have an idea for a new driver or library?
File an issue on the CircuitPython repo!
- Current Status for Fri, Aug 22, 2025
+ Current Status for Sat, Aug 23, 2025
@@ -220,21 +220,21 @@
- - Can't unsubscribe from Time feed (Open 191 days)
+
- Can't unsubscribe from Time feed (Open 192 days)
- - Add support/example for CPY 8, and non-secondary ESP chips (Open 843 days)
+
- Add support/example for CPY 8, and non-secondary ESP chips (Open 844 days)
- - use of . and dot and groups (using circuitpython) (Open 1515 days)
+
- use of . and dot and groups (using circuitpython) (Open 1516 days)
@@ -248,14 +248,14 @@
- - Pin constants (P0, P1, P2 & P3) are common to both the ADCs, and should be extracted into a common module (Open 258 days)
+
- Pin constants (P0, P1, P2 & P3) are common to both the ADCs, and should be extracted into a common module (Open 259 days)
- - adafruit_ads1x15.Analogin - correct ADC scaling to 16-bit range to match analogio.AnalogIn #43 (Open 782 days)
+
- adafruit_ads1x15.Analogin - correct ADC scaling to 16-bit range to match analogio.AnalogIn #43 (Open 783 days)
@@ -269,7 +269,7 @@
- - Switch events to properties (Open 342 days)
+
- Switch events to properties (Open 343 days)
@@ -283,7 +283,7 @@
- - Accuracy on FunHouse? (or temp compensation of RH via dew point?) (Open 1547 days)
+
- Accuracy on FunHouse? (or temp compensation of RH via dew point?) (Open 1548 days)
@@ -297,7 +297,7 @@
- - Allow sharing CS pin with other pins; give up pins for wifi (Open 1532 days)
+
- Allow sharing CS pin with other pins; give up pins for wifi (Open 1533 days)
enhancement
@@ -313,7 +313,7 @@
- - strange discontinuity between 31 and 33 degrees C? (Open 1904 days)
+
- strange discontinuity between 31 and 33 degrees C? (Open 1905 days)
bug
@@ -329,7 +329,7 @@
- - AMG8833 connected to DFRobot UNIHIKER board (Open 181 days)
+
- AMG8833 connected to DFRobot UNIHIKER board (Open 182 days)
@@ -343,70 +343,70 @@
- - Could `TaskQueue` be implemented without `Task` being in C? (Open 644 days)
+
- Could `TaskQueue` be implemented without `Task` being in C? (Open 645 days)
- - Support Task methods `result()`, `exception()`, and `cancelled()` (Open 652 days)
+
- Support Task methods `result()`, `exception()`, and `cancelled()` (Open 653 days)
- - Streams (Open 703 days)
+
- Streams (Open 704 days)
- - Exception within a task can cause other tasks to run before the exceptioned-task completes (Open 978 days)
+
- Exception within a task can cause other tasks to run before the exceptioned-task completes (Open 979 days)
- - "no module named 'usocket'" on Raspberry Pico W (Open 1006 days)
+
- "no module named 'usocket'" on Raspberry Pico W (Open 1007 days)
- - add TaskGroup here or in another library (Open 1366 days)
+
- add TaskGroup here or in another library (Open 1367 days)
- - Add Queue and other asyncio features from MicroPython unofficial version of asyncio (Open 1366 days)
+
- Add Queue and other asyncio features from MicroPython unofficial version of asyncio (Open 1367 days)
- - CancelledError not showing up as a backtrace (Open 1369 days)
+
- CancelledError not showing up as a backtrace (Open 1370 days)
- - Use CircuitPython socket support (Open 1372 days)
+
- Use CircuitPython socket support (Open 1373 days)
- - Remove or move non-CPython asyncio functionality (Open 1373 days)
+
- Remove or move non-CPython asyncio functionality (Open 1374 days)
@@ -424,7 +424,7 @@
good-first-issue
- hacktoberfest">Incorrect check in adafruit_atecc_asn1.py:issuer_or_subject_length (Open 850 days)
+ hacktoberfest">Incorrect check in adafruit_atecc_asn1.py:issuer_or_subject_length (Open 851 days)
bug
@@ -441,35 +441,35 @@
- - atecc_csr.py fails (Open 1134 days)
+
- atecc_csr.py fails (Open 1135 days)
- - sample atecc_csr.py fails (Open 1519 days)
+
- sample atecc_csr.py fails (Open 1520 days)
- - nonce function does not generate a nonce (Open 1603 days)
+
- nonce function does not generate a nonce (Open 1604 days)
- - random function is not generating random numbers (Open 1603 days)
+
- random function is not generating random numbers (Open 1604 days)
- - Implement atcab_write_pubkey and atcab_priv_write commands (Open 2122 days)
+
- Implement atcab_write_pubkey and atcab_priv_write commands (Open 2123 days)
enhancement
@@ -485,14 +485,14 @@
- - Hex-files spanning more than 64K not supported (Open 1388 days)
+
- Hex-files spanning more than 64K not supported (Open 1389 days)
- - Flash-write repetitively missing bytes on 0x100-boundary (Open 1389 days)
+
- Flash-write repetitively missing bytes on 0x100-boundary (Open 1390 days)
@@ -506,14 +506,14 @@
- - Issue with clearing the Interrupt signal (Open 734 days)
+
- Issue with clearing the Interrupt signal (Open 735 days)
- - No deinit() method on DigitalInOut class (Open 1368 days)
+
- No deinit() method on DigitalInOut class (Open 1369 days)
@@ -527,7 +527,7 @@
- - AWS IoT SDK Python V2 Support (Open 980 days)
+
- AWS IoT SDK Python V2 Support (Open 981 days)
enhancement
@@ -543,42 +543,42 @@
- - IoTCentralDevice doesn't fully implement IoTMQTTCallback (Open 750 days)
+
- IoTCentralDevice doesn't fully implement IoTMQTTCallback (Open 751 days)
- - device.on_command_executed is never called, IoT Central methods can't be used (Open 858 days)
+
- device.on_command_executed is never called, IoT Central methods can't be used (Open 859 days)
- - Subscribing to topic /messages/devicebound/ results in wait_for_msg timeout exception (Open 864 days)
+
- Subscribing to topic /messages/devicebound/ results in wait_for_msg timeout exception (Open 865 days)
- - Consistent `MMQTTException: Connection Refused - Unauthorized` after 2-2.5 hours uptime (Open 1133 days)
+
- Consistent `MMQTTException: Connection Refused - Unauthorized` after 2-2.5 hours uptime (Open 1134 days)
- - Issues using on Arduino Nano RP2040 Connect (Open 1186 days)
+
- Issues using on Arduino Nano RP2040 Connect (Open 1187 days)
- - RuntimeError: Repeated socket failures on ESP32-S2 (Open 1196 days)
+
- RuntimeError: Repeated socket failures on ESP32-S2 (Open 1197 days)
@@ -587,7 +587,7 @@
- Add support for IoT Central components (Open 1658 days)
+ help-wanted">Add support for IoT Central components (Open 1659 days)
enhancement
@@ -602,7 +602,7 @@
- Add support for X.509 certificates (Open 1869 days)
+ help-wanted">Add support for X.509 certificates (Open 1870 days)
enhancement
@@ -622,14 +622,14 @@
- - lvfontbin behaves different as .mpy and .py (Open 52 days)
+
- lvfontbin behaves different as .mpy and .py (Open 53 days)
- - TTF support (Open 2289 days)
+
- TTF support (Open 2290 days)
enhancement
@@ -645,14 +645,14 @@
- - Issue with Sunton dotclockframebuffer display and bitmapsaver (Open 207 days)
+
- Issue with Sunton dotclockframebuffer display and bitmapsaver (Open 208 days)
- - Add support for broadcom (raspberry pi) (Open 1332 days)
+
- Add support for broadcom (raspberry pi) (Open 1333 days)
@@ -666,91 +666,91 @@
- - DeviceInfoService leads to out of memory on ESP32 8mb/no PSRAM (Open 6 days)
+
- DeviceInfoService leads to out of memory on ESP32 8mb/no PSRAM (Open 7 days)
- - ANCS REPL Example Not Showing Up On IOS (Open 152 days)
+
- ANCS REPL Example Not Showing Up On IOS (Open 153 days)
- - why is the gamepad report map commented out? (Open 262 days)
+
- why is the gamepad report map commented out? (Open 263 days)
- - BLE HID OUT report handling seems not to be implemented. (Open 289 days)
+
- BLE HID OUT report handling seems not to be implemented. (Open 290 days)
- - Async API (Open 357 days)
+
- Async API (Open 358 days)
- - TimeoutError when Trying to recive service from connection (Open 467 days)
+
- TimeoutError when Trying to recive service from connection (Open 468 days)
- - add addtional service to ProvideServicesAdvertisement (Open 483 days)
+
- add addtional service to ProvideServicesAdvertisement (Open 484 days)
- - Failed to connect: internal error (Open 644 days)
+
- Failed to connect: internal error (Open 645 days)
- - adafruit-circuitpython-ble using bleak does not recognize custom StandardUUID (Open 717 days)
+
- adafruit-circuitpython-ble using bleak does not recognize custom StandardUUID (Open 718 days)
- - RuntimeError: No adapter available (Open 814 days)
+
- RuntimeError: No adapter available (Open 815 days)
- - Pyportal Titano BLE advertisement length error (Open 845 days)
+
- Pyportal Titano BLE advertisement length error (Open 846 days)
- - memory allocation error in simpletest (Open 906 days)
+
- memory allocation error in simpletest (Open 907 days)
- - Allow access to Service Changed Characteristic (Open 957 days)
+
- Allow access to Service Changed Characteristic (Open 958 days)
@@ -759,7 +759,7 @@
- Add Telephony Device Page (0x0B) HID_DESCRIPTOR (Open 1107 days)
+ ble">Add Telephony Device Page (0x0B) HID_DESCRIPTOR (Open 1108 days)
enhancement
@@ -772,70 +772,70 @@
- - Advertisement Names (Open 1196 days)
+
- Advertisement Names (Open 1197 days)
- - BLE connection hangs after 25 seconds (Open 1200 days)
+
- BLE connection hangs after 25 seconds (Open 1201 days)
- - What causes the "NotImplementedError" in my Python code when I try to start advertising? (Open 1228 days)
+
- What causes the "NotImplementedError" in my Python code when I try to start advertising? (Open 1229 days)
- - ValueError on BLERadio.start_scan() and ble_detailed_scan.py (Open 1387 days)
+
- ValueError on BLERadio.start_scan() and ble_detailed_scan.py (Open 1388 days)
- - How to set HID properties manufacturer_string and product_string (Open 1405 days)
+
- How to set HID properties manufacturer_string and product_string (Open 1406 days)
- - UARTService.readinto with "memoryview" slice and "bytearrary" causes ValueError: length argument not allowed for this type (Open 1483 days)
+
- UARTService.readinto with "memoryview" slice and "bytearrary" causes ValueError: length argument not allowed for this type (Open 1484 days)
- - Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 1626 days)
+
- Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 1627 days)
- - Does advertising.standard.ManufacturerDataField.field_names currently serve a purpose? (Open 1697 days)
+
- Does advertising.standard.ManufacturerDataField.field_names currently serve a purpose? (Open 1698 days)
- - High CPU usage with BLEUART (Open 1733 days)
+
- High CPU usage with BLEUART (Open 1734 days)
- - soft device error: 0004 when paring with BLE HID peripheral (Open 1800 days)
+
- soft device error: 0004 when paring with BLE HID peripheral (Open 1801 days)
bug
@@ -844,7 +844,7 @@
- - ComplexCharacteristic does not pass fixed_length instance variable to _bleio.Characteristic.add_to_service (Open 1855 days)
+
- ComplexCharacteristic does not pass fixed_length instance variable to _bleio.Characteristic.add_to_service (Open 1856 days)
bug
@@ -853,7 +853,7 @@
- - CircuitPython Locks Up on Disconnect (Open 1884 days)
+
- CircuitPython Locks Up on Disconnect (Open 1885 days)
bug
@@ -862,7 +862,7 @@
- - A custom Advertisement with a constructor can fail to parse incoming BLE data correctly (Open 1911 days)
+
- A custom Advertisement with a constructor can fail to parse incoming BLE data correctly (Open 1912 days)
bug
@@ -871,7 +871,7 @@
- - BLE keyboard or mouse as input (Open 1925 days)
+
- BLE keyboard or mouse as input (Open 1926 days)
enhancement
@@ -880,7 +880,7 @@
- - More thorough documentation (Open 1953 days)
+
- More thorough documentation (Open 1954 days)
documentation
@@ -896,14 +896,14 @@
- - Adafruit WebBluetooth Dashboard (Open 494 days)
+
- Adafruit WebBluetooth Dashboard (Open 495 days)
- - ble_adafruit_simpletest_client.py seems to stuck on a value (Open 1819 days)
+
- ble_adafruit_simpletest_client.py seems to stuck on a value (Open 1820 days)
bug
@@ -919,7 +919,7 @@
- - Picking new tracks in Music and Podcast apps cause error (Open 2039 days)
+
- Picking new tracks in Music and Podcast apps cause error (Open 2040 days)
bug
@@ -935,21 +935,21 @@
- - Infrequent/slow sensor polling (Open 1135 days)
+
- Infrequent/slow sensor polling (Open 1136 days)
- - Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 1626 days)
+
- Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 1627 days)
- - Raspberry Pi 4 "Service Discovery Error" (Open 1845 days)
+
- Raspberry Pi 4 "Service Discovery Error" (Open 1846 days)
bug
@@ -965,14 +965,14 @@
- - Fails to find advertisement on nRF52 (Open 1585 days)
+
- Fails to find advertisement on nRF52 (Open 1586 days)
- - Bluetooth LE Sensor Nodes to Raspberry Pi WiFi Bridge - Stuck at scanning (Open 1884 days)
+
- Bluetooth LE Sensor Nodes to Raspberry Pi WiFi Bridge - Stuck at scanning (Open 1885 days)
bug
@@ -981,7 +981,7 @@
- - Clarification on broadcast_time arg for broadcast() (Open 1903 days)
+
- Clarification on broadcast_time arg for broadcast() (Open 1904 days)
documentation
@@ -990,7 +990,7 @@
- - Possible type bugs for wire types in AdafruitSensorMeasurement (Open 1925 days)
+
- Possible type bugs for wire types in AdafruitSensorMeasurement (Open 1926 days)
bug
@@ -999,7 +999,7 @@
- - Add ChaCha support for basic security (Open 2003 days)
+
- Add ChaCha support for basic security (Open 2004 days)
enhancement
@@ -1015,7 +1015,7 @@
- - Proposal to add CyclingPowerService (Open 19 days)
+
- Proposal to add CyclingPowerService (Open 20 days)
@@ -1031,7 +1031,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -1044,7 +1044,7 @@
- - Please add (unencrypted) TLM data. (Open 1951 days)
+
- Please add (unencrypted) TLM data. (Open 1952 days)
enhancement
@@ -1053,7 +1053,7 @@
- - add error message for long URLs (Open 2009 days)
+
- add error message for long URLs (Open 2010 days)
bug
@@ -1069,56 +1069,56 @@
- - after finish write file device preform SW reset (Open 125 days)
+
- after finish write file device preform SW reset (Open 126 days)
- - Docs build broken (Open 288 days)
+
- Docs build broken (Open 289 days)
- - Examples in Docs links broken (Open 437 days)
+
- Examples in Docs links broken (Open 438 days)
- - client as web application or android or ios (Open 481 days)
+
- client as web application or android or ios (Open 482 days)
- - Add filesystem size info (Open 1535 days)
+
- Add filesystem size info (Open 1536 days)
- - Add busy state (Open 1564 days)
+
- Add busy state (Open 1565 days)
- - Add Format (Open 1564 days)
+
- Add Format (Open 1565 days)
- - Add Copy (Open 1564 days)
+
- Add Copy (Open 1565 days)
@@ -1132,7 +1132,7 @@
- - Unable to retrieve RR intervals from Scosche Rhythm+2.0 or Rhythm24 (Open 914 days)
+
- Unable to retrieve RR intervals from Scosche Rhythm+2.0 or Rhythm24 (Open 915 days)
@@ -1146,7 +1146,7 @@
- - Passive BLE seems a better way to get the sensor values (Open 1092 days)
+
- Passive BLE seems a better way to get the sensor values (Open 1093 days)
@@ -1160,14 +1160,14 @@
- - simplein example needs to do pairing (Open 2 days)
+
- simplein example needs to do pairing (Open 3 days)
- - Simultaneous MIDI BLE notes not played. (Open 1958 days)
+
- Simultaneous MIDI BLE notes not played. (Open 1959 days)
enhancement
@@ -1183,7 +1183,7 @@
- - Run tests in Actions (Open 1819 days)
+
- Run tests in Actions (Open 1820 days)
enhancement
@@ -1192,7 +1192,7 @@
- - Bluefruit Playground advertisements and Radio advertisements both using id 1 (Open 1953 days)
+
- Bluefruit Playground advertisements and Radio advertisements both using id 1 (Open 1954 days)
bug
@@ -1208,7 +1208,7 @@
- - Pinout query returns 'Assuming Arduino Uno' (Open 1818 days)
+
- Pinout query returns 'Assuming Arduino Uno' (Open 1819 days)
bug
@@ -1217,7 +1217,7 @@
- - Missing image_packet.py (Open 2045 days)
+
- Missing image_packet.py (Open 2046 days)
enhancement
@@ -1233,7 +1233,7 @@
- - Library uses short argument names (Open 1015 days)
+
- Library uses short argument names (Open 1016 days)
@@ -1242,7 +1242,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -1255,7 +1255,7 @@
- - read_packet needs to check for leftover data in self._buffer (Open 2448 days)
+
- read_packet needs to check for leftover data in self._buffer (Open 2449 days)
bug
@@ -1264,7 +1264,7 @@
- - ATI command works ok but errors when debug is used - gives Error (id:0xa180) (Open 2448 days)
+
- ATI command works ok but errors when debug is used - gives Error (id:0xa180) (Open 2449 days)
bug
@@ -1273,7 +1273,7 @@
- - HID example code (Open 2481 days)
+
- HID example code (Open 2482 days)
enhancement
@@ -1289,7 +1289,7 @@
- - Gas sensor values fundamentally UNRELIABLE & BROKEN in multiple ways (Open 326 days)
+
- Gas sensor values fundamentally UNRELIABLE & BROKEN in multiple ways (Open 327 days)
@@ -1303,7 +1303,7 @@
- - Potential to Infinite-Loop On Bus Errors (Open 238 days)
+
- Potential to Infinite-Loop On Bus Errors (Open 239 days)
@@ -1317,49 +1317,49 @@
- - UART Timeout not implemented? (Open 155 days)
+
- UART Timeout not implemented? (Open 156 days)
- - Failed to initialize BNO055 in Jetson Orin Nano (Open 567 days)
+
- Failed to initialize BNO055 in Jetson Orin Nano (Open 568 days)
- - I2C I/O Error on Teensy 4.1 (Open 712 days)
+
- I2C I/O Error on Teensy 4.1 (Open 713 days)
- - Try to do error recovery and make library more robust on mimxrt1011 and other chip families. (Open 863 days)
+
- Try to do error recovery and make library more robust on mimxrt1011 and other chip families. (Open 864 days)
- - Euler angles give a random -0.065 value (Open 1010 days)
+
- Euler angles give a random -0.065 value (Open 1011 days)
- - WebGL Example - Incorrect rotation on screen (Open 1304 days)
+
- WebGL Example - Incorrect rotation on screen (Open 1305 days)
- - Library too large for smaller boards (Open 1746 days)
+
- Library too large for smaller boards (Open 1747 days)
@@ -1373,77 +1373,77 @@
- - Update: Flexible sample rate. (Open 49 days)
+
- Update: Flexible sample rate. (Open 50 days)
- - BNO08x to Jetson? Remote I/O error. (Open 86 days)
+
- BNO08x to Jetson? Remote I/O error. (Open 87 days)
- - Issue with running BNO080 with software I2C ports (Open 162 days)
+
- Issue with running BNO080 with software I2C ports (Open 163 days)
- - BNO085 and ESP32-S3 unstable I2C address (Open 256 days)
+
- BNO085 and ESP32-S3 unstable I2C address (Open 257 days)
- - Remap axis (Open 410 days)
+
- Remap axis (Open 411 days)
- - Tare Functionality (Open 476 days)
+
- Tare Functionality (Open 477 days)
- - Unprocessable Batch bytes (Open 567 days)
+
- Unprocessable Batch bytes (Open 568 days)
- - Error during UART initialization (Open 650 days)
+
- Error during UART initialization (Open 651 days)
- - Option to disable dynamic calibration (Open 672 days)
+
- Option to disable dynamic calibration (Open 673 days)
- - Can not set data rate for each report (Open 672 days)
+
- Can not set data rate for each report (Open 673 days)
- - Cannot run on top of micropython (Open 817 days)
+
- Cannot run on top of micropython (Open 818 days)
bug
@@ -1452,56 +1452,56 @@
- - Try to do error recovery and make library more robust (Open 863 days)
+
- Try to do error recovery and make library more robust (Open 864 days)
- - Has SPI mode been tested? (Open 1028 days)
+
- Has SPI mode been tested? (Open 1029 days)
- - Help!Raspberry PI3 conected to BNO080 are having problems. (Open 1397 days)
+
- Help!Raspberry PI3 conected to BNO080 are having problems. (Open 1398 days)
- - Gyro and Accelerometer calibration issue (Open 1459 days)
+
- Gyro and Accelerometer calibration issue (Open 1460 days)
- - Not working with I2C on MCP2221 (Open 1484 days)
+
- Not working with I2C on MCP2221 (Open 1485 days)
- - Any chance of seeing the additional reports added? (Open 1503 days)
+
- Any chance of seeing the additional reports added? (Open 1504 days)
- - SPI class limited to boards with internal pull ups (Open 1602 days)
+
- SPI class limited to boards with internal pull ups (Open 1603 days)
- - Duplicate code in library files - potential refactor needed (Open 1631 days)
+
- Duplicate code in library files - potential refactor needed (Open 1632 days)
enhancement
@@ -1517,14 +1517,14 @@
- - Row Offsets for 16x4 display. (Open 1461 days)
+
- Row Offsets for 16x4 display. (Open 1462 days)
- - MemoryError on Metro M0 Express (Open 2338 days)
+
- MemoryError on Metro M0 Express (Open 2339 days)
bug
@@ -1540,7 +1540,7 @@
- - sound_meter example fails on Circuit Playground Bluefruit (Open 2074 days)
+
- sound_meter example fails on Circuit Playground Bluefruit (Open 2075 days)
bug
@@ -1556,7 +1556,7 @@
- - ssl_context.wrap_socket() raises exception without meaningful message (Open 264 days)
+
- ssl_context.wrap_socket() raises exception without meaningful message (Open 265 days)
@@ -1570,14 +1570,14 @@
- - Evaluating crickit in repl causes dc_motor_1 only to spin. (Open 344 days)
+
- Evaluating crickit in repl causes dc_motor_1 only to spin. (Open 345 days)
- - Add quadrature encoder support? (Open 2432 days)
+
- Add quadrature encoder support? (Open 2433 days)
enhancement
@@ -1593,21 +1593,21 @@
- - dunder methods are not documented (Open 240 days)
+
- dunder methods are not documented (Open 241 days)
- - TZ and zoneinfo support (Open 362 days)
+
- TZ and zoneinfo support (Open 363 days)
- - Cannot add 'date' and 'timedelta' types (Open 1240 days)
+
- Cannot add 'date' and 'timedelta' types (Open 1241 days)
enhancement
@@ -1623,7 +1623,7 @@
- - Confusing behavior when long intervals between .`update()` (Open 183 days)
+
- Confusing behavior when long intervals between .`update()` (Open 184 days)
@@ -1637,98 +1637,98 @@
- - Raspberry Pi Adafruit-DHT Set-up error (Open 157 days)
+
- Raspberry Pi Adafruit-DHT Set-up error (Open 158 days)
- - dht11 module issue (Open 189 days)
+
- dht11 module issue (Open 190 days)
- - Raspberry Pi 5 - Import error - All GPIO related operation (Open 611 days)
+
- Raspberry Pi 5 - Import error - All GPIO related operation (Open 612 days)
- - Offbrand DHT11 Not working (Open 820 days)
+
- Offbrand DHT11 Not working (Open 821 days)
- - bcm283x pulseio _mq.receive stuck after SIGINT(CTRL-C) (Open 832 days)
+
- bcm283x pulseio _mq.receive stuck after SIGINT(CTRL-C) (Open 833 days)
- - DHT does not work with root user using Raspberry Zero WH (Open 1466 days)
+
- DHT does not work with root user using Raspberry Zero WH (Open 1467 days)
- - [RaspberryPi 4B & DHT11] Checksum did not validate. /A full buffer was not returned. (Open 1534 days)
+
- [RaspberryPi 4B & DHT11] Checksum did not validate. /A full buffer was not returned. (Open 1535 days)
- - Initialization error? (Open 1605 days)
+
- Initialization error? (Open 1606 days)
- - Overflow Error After Querying Sensor Every 2 Seconds for ~2 Hours (Open 1617 days)
+
- Overflow Error After Querying Sensor Every 2 Seconds for ~2 Hours (Open 1618 days)
- - DHT11 not working properly (Open 1619 days)
+
- DHT11 not working properly (Open 1620 days)
- - DHT22 not working on Raspberry Pi wh (Open 1631 days)
+
- DHT22 not working on Raspberry Pi wh (Open 1632 days)
- - DHT22 reports wrong negative temperatures (Open 1663 days)
+
- DHT22 reports wrong negative temperatures (Open 1664 days)
- - libgpiod_pulsein is armhf 32-bits, doesn't work on 64-bits OS (Open 1773 days)
+
- libgpiod_pulsein is armhf 32-bits, doesn't work on 64-bits OS (Open 1774 days)
- - ValueError: Object has been deinitialized and can no longer be used. (Open 1952 days)
+
- ValueError: Object has been deinitialized and can no longer be used. (Open 1953 days)
bug
@@ -1737,7 +1737,7 @@
- - DHT22 report null after a while (Open 1977 days)
+
- DHT22 report null after a while (Open 1978 days)
bug
@@ -1746,7 +1746,7 @@
- - A full buffer was not returned. Try again. (Open 2015 days)
+
- A full buffer was not returned. Try again. (Open 2016 days)
bug
@@ -1755,7 +1755,7 @@
- - Unable to set line 4 to input (Open 2094 days)
+
- Unable to set line 4 to input (Open 2095 days)
bug
@@ -1771,7 +1771,7 @@
- - How does one turn-off the hour and minute angle print statement? (Open 76 days)
+
- How does one turn-off the hour and minute angle print statement? (Open 77 days)
@@ -1785,14 +1785,14 @@
- - Missing initial x and y position within the parent. (Open 127 days)
+
- Missing initial x and y position within the parent. (Open 128 days)
- - Support Custom Fonts (Open 182 days)
+
- Support Custom Fonts (Open 183 days)
enhancement
@@ -1801,7 +1801,7 @@
- - Text Updating (Open 182 days)
+
- Text Updating (Open 183 days)
enhancement
@@ -1810,7 +1810,7 @@
- - Support Foreground and Background Colors (Open 182 days)
+
- Support Foreground and Background Colors (Open 183 days)
enhancement
@@ -1826,28 +1826,28 @@
- - bitmaptools not available for non-native CircuitPython (Blinka) (Open 128 days)
+
- bitmaptools not available for non-native CircuitPython (Blinka) (Open 129 days)
- - sparkline example is too slow (about 1 FPS) (Open 209 days)
+
- sparkline example is too slow (about 1 FPS) (Open 210 days)
- - Can only change outline if shape has been created with one (Open 217 days)
+
- Can only change outline if shape has been created with one (Open 218 days)
- - updating coordinates of a shape (Open 819 days)
+
- updating coordinates of a shape (Open 820 days)
enhancement
@@ -1863,21 +1863,21 @@
- - TextBox text length hyphen issue (Open 0 days)
+
- TextBox text length hyphen issue (Open 1 days)
- - Height Difference Between Label and BitmapLabel (Open 280 days)
+
- Height Difference Between Label and BitmapLabel (Open 281 days)
- - Feature Request: wrap_text_to_pixels truncate argument (Open 501 days)
+
- Feature Request: wrap_text_to_pixels truncate argument (Open 502 days)
@@ -1891,21 +1891,21 @@
- - Example File Neede Updating: get_cell() example needs to be changed to get_content() (Open 40 days)
+
- Example File Neede Updating: get_cell() example needs to be changed to get_content() (Open 41 days)
- - tab_layout returns AttributeError for width when using HSTX display (Open 40 days)
+
- tab_layout returns AttributeError for width when using HSTX display (Open 41 days)
- - Feature Request: Line Colors for Cartesian Plot Lines (Open 761 days)
+
- Feature Request: Line Colors for Cartesian Plot Lines (Open 762 days)
enhancement
@@ -1914,28 +1914,28 @@
- - featurerequest: widget.cartesian - multiple line-plots in same axis (Open 1344 days)
+
- featurerequest: widget.cartesian - multiple line-plots in same axis (Open 1345 days)
- - Why is `anchor_point` reset for cell contents? (Open 1447 days)
+
- Why is `anchor_point` reset for cell contents? (Open 1448 days)
- - `Control` class: Common response function names (Open 1618 days)
+
- `Control` class: Common response function names (Open 1619 days)
- - Suggestions based on current status. (Open 1667 days)
+
- Suggestions based on current status. (Open 1668 days)
@@ -1949,7 +1949,7 @@
- - Raspberry pi pico sh1106 display issues (Open 1512 days)
+
- Raspberry pi pico sh1106 display issues (Open 1513 days)
@@ -1963,7 +1963,7 @@
- - NeoPixel Ring + SH1107 auto_refresh stops working (Open 185 days)
+
- NeoPixel Ring + SH1107 auto_refresh stops working (Open 186 days)
@@ -1977,21 +1977,21 @@
- - High CPU consumption even with auto_refresh=False (Open 336 days)
+
- High CPU consumption even with auto_refresh=False (Open 337 days)
- - Bitmap Label does not update using displayio (Open 406 days)
+
- Bitmap Label does not update using displayio (Open 407 days)
- - Needs further fixing to be warning-free on 9.0 while working on 8.x. (Open 514 days)
+
- Needs further fixing to be warning-free on 9.0 while working on 8.x. (Open 515 days)
bug
@@ -2007,7 +2007,7 @@
- - [itsyBitsy nRF52840 express] changing the pixel value of `DotStar` instance only works when the board has been booted when USB connected (Open 317 days)
+
- [itsyBitsy nRF52840 express] changing the pixel value of `DotStar` instance only works when the board has been booted when USB connected (Open 318 days)
@@ -2021,7 +2021,7 @@
- - Library uses unconventional argument names (Open 1015 days)
+
- Library uses unconventional argument names (Open 1016 days)
enhancement
@@ -2037,7 +2037,7 @@
- - I Keep getting this error even when the family code is right (Open 983 days)
+
- I Keep getting this error even when the family code is right (Open 984 days)
@@ -2051,7 +2051,7 @@
- - [Feature Request] Implement ds18b20 config (Open 366 days)
+
- [Feature Request] Implement ds18b20 config (Open 367 days)
enhancement
@@ -2067,7 +2067,7 @@
- - Alarm triggering prematurely for certain times (Open 1232 days)
+
- Alarm triggering prematurely for certain times (Open 1233 days)
@@ -2081,14 +2081,14 @@
- - Overriding property getter and setters is not supported in Circuitpython (Open 890 days)
+
- Overriding property getter and setters is not supported in Circuitpython (Open 891 days)
- - Using the example LUT example with an actual board does not work (Open 1279 days)
+
- Using the example LUT example with an actual board does not work (Open 1280 days)
@@ -2102,21 +2102,21 @@
- - Compatibility with SSD1683 (Open 83 days)
+
- Compatibility with SSD1683 (Open 84 days)
- - Unable to correctly drive 3-color display (InkyWHAT) (Open 469 days)
+
- Unable to correctly drive 3-color display (InkyWHAT) (Open 470 days)
- - Code fails duplicate-code check, consider refactor (Open 1157 days)
+
- Code fails duplicate-code check, consider refactor (Open 1158 days)
enhancement
@@ -2132,84 +2132,84 @@
- - TypeError: object of type 'NoneType' has no len() (Open 172 days)
+
- TypeError: object of type 'NoneType' has no len() (Open 173 days)
- - Timed out waiting for SPI char (Open 379 days)
+
- Timed out waiting for SPI char (Open 380 days)
- - Make sockets compatible with native `ssl` / CPython (Open 461 days)
+
- Make sockets compatible with native `ssl` / CPython (Open 462 days)
- - Remove allowing `dict` arg to `connect()` and other backward compatible (Open 476 days)
+
- Remove allowing `dict` arg to `connect()` and other backward compatible (Open 477 days)
- - Debugging mode socket_status() call breaks UDP packet reading (Open 525 days)
+
- Debugging mode socket_status() call breaks UDP packet reading (Open 526 days)
- - wrong connection error messages from connect_AP method (Open 542 days)
+
- wrong connection error messages from connect_AP method (Open 543 days)
- - socket.settimeout() Argument 0 value meaning differs from cpython (Open 570 days)
+
- socket.settimeout() Argument 0 value meaning differs from cpython (Open 571 days)
- - Unable to connect to WiFi with duplicate SSIDs (Open 737 days)
+
- Unable to connect to WiFi with duplicate SSIDs (Open 738 days)
- - SPI lock not aquired (Open 1130 days)
+
- SPI lock not aquired (Open 1131 days)
- - TimeoutError: Timed out waiting for SPI char (Teensy 4.0 + Adafruit AirLift FeatherWing - ESP32 WiFi Co-Processor) (Open 1139 days)
+
- TimeoutError: Timed out waiting for SPI char (Teensy 4.0 + Adafruit AirLift FeatherWing - ESP32 WiFi Co-Processor) (Open 1140 days)
- - Arduion Nano RP2040 Connect Issues (Open 1314 days)
+
- Arduion Nano RP2040 Connect Issues (Open 1315 days)
- - Arduino RP2040 connect wifi UDP - Multicast group not working (Open 1401 days)
+
- Arduino RP2040 connect wifi UDP - Multicast group not working (Open 1402 days)
@@ -2218,7 +2218,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -2231,42 +2231,42 @@
- - RGB LED doesn't turn off on arduino nano connect 2040 (Open 1468 days)
+
- RGB LED doesn't turn off on arduino nano connect 2040 (Open 1469 days)
- - UDP send() does not clear esp32 write buffer (Open 1584 days)
+
- UDP send() does not clear esp32 write buffer (Open 1585 days)
- - Only allows one TLS connection at a time (Open 1590 days)
+
- Only allows one TLS connection at a time (Open 1591 days)
- - esp.disconnect leaves the ESP32 in a bad state (Open 1596 days)
+
- esp.disconnect leaves the ESP32 in a bad state (Open 1597 days)
- - ESP_SPIcontrol._wait_for_ready is eating lots of time polling the READY/BUSY pin (Open 1787 days)
+
- ESP_SPIcontrol._wait_for_ready is eating lots of time polling the READY/BUSY pin (Open 1788 days)
- - Add a reconnect method to the WiFi manager (Open 1906 days)
+
- Add a reconnect method to the WiFi manager (Open 1907 days)
enhancement
@@ -2275,7 +2275,7 @@
- - Radio and Connection Sleep/Reopen (Open 2200 days)
+
- Radio and Connection Sleep/Reopen (Open 2201 days)
enhancement
@@ -2284,7 +2284,7 @@
- - json error in get (Open 2374 days)
+
- json error in get (Open 2375 days)
bug
@@ -2300,42 +2300,42 @@
- - Socket is not compatible with adafruit_requests (Open 88 days)
+
- Socket is not compatible with adafruit_requests (Open 89 days)
- - core API compatible rewrite of the ESP32 AT interface (Open 346 days)
+
- core API compatible rewrite of the ESP32 AT interface (Open 347 days)
- - Documentation Update: Release 0.10.x breaks ESP8266 chips with AT+CIPSTATE (Open 573 days)
+
- Documentation Update: Release 0.10.x breaks ESP8266 chips with AT+CIPSTATE (Open 574 days)
- - Implement AT+CIPSERVER for creating a TCP/SSL Server (Open 981 days)
+
- Implement AT+CIPSERVER for creating a TCP/SSL Server (Open 982 days)
- - Error with Pico & ESP-01 (Open 1321 days)
+
- Error with Pico & ESP-01 (Open 1322 days)
- - MAC addr reading (Open 2407 days)
+
- MAC addr reading (Open 2408 days)
enhancement
@@ -2344,7 +2344,7 @@
- - Request: Sleep/Deep Sleep (Open 2424 days)
+
- Request: Sleep/Deep Sleep (Open 2425 days)
enhancement
@@ -2360,7 +2360,7 @@
- - Loading settings.toml file yieds generic error (Open 465 days)
+
- Loading settings.toml file yieds generic error (Open 466 days)
@@ -2374,7 +2374,7 @@
- - Implentation of hsv2rgb_rainbow() from FastLED (Open 143 days)
+
- Implentation of hsv2rgb_rainbow() from FastLED (Open 144 days)
@@ -2388,21 +2388,21 @@
- - AS608 Optical Fingerprint Sensor With Raspberry PI is not waiting for finger input (Open 845 days)
+
- AS608 Optical Fingerprint Sensor With Raspberry PI is not waiting for finger input (Open 846 days)
- - Aura LED control not functioning (Open 1221 days)
+
- Aura LED control not functioning (Open 1222 days)
- - Rename template upload/download to R503 specific (Open 1622 days)
+
- Rename template upload/download to R503 specific (Open 1623 days)
@@ -2416,14 +2416,14 @@
- - I2C Timeout - M5stack cores3 (Open 485 days)
+
- I2C Timeout - M5stack cores3 (Open 486 days)
- - Occasionally has difficulty decoding packets (Open 674 days)
+
- Occasionally has difficulty decoding packets (Open 675 days)
@@ -2437,14 +2437,14 @@
- - Persistent Issue with Initialising FONA (Open 813 days)
+
- Persistent Issue with Initialising FONA (Open 814 days)
- - Library uses short argument names (Open 1015 days)
+
- Library uses short argument names (Open 1016 days)
enhancement
@@ -2460,35 +2460,35 @@
- - Funcationality to draw an ellipse (Open 139 days)
+
- Funcationality to draw an ellipse (Open 140 days)
- - Misallocated Pixels when GS2HMSBFormat has a width that's not a multiple of 4 (Open 139 days)
+
- Misallocated Pixels when GS2HMSBFormat has a width that's not a multiple of 4 (Open 140 days)
- - Another example font3x5.bin to show text writing (Open 485 days)
+
- Another example font3x5.bin to show text writing (Open 486 days)
- - Test for Usable Characters (Open 927 days)
+
- Test for Usable Characters (Open 928 days)
- - add support for GS4_HMSB (Open 957 days)
+
- add support for GS4_HMSB (Open 958 days)
enhancement
@@ -2497,14 +2497,14 @@
- - Missing support for RGB565 (Open 996 days)
+
- Missing support for RGB565 (Open 997 days)
- - framebuf.text() function is very slow (Open 1234 days)
+
- framebuf.text() function is very slow (Open 1235 days)
@@ -2513,7 +2513,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -2533,14 +2533,14 @@
- - 3.5" Cap Touch has extra touches (Open 530 days)
+
- 3.5" Cap Touch has extra touches (Open 531 days)
- - X and Y coordinates (Open 556 days)
+
- X and Y coordinates (Open 557 days)
@@ -2554,14 +2554,14 @@
- - Import depth is too deep - max recursion stack traces being thrown on import (Open 1415 days)
+
- Import depth is too deep - max recursion stack traces being thrown on import (Open 1416 days)
- - Change publish kwarg order to match other MiniMQTT API libraries (Open 2143 days)
+
- Change publish kwarg order to match other MiniMQTT API libraries (Open 2144 days)
enhancement
@@ -2577,28 +2577,28 @@
- - Fix Quality 3d returns undocumented values (Open 318 days)
+
- Fix Quality 3d returns undocumented values (Open 319 days)
- - Library not returning datetime when valid datetime is available from battery-backed RTC on Ultimate GPS Featherwing (Open 686 days)
+
- Library not returning datetime when valid datetime is available from battery-backed RTC on Ultimate GPS Featherwing (Open 687 days)
- - Added decoding to detect an external antenna (extension) and its status. (Open 965 days)
+
- Added decoding to detect an external antenna (extension) and its status. (Open 966 days)
- - ValueError and IndexError or soft reboot in 3.10.6 (Open 1023 days)
+
- ValueError and IndexError or soft reboot in 3.10.6 (Open 1024 days)
bug
@@ -2607,21 +2607,21 @@
- - Fix Timestamp not working on GPS Featherwing (Open 1146 days)
+
- Fix Timestamp not working on GPS Featherwing (Open 1147 days)
- - Lag in receiving gps lat long values (Open 1239 days)
+
- Lag in receiving gps lat long values (Open 1240 days)
- - adafruit_gps.GPS gives no indication how current the value of the datetime property is (Open 1326 days)
+
- adafruit_gps.GPS gives no indication how current the value of the datetime property is (Open 1327 days)
@@ -2635,7 +2635,7 @@
- - Does not work well without pulseio (Open 1201 days)
+
- Does not work well without pulseio (Open 1202 days)
bug
@@ -2644,7 +2644,7 @@
- - Many failed distance reedings "Retrying" before a valid distance value comes up (Open 1688 days)
+
- Many failed distance reedings "Retrying" before a valid distance value comes up (Open 1689 days)
@@ -2658,7 +2658,7 @@
- - Syntax error in adafruit_hdc302x.py, line 314 (Open 154 days)
+
- Syntax error in adafruit_hdc302x.py, line 314 (Open 155 days)
@@ -2672,56 +2672,56 @@
- - keyboard_layout.write issues on linux (Open 175 days)
+
- keyboard_layout.write issues on linux (Open 176 days)
- - Gamecontroller setup under mac (Open 456 days)
+
- Gamecontroller setup under mac (Open 457 days)
- - Implement HID LampArray Support (Open 687 days)
+
- Implement HID LampArray Support (Open 688 days)
- - Support for zoom in/out (Open 906 days)
+
- Support for zoom in/out (Open 907 days)
- - Pico + keyboard + output to monochrome 20x4 LCD? (Open 1006 days)
+
- Pico + keyboard + output to monochrome 20x4 LCD? (Open 1007 days)
- - Examples using the keypad module for a keyboard and macros (Open 1009 days)
+
- Examples using the keypad module for a keyboard and macros (Open 1010 days)
- - USB Keyboard no longer sends keystrokes after windows machine go to sleep (Open 1202 days)
+
- USB Keyboard no longer sends keystrokes after windows machine go to sleep (Open 1203 days)
- - Double key in Discord shortcuts (Open 1247 days)
+
- Double key in Discord shortcuts (Open 1248 days)
@@ -2735,14 +2735,14 @@
- - super slow update on raspberry pi pico W (Open 592 days)
+
- super slow update on raspberry pi pico W (Open 593 days)
- - Memory issues even on some Express boards (Open 1093 days)
+
- Memory issues even on some Express boards (Open 1094 days)
enhancement
@@ -2751,7 +2751,7 @@
- - Keypad Functionality for HT16K33 Breakout (Open 1752 days)
+
- Keypad Functionality for HT16K33 Breakout (Open 1753 days)
enhancement
@@ -2767,28 +2767,28 @@
- - Update examples to use `adafruit_connection_manager` (Open 58 days)
+
- Update examples to use `adafruit_connection_manager` (Open 59 days)
- - Airlift Support? (Open 546 days)
+
- Airlift Support? (Open 547 days)
- - Pico W need too much time for receiving request data in random cases (Open 868 days)
+
- Pico W need too much time for receiving request data in random cases (Open 869 days)
- - Connection refused after some time/multiple requests on Wiznet5k Pico W5100S (Open 900 days)
+
- Connection refused after some time/multiple requests on Wiznet5k Pico W5100S (Open 901 days)
@@ -2802,7 +2802,7 @@
- - Update to HUE API V2 (Open 1375 days)
+
- Update to HUE API V2 (Open 1376 days)
enhancement
@@ -2818,7 +2818,7 @@
- - Wrong measures with ESP32 (Open 7 days)
+
- Wrong measures with ESP32 (Open 8 days)
@@ -2832,7 +2832,7 @@
- - x, y coordinates are flipped compared to FT5336 touch screen and Arduino library (Open 622 days)
+
- x, y coordinates are flipped compared to FT5336 touch screen and Arduino library (Open 623 days)
@@ -2846,7 +2846,7 @@
- - Allow using different models together (Open 1171 days)
+
- Allow using different models together (Open 1172 days)
bug
@@ -2862,14 +2862,14 @@
- - Make examples compatible with both 8.x.x and 9.0.0 (Open 614 days)
+
- Make examples compatible with both 8.x.x and 9.0.0 (Open 615 days)
- - `__init__()` arguments are not Pin objects (Open 1305 days)
+
- `__init__()` arguments are not Pin objects (Open 1306 days)
@@ -2883,7 +2883,7 @@
- - Direct access for realtime updates (Open 209 days)
+
- Direct access for realtime updates (Open 210 days)
@@ -2892,7 +2892,7 @@
- Readme.rst example usage section error (Open 437 days)
+ hacktoberfest">Readme.rst example usage section error (Open 438 days)
good first issue
@@ -2905,14 +2905,14 @@
- - How to adapt ILI9341 to drive the ILI9488 ? #36 (Open 592 days)
+
- How to adapt ILI9341 to drive the ILI9488 ? #36 (Open 593 days)
- - Make it easy to set MADCTL for rotation (Open 1540 days)
+
- Make it easy to set MADCTL for rotation (Open 1541 days)
@@ -2926,21 +2926,21 @@
- - adafruit_imageload + PNG (Open 41 days)
+
- adafruit_imageload + PNG (Open 42 days)
- - warning during CI builds (Open 218 days)
+
- warning during CI builds (Open 219 days)
- - Use Protocols for Type Annotations (Open 1087 days)
+
- Use Protocols for Type Annotations (Open 1088 days)
documentation
@@ -2949,7 +2949,7 @@
- - Add buffer option for storing bitmaps to prevent out memory due to fragmentation. (Open 1625 days)
+
- Add buffer option for storing bitmaps to prevent out memory due to fragmentation. (Open 1626 days)
@@ -2963,14 +2963,14 @@
- - Some variables are class descriptors instead of instance variables (Open 213 days)
+
- Some variables are class descriptors instead of instance variables (Open 214 days)
- - RsapberryPi Install (Open 950 days)
+
- RsapberryPi Install (Open 951 days)
@@ -2984,7 +2984,7 @@
- - Inaccurate Voltage (Open 35 days)
+
- Inaccurate Voltage (Open 36 days)
@@ -2998,7 +2998,7 @@
- - Installing the Library on my pi5 bookworm breaks my python GPIO calls (Open 419 days)
+
- Installing the Library on my pi5 bookworm breaks my python GPIO calls (Open 420 days)
@@ -3012,42 +3012,42 @@
- - Alternative decoding solution (Open 297 days)
+
- Alternative decoding solution (Open 298 days)
- - Philips Tv's RC5 (Open 349 days)
+
- Philips Tv's RC5 (Open 350 days)
- - Demo code in documentation of NonblockingGenericDecode does not work (Open 473 days)
+
- Demo code in documentation of NonblockingGenericDecode does not work (Open 474 days)
- - buffering issue with final NECRepeatIRMessage in NonblockingGenericDecode read method (Open 477 days)
+
- buffering issue with final NECRepeatIRMessage in NonblockingGenericDecode read method (Open 478 days)
- - GenericTransmit incorrect param types (Open 688 days)
+
- GenericTransmit incorrect param types (Open 689 days)
- - Last value showing up divided by 2 (Open 1813 days)
+
- Last value showing up divided by 2 (Open 1814 days)
bug
@@ -3056,7 +3056,7 @@
- - Add feature to encode and decode MakeCode's infrared pulses (Open 2270 days)
+
- Add feature to encode and decode MakeCode's infrared pulses (Open 2271 days)
enhancement
@@ -3072,7 +3072,7 @@
- - Pimoroni LED shim class should be PixelBuf (Open 1962 days)
+
- Pimoroni LED shim class should be PixelBuf (Open 1963 days)
enhancement
@@ -3088,7 +3088,7 @@
- - RTD config needed for all classes (Open 85 days)
+
- RTD config needed for all classes (Open 86 days)
documentation
@@ -3097,7 +3097,7 @@
- - Two is31fl3741 boards in serial STEMMA crash on example code (Open 1411 days)
+
- Two is31fl3741 boards in serial STEMMA crash on example code (Open 1412 days)
@@ -3111,14 +3111,14 @@
- - A value of null is not understood (Open 56 days)
+
- A value of null is not understood (Open 57 days)
- - Odd (literally) issue with nested dictionaries from weather.gov API (Open 448 days)
+
- Odd (literally) issue with nested dictionaries from weather.gov API (Open 449 days)
@@ -3132,7 +3132,7 @@
- - The key generation example in this repo is not working any more (Open 176 days)
+
- The key generation example in this repo is not working any more (Open 177 days)
@@ -3146,21 +3146,21 @@
- - Add pack sizes for https://www.adafruit.com/product/5035 (Open 895 days)
+
- Add pack sizes for https://www.adafruit.com/product/5035 (Open 896 days)
- - Measuring battery voltage on a adafruit feather esp32-s3 tft fails in circuitpython (Open 1055 days)
+
- Measuring battery voltage on a adafruit feather esp32-s3 tft fails in circuitpython (Open 1056 days)
- - simpletest fails on Feather nRF52840. (Open 1760 days)
+
- simpletest fails on Feather nRF52840. (Open 1761 days)
bug
@@ -3176,7 +3176,7 @@
- - what is the easiest way to do a `fadeOn` animation? (Open 97 days)
+
- what is the easiest way to do a `fadeOn` animation? (Open 98 days)
question
@@ -3185,14 +3185,14 @@
- - Adafruit sparkle animation broken on RP2040, but RainbowSparkle and SparklePulse work? (Open 913 days)
+
- Adafruit sparkle animation broken on RP2040, but RainbowSparkle and SparklePulse work? (Open 914 days)
- - consider making keyword-only parameters for some animations (Open 940 days)
+
- consider making keyword-only parameters for some animations (Open 941 days)
enhancement
@@ -3201,14 +3201,14 @@
- - add_cycle_complete_receiver not supported for included animations (Open 1136 days)
+
- add_cycle_complete_receiver not supported for included animations (Open 1137 days)
- - Nesting AnimateOnce inside AnimationSequence causes random animation order (Open 1326 days)
+
- Nesting AnimateOnce inside AnimationSequence causes random animation order (Open 1327 days)
@@ -3217,7 +3217,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -3230,14 +3230,14 @@
- - Addressing multiple 8x8 panels (Open 1552 days)
+
- Addressing multiple 8x8 panels (Open 1553 days)
- - Gradient Animation Request (Open 1896 days)
+
- Gradient Animation Request (Open 1897 days)
enhancement
@@ -3246,7 +3246,7 @@
- - Background color (or fade-to color) for Chase and Comet (Open 1902 days)
+
- Background color (or fade-to color) for Chase and Comet (Open 1903 days)
enhancement
@@ -3255,7 +3255,7 @@
- - Neighboring pixels feature (Open 1910 days)
+
- Neighboring pixels feature (Open 1911 days)
enhancement
@@ -3271,7 +3271,7 @@
- - Support for LIDARLite V4 (Open 1623 days)
+
- Support for LIDARLite V4 (Open 1624 days)
@@ -3285,7 +3285,7 @@
- - Odd readings with H3LIS331 (Open 1620 days)
+
- Odd readings with H3LIS331 (Open 1621 days)
@@ -3299,7 +3299,7 @@
- - Incorrect calculation in shake() method (Open 926 days)
+
- Incorrect calculation in shake() method (Open 927 days)
@@ -3313,7 +3313,7 @@
- - Throttled Data Rate (Open 759 days)
+
- Throttled Data Rate (Open 760 days)
@@ -3327,28 +3327,28 @@
- - Writing to a file when flash is full. (Open 480 days)
+
- Writing to a file when flash is full. (Open 481 days)
- - Use of `adafruit_logging` Causes Pico W to Fail to Reload Circuitpython (Open 683 days)
+
- Use of `adafruit_logging` Causes Pico W to Fail to Reload Circuitpython (Open 684 days)
- - Logger Does Not Write to File on AdaLogger SD Card (Open 684 days)
+
- Logger Does Not Write to File on AdaLogger SD Card (Open 685 days)
- - add proper tests (Open 982 days)
+
- add proper tests (Open 983 days)
@@ -3362,7 +3362,7 @@
- - Negative temperature unsigned integer issue (Open 1704 days)
+
- Negative temperature unsigned integer issue (Open 1705 days)
@@ -3376,7 +3376,7 @@
- - Add support for LSM6SV (Open 145 days)
+
- Add support for LSM6SV (Open 146 days)
enhancement
@@ -3385,7 +3385,7 @@
- - Misleading error message on WHO_AM_I ID check (Open 609 days)
+
- Misleading error message on WHO_AM_I ID check (Open 610 days)
enhancement
@@ -3394,28 +3394,28 @@
- - High pass filter not working for LSM6DSOX (Open 796 days)
+
- High pass filter not working for LSM6DSOX (Open 797 days)
- - LSM6DS032 "doubled" acceleration sensitivity (code matches datasheet but not test) (Open 807 days)
+
- LSM6DS032 "doubled" acceleration sensitivity (code matches datasheet but not test) (Open 808 days)
- - Wake on Significant Motion (Open 1283 days)
+
- Wake on Significant Motion (Open 1284 days)
- - Duplicate code in library files - potential refactor needed (Open 1631 days)
+
- Duplicate code in library files - potential refactor needed (Open 1632 days)
enhancement
@@ -3424,14 +3424,14 @@
- - Missing data read flag (Open 1692 days)
+
- Missing data read flag (Open 1693 days)
- - SPI support? (Open 1907 days)
+
- SPI support? (Open 1908 days)
enhancement
@@ -3440,7 +3440,7 @@
- - Memory Allocation issue on M0, others? (Open 1938 days)
+
- Memory Allocation issue on M0, others? (Open 1939 days)
bug
@@ -3449,7 +3449,7 @@
- - Add shake? (Open 2004 days)
+
- Add shake? (Open 2005 days)
enhancement
@@ -3467,7 +3467,7 @@
- Missing Type Annotations (Open 1424 days)
+ documentation">Missing Type Annotations (Open 1425 days)
hacktoberfest
@@ -3487,28 +3487,28 @@
- - Temperature starting point estimation is off (Open 743 days)
+
- Temperature starting point estimation is off (Open 744 days)
- - Setting accel_range and gyro_scale (Open 1385 days)
+
- Setting accel_range and gyro_scale (Open 1386 days)
- - Sample rate for accelerometer? (Open 1723 days)
+
- Sample rate for accelerometer? (Open 1724 days)
- - Looking for burst data from LSM9DS1 (Open 1793 days)
+
- Looking for burst data from LSM9DS1 (Open 1794 days)
@@ -3522,14 +3522,14 @@
- - From raw to lux value (Open 323 days)
+
- From raw to lux value (Open 324 days)
- - Add interrupt example (Open 1028 days)
+
- Add interrupt example (Open 1029 days)
documentation
@@ -3545,7 +3545,7 @@
- - Works fine on circuitpython but fails on micropython using blinka on Pico (Open 463 days)
+
- Works fine on circuitpython but fails on micropython using blinka on Pico (Open 464 days)
@@ -3559,28 +3559,28 @@
- - CIRCUITPY is read-only: [Errno 30] Cannot write last_app.txt using default MacroPad code (Open 35 days)
+
- CIRCUITPY is read-only: [Errno 30] Cannot write last_app.txt using default MacroPad code (Open 36 days)
- - Example for using the Keyboard or Mouse as a boot device (Open 629 days)
+
- Example for using the Keyboard or Mouse as a boot device (Open 630 days)
- - Device Crashes when Host Device goes to sleep/powers down (Open 1473 days)
+
- Device Crashes when Host Device goes to sleep/powers down (Open 1474 days)
- - Feature request: non-blocking play_file() (Open 1480 days)
+
- Feature request: non-blocking play_file() (Open 1481 days)
@@ -3594,21 +3594,21 @@
- - RPi 5 not working due to hardware changes (Open 242 days)
+
- RPi 5 not working due to hardware changes (Open 243 days)
- - Add support for inverse diode direction (Open 422 days)
+
- Add support for inverse diode direction (Open 423 days)
- - Support external pull ups? (Open 1140 days)
+
- Support external pull ups? (Open 1141 days)
@@ -3622,21 +3622,21 @@
- - network ip_address doesnt work if using wifi_esp32s2 (Open 433 days)
+
- network ip_address doesnt work if using wifi_esp32s2 (Open 434 days)
- - Compatibility with 96x48 Waveshare Matrix (Open 618 days)
+
- Compatibility with 96x48 Waveshare Matrix (Open 619 days)
- - MatrixPortal : solution to refresh the clock every second (Open 1257 days)
+
- MatrixPortal : solution to refresh the clock every second (Open 1258 days)
enhancement
@@ -3645,7 +3645,7 @@
- - Missing Type Annotations (Open 1424 days)
+
- Missing Type Annotations (Open 1425 days)
documentation
@@ -3661,7 +3661,7 @@
- - No I2C device at address (Open 257 days)
+
- No I2C device at address (Open 258 days)
@@ -3675,7 +3675,7 @@
- - Lots of exceptions at high temperatures. (Open 951 days)
+
- Lots of exceptions at high temperatures. (Open 952 days)
bug
@@ -3684,14 +3684,14 @@
- - Library uses short argument names (Open 1016 days)
+
- Library uses short argument names (Open 1017 days)
- - Failure to read data yields a 0 instead of error or NoneType (Open 1603 days)
+
- Failure to read data yields a 0 instead of error or NoneType (Open 1604 days)
@@ -3705,14 +3705,14 @@
- - raise errors (Open 631 days)
+
- raise errors (Open 632 days)
- - Library uses short argument names (Open 1016 days)
+
- Library uses short argument names (Open 1017 days)
enhancement
@@ -3728,21 +3728,21 @@
- - Raspberry pi 5, gpio problems. (Open 349 days)
+
- Raspberry pi 5, gpio problems. (Open 350 days)
- - issues with using SPI1 on a RapsBerry Pi 4 Module B (Open 821 days)
+
- issues with using SPI1 on a RapsBerry Pi 4 Module B (Open 822 days)
- - Library uses short argument names (Open 1016 days)
+
- Library uses short argument names (Open 1017 days)
enhancement
@@ -3751,7 +3751,7 @@
- - Missing Type Annotations (Open 1424 days)
+
- Missing Type Annotations (Open 1425 days)
documentation
@@ -3760,7 +3760,7 @@
- - Example code not working (Open 1576 days)
+
- Example code not working (Open 1577 days)
bug
@@ -3776,28 +3776,28 @@
- - font5x8.bin (Open 572 days)
+
- font5x8.bin (Open 573 days)
- - Why is Adafruit MAX7219 Driver for 7 Segment Displays limited to Numeric Digits Only? (Open 896 days)
+
- Why is Adafruit MAX7219 Driver for 7 Segment Displays limited to Numeric Digits Only? (Open 897 days)
- - Library uses short argument names (Open 1016 days)
+
- Library uses short argument names (Open 1017 days)
- - Cascade several 7-segment display modules (Open 1244 days)
+
- Cascade several 7-segment display modules (Open 1245 days)
enhancement
@@ -3813,42 +3813,42 @@
- - How to read rotary encoders from i2C board? (Open 517 days)
+
- How to read rotary encoders from i2C board? (Open 518 days)
- - Datasheet Change Due To Issue Discovered In MCP23017 Chip (Open 665 days)
+
- Datasheet Change Due To Issue Discovered In MCP23017 Chip (Open 666 days)
- - MCP23018/MCP23S18 Support (Open 1245 days)
+
- MCP23018/MCP23S18 Support (Open 1246 days)
- - Library rename? (Open 1246 days)
+
- Library rename? (Open 1247 days)
- - Cannot freeze into custom firmware (Open 1252 days)
+
- Cannot freeze into custom firmware (Open 1253 days)
- - No Output (Open 1563 days)
+
- No Output (Open 1564 days)
support
@@ -3857,7 +3857,7 @@
- - interrupt-on-change feature by setting INTCON register not working (Open 1690 days)
+
- interrupt-on-change feature by setting INTCON register not working (Open 1691 days)
@@ -3871,49 +3871,49 @@
- - Unexpected Data Output from MCP2515 on Raspberry Pi 4 with Bookworm Lite (64-bit) (Open 368 days)
+
- Unexpected Data Output from MCP2515 on Raspberry Pi 4 with Bookworm Lite (64-bit) (Open 369 days)
- - Adding support for 12Mhz crystal oscillator in __init__.py (Open 370 days)
+
- Adding support for 12Mhz crystal oscillator in __init__.py (Open 371 days)
- - RuntimeError: No Masks Available (Open 673 days)
+
- RuntimeError: No Masks Available (Open 674 days)
- - Using only one mask produces a lot of print spam (Open 746 days)
+
- Using only one mask produces a lot of print spam (Open 747 days)
- - Must have another device read the bus. (Open 783 days)
+
- Must have another device read the bus. (Open 784 days)
- - Making full use of all hardware masks and filters (Open 869 days)
+
- Making full use of all hardware masks and filters (Open 870 days)
- - RuntimeError: Timeout setting Mode (Open 1230 days)
+
- RuntimeError: Timeout setting Mode (Open 1231 days)
@@ -3922,7 +3922,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -3935,21 +3935,21 @@
- - Transmit buffer error (Open 1522 days)
+
- Transmit buffer error (Open 1523 days)
- - Not compatible with Circuitpython built w/o long support (Open 1696 days)
+
- Not compatible with Circuitpython built w/o long support (Open 1697 days)
- - Possible addition? (Open 1698 days)
+
- Possible addition? (Open 1699 days)
help wanted
@@ -3965,28 +3965,28 @@
- - Support for MCP32xx (Open 284 days)
+
- Support for MCP32xx (Open 285 days)
- - Allow SPI clock speed for the MCP ADC to be set (Open 328 days)
+
- Allow SPI clock speed for the MCP ADC to be set (Open 329 days)
- - How can I use this on an RPI 5? (Open 378 days)
+
- How can I use this on an RPI 5? (Open 379 days)
- - Please add MCP3208 support. (Open 944 days)
+
- Please add MCP3208 support. (Open 945 days)
enhancement
@@ -3995,7 +3995,7 @@
- - Library uses short argument names (Open 1016 days)
+
- Library uses short argument names (Open 1017 days)
enhancement
@@ -4011,28 +4011,28 @@
- - Allow setting and getting real voltages directly (Open 402 days)
+
- Allow setting and getting real voltages directly (Open 403 days)
- - reset method not working (Open 423 days)
+
- reset method not working (Open 424 days)
- - synchronous update via LDAC pin does not work (Open 903 days)
+
- synchronous update via LDAC pin does not work (Open 904 days)
- - Allow for synchrous DAC output (Open 911 days)
+
- Allow for synchrous DAC output (Open 912 days)
enhancement
@@ -4041,7 +4041,7 @@
- - Set I2C address bits via LDAC (Open 1644 days)
+
- Set I2C address bits via LDAC (Open 1645 days)
enhancement
@@ -4057,14 +4057,14 @@
- - How to use MCP9600 on RPi Pico using micropython? (Open 526 days)
+
- How to use MCP9600 on RPi Pico using micropython? (Open 527 days)
- - Rename to MCP960x? (Open 1199 days)
+
- Rename to MCP960x? (Open 1200 days)
@@ -4078,42 +4078,42 @@
- - This doesn't work on the current version of Circuit Playground Express due to insufficient memory (Open 140 days)
+
- This doesn't work on the current version of Circuit Playground Express due to insufficient memory (Open 141 days)
- - Potential issue with System Exclusive messages (Open 142 days)
+
- Potential issue with System Exclusive messages (Open 143 days)
- - Why is `send` always overwriting `MIDIMessage.channel`? (Open 559 days)
+
- Why is `send` always overwriting `MIDIMessage.channel`? (Open 560 days)
- - Is correct this modification for work in a raspberry Pi? (Open 705 days)
+
- Is correct this modification for work in a raspberry Pi? (Open 706 days)
- - ProgramChange does not work (Open 1500 days)
+
- ProgramChange does not work (Open 1501 days)
- - Add support for MIDI running status (Open 2337 days)
+
- Add support for MIDI running status (Open 2338 days)
enhancement
@@ -4122,7 +4122,7 @@
- - MIDI UART support (Open 2354 days)
+
- MIDI UART support (Open 2355 days)
enhancement
@@ -4131,7 +4131,7 @@
- - Work out best way to handle reading large SysEx messages (Open 2368 days)
+
- Work out best way to handle reading large SysEx messages (Open 2369 days)
enhancement
@@ -4147,7 +4147,7 @@
- - Feature request: Add support for asyncio processing (Open 94 days)
+
- Feature request: Add support for asyncio processing (Open 95 days)
@@ -4163,7 +4163,7 @@
- Missing Type Annotations (Open 1424 days)
+ hacktoberfest">Missing Type Annotations (Open 1425 days)
documentation
@@ -4176,7 +4176,7 @@
- - PyPortal Pynt ESP firmware update issue (Open 1574 days)
+
- PyPortal Pynt ESP firmware update issue (Open 1575 days)
@@ -4190,126 +4190,126 @@
- - RFE: asyncio support (Open 3 days)
+
- RFE: asyncio support (Open 4 days)
- - Support for MQTT version 5.x ? (Open 101 days)
+
- Support for MQTT version 5.x ? (Open 102 days)
- - Swap ruff rules, remove most noqa statements (Open 168 days)
+
- Swap ruff rules, remove most noqa statements (Open 169 days)
- - Hanging onto sockets after error. (Open 201 days)
+
- Hanging onto sockets after error. (Open 202 days)
- - mqtt.loop() blocks loop temporarily (Open 205 days)
+
- mqtt.loop() blocks loop temporarily (Open 206 days)
- - Using adafruit_minimqtt with default networking (Open 456 days)
+
- Using adafruit_minimqtt with default networking (Open 457 days)
- - Errors with MQTT CircuitPython 9 Publish (Open 501 days)
+
- Errors with MQTT CircuitPython 9 Publish (Open 502 days)
- - get_monotonic_time doesn't preserve resolution (Open 518 days)
+
- get_monotonic_time doesn't preserve resolution (Open 519 days)
- - Is `_backwards_compatible_sock` flag still needed (Open 551 days)
+
- Is `_backwards_compatible_sock` flag still needed (Open 552 days)
- - Loop crashes after successful connecting to HiveMQ (tls) (Open 608 days)
+
- Loop crashes after successful connecting to HiveMQ (tls) (Open 609 days)
- - client.loop if the MQTT Broker goes down the loop crashes with OSError: [Errno 104] ECONNRESET (Open 609 days)
+
- client.loop if the MQTT Broker goes down the loop crashes with OSError: [Errno 104] ECONNRESET (Open 610 days)
- - Recurring exception in loop() function (Open 698 days)
+
- Recurring exception in loop() function (Open 699 days)
- - behavior change, now I get timeouts on ping (Open 723 days)
+
- behavior change, now I get timeouts on ping (Open 724 days)
- - _wait_for_msg raises empty MMQTTException when using iotcentral_device to connect to IoT Central (Open 750 days)
+
- _wait_for_msg raises empty MMQTTException when using iotcentral_device to connect to IoT Central (Open 751 days)
- - Callback Functions' Parameters Usage (Open 782 days)
+
- Callback Functions' Parameters Usage (Open 783 days)
- - Wrong _sock_exact_recv implementation used when adafruit_esp32spi.adafruit_esp32spi_socket provided (Open 835 days)
+
- Wrong _sock_exact_recv implementation used when adafruit_esp32spi.adafruit_esp32spi_socket provided (Open 836 days)
- - MMQTTException Error Handling (Open 846 days)
+
- MMQTTException Error Handling (Open 847 days)
- - Enhance loop() to be more resilient (Open 863 days)
+
- Enhance loop() to be more resilient (Open 864 days)
enhancement
@@ -4320,7 +4320,7 @@
- asyncio support? (Open 885 days)
+ long-term">asyncio support? (Open 886 days)
invalid
@@ -4333,7 +4333,7 @@
- - _wait_for_msg() on CPython with TLS connection raises ssl.SSLWantReadError on timeout (Open 918 days)
+
- _wait_for_msg() on CPython with TLS connection raises ssl.SSLWantReadError on timeout (Open 919 days)
bug
@@ -4342,7 +4342,7 @@
- - MQTT loop() blocks script. Works fine with adafruit_io (Open 965 days)
+
- MQTT loop() blocks script. Works fine with adafruit_io (Open 966 days)
bug
@@ -4351,7 +4351,7 @@
- - Sometimes receiving single zero byte (Open 1009 days)
+
- Sometimes receiving single zero byte (Open 1010 days)
bug
@@ -4360,7 +4360,7 @@
- - Frequent errors in .loop calls with CircuitPython 8 (Open 1051 days)
+
- Frequent errors in .loop calls with CircuitPython 8 (Open 1052 days)
bug
@@ -4369,7 +4369,7 @@
- - Outdated documentation in second RTD location (Open 1264 days)
+
- Outdated documentation in second RTD location (Open 1265 days)
documentation
@@ -4378,14 +4378,14 @@
- - Getting trapped in publish? (Open 1576 days)
+
- Getting trapped in publish? (Open 1577 days)
- - Add test suite (Open 1660 days)
+
- Add test suite (Open 1661 days)
enhancement
@@ -4401,7 +4401,7 @@