Commit 07df9bd
committed
Automated update by Adabot (adafruit/adabot@761055f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_INA228 to 1.0.1 from 1.0.0:
> Update adafruit_ina228.py
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1305 to 1.4.0 from 1.3.21:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1305#16 from mikeysklar/ssd1305-white-module-col-offset
Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV320 to 1.0.0 from 51c14aa:
< Update README.rst
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font to 2.3.0 from 2.2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Bitmap_Font#70 from tannewt/cmap03
Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 3.2.4 from 3.2.3:
> Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#219 from FoamyGuy/use_ruff
Updating https://github.com/adafruit/Adafruit_CircuitPython_JSON_Stream to 0.9.0 from 0.8.6:
> Merge pull request adafruit/Adafruit_CircuitPython_JSON_Stream#9 from Neradoc/iterator-on-objects
> Merge pull request adafruit/Adafruit_CircuitPython_JSON_Stream#8 from Neradoc/fix-string-in-string
Updating https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Descriptors to 0.2.1 from 0.1.4:
> Merge pull request adafruit/Adafruit_CircuitPython_USB_Host_Descriptors#4 from FoamyGuy/two_mice_example
> Merge pull request adafruit/Adafruit_CircuitPython_USB_Host_Descriptors#3 from FoamyGuy/find_mouse_helper
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
> Added the following libraries: Adafruit_CircuitPython_TLV3201 parent f612cd0 commit 07df9bd
File tree
8 files changed
+9
-8
lines changed- libraries
- drivers
- helpers
8 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
Submodule display-text updated 30 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_display_text/__init__.py+22-38
- adafruit_display_text/bitmap_label.py+14-38
- adafruit_display_text/label.py+21-50
- adafruit_display_text/outlined_label.py+7-7
- adafruit_display_text/scrolling_label.py+7-9
- adafruit_display_text/text_box.py+14-37
- docs/api.rst+2
- docs/conf.py+2-6
- examples/display_text_advance_example.py+4-2
- examples/display_text_anchored_position.py+3-1
- examples/display_text_background_color.py+7-6
- examples/display_text_background_color_padding.py+9-8
- examples/display_text_bitmap_label_simpletest.py+1-1
- examples/display_text_label_align_baseline_comparison.py+1-1
- examples/display_text_label_vs_bitmap_label_comparison.py+6-15
- examples/display_text_magtag.py+3
- examples/display_text_matrixportal.py+2
- examples/display_text_outlined_label_simpletest.py+1
- examples/display_text_pyportal.py+6-9
- examples/display_text_scrolling_label.py+2-4
- examples/display_text_simpletest.py+1-1
- examples/display_text_text_box_simpletest.py+1
- examples/display_text_textarea_boundingbox.py+2-1
- examples/display_text_wrap_pixels_test.py+1
- examples/display_text_wraptest.py+2
- ruff.toml+106
Submodule usb_host_descriptors updated 12 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_usb_host_descriptors.py+41
- docs/api.rst+3
- docs/conf.py+2-6
- examples/mouse_cursor.bmp
- examples/mouse_cursor.bmp.license+3
- examples/usb_host_descriptors_simpletest.py+3-6
- examples/usb_host_descriptors_two_boot_mice.py+108
- ruff.toml+100
0 commit comments