File tree
70 files changed
+1238
-174
lines changed- data
- extmod
- frozen
- locale
- ports
- atmel-samd
- common-hal/alarm/touch
- supervisor
- broadcom/common-hal/microcontroller
- espressif/supervisor
- nordic/boards/TG-Watch
- raspberrypi
- supervisor
- stm/supervisor
- unix/variants/coverage
- zephyr-cp
- cptools
- supervisor
- py
- supervisor
- stub
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+1238
-174
lines changed- flash/adesto-tech/adesto-tech.toml+1
- flash/cypress/cypress.toml+1
- flash/gigadevice/gigadevice.toml+1
- flash/issi/issi.toml+1
- flash/macronix/MX25R8035F.toml+11
- flash/macronix/macronix.toml+1
- flash/microchip/SST26VF016B.toml+5-3
- flash/microchip/SST26VF032B.toml+14
- flash/microchip/SST26VF064B.toml+4-3
- flash/micron/micron.toml+1
- flash/puya/puya.toml+1
- flash/winbond/winbond.toml+1
- flash/xtx/xtx.toml+1
- flash/zetta/zetta.toml+1
- mram/everspin/everspin.toml+1
- nvm.template.toml+4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 163 | | |
169 | 164 | | |
170 | 165 | | |
| |||
Submodule Adafruit_CircuitPython_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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
239 | | - | |
| 243 | + | |
| 244 | + | |
240 | 245 | | |
241 | 246 | | |
242 | 247 | | |
| |||
2636 | 2641 | | |
2637 | 2642 | | |
2638 | 2643 | | |
| 2644 | + | |
2639 | 2645 | | |
2640 | 2646 | | |
2641 | 2647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
227 | | - | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
2587 | 2592 | | |
2588 | 2593 | | |
2589 | 2594 | | |
| 2595 | + | |
2590 | 2596 | | |
2591 | 2597 | | |
2592 | 2598 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
238 | | - | |
| 242 | + | |
| 243 | + | |
239 | 244 | | |
240 | 245 | | |
241 | 246 | | |
| |||
2616 | 2621 | | |
2617 | 2622 | | |
2618 | 2623 | | |
| 2624 | + | |
2619 | 2625 | | |
2620 | 2626 | | |
2621 | 2627 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
241 | | - | |
| 245 | + | |
| 246 | + | |
242 | 247 | | |
243 | 248 | | |
244 | 249 | | |
| |||
2648 | 2653 | | |
2649 | 2654 | | |
2650 | 2655 | | |
| 2656 | + | |
2651 | 2657 | | |
2652 | 2658 | | |
2653 | 2659 | | |
| |||
0 commit comments