File tree
14 files changed
+14
-14
lines changed- frozen
14 files changed
+14
-14
lines changedSubmodule Adafruit_CircuitPython_Display_Shapes updated 16 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- README.rst+2-2
- adafruit_display_shapes/line.py
- adafruit_display_shapes/polygon.py
- adafruit_display_shapes/rect.py
- adafruit_display_shapes/roundrect.py
- adafruit_display_shapes/sparkline.py+1-3
- adafruit_display_shapes/triangle.py
- examples/display_shapes_circle_animation.py+1-1
- examples/display_shapes_simpletest.py+1-1
- examples/display_shapes_simpletest_magtag.py+1-1
- examples/display_shapes_sparkline_simpletest.py+2-2
- examples/display_shapes_sparkline_ticks.py+1-1
- examples/display_shapes_sparkline_triple.py+2-2
Submodule Adafruit_CircuitPython_Display_Text updated 14 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- .pre-commit-config.yaml+1
- README.rst+1-1
- adafruit_display_text/__init__.py+84-56
- adafruit_display_text/bitmap_label.py+77-137
- adafruit_display_text/label.py+87-144
- examples/display_text_advance_example.py+42-13
- examples/display_text_anchored_position.py+1-1
- examples/display_text_background_color_padding.py+1-1
- examples/display_text_label_vs_bitmap_label_comparison.py+2-4
- examples/display_text_pyportal.py+16-8
- examples/display_text_wrap_pixels_test.py+1-1
Submodule Adafruit_CircuitPython_LC709203F updated 10 files
Submodule Adafruit_CircuitPython_ProgressBar updated 9 files
- README.rst+1-1
- examples/progressbar_accelerometer.py+1-1
- examples/progressbar_combined.py+1-1
- examples/progressbar_displayio_blinka.py+1-1
- examples/progressbar_displayio_blinka_color_scale.py+2-2
- examples/progressbar_magtag_simpletest.py+1-1
- examples/progressbar_matrixportal.py+1-1
- examples/progressbar_simpletest.py+1-1
- examples/progressbar_vertical_simpletest.py+1-1
Submodule Adafruit_CircuitPython_RFM9x updated 11 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- .pylintrc+2-3
- README.rst+1-1
- adafruit_rfm9x.py+7-4
- examples/rfm9x_node1.py-2
- examples/rfm9x_node1_ack.py-2
- examples/rfm9x_node1_bonnet.py-3
- examples/rfm9x_node2.py-2
- examples/rfm9x_node2_ack.py-2
Submodule Adafruit_CircuitPython_ST7789 updated 15 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- .pylintrc+2-3
- README.rst+2-2
- docs/examples.rst+59
- examples/st7789_240x135_pitft_simpletest.py+1-2
- examples/st7789_240x135_simpletest.py+1-2
- examples/st7789_240x135_simpletest_Pimoroni_Pico_Display_Pack.py+1-2
- examples/st7789_240x240_bonnet_simpletest.py+2-2
- examples/st7789_240x240_pitft_simpletest.py+2-2
- examples/st7789_240x240_simpletest_Pimoroni_Pico_Explorer.py+2-2
- examples/st7789_320x240_simpletest.py+2-2
- examples/st7789_simpletest.py+2-2
- examples/st7789_tft_gizmo_simpletest.py+2-2
0 commit comments