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
shared-bindings
shared-module
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
Lines changed: 0 additions & 5 deletions
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
Lines changed: 7 additions & 1 deletion
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 |
| |
|
Lines changed: 7 additions & 1 deletion
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 |
| |
|
Lines changed: 7 additions & 1 deletion
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 |
| |
|
Lines changed: 7 additions & 1 deletion
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 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 |
| |
121 | 125 |
| |
122 | 126 |
| |
| |||
239 | 243 |
| |
240 | 244 |
| |
241 | 245 |
| |
242 |
| - | |
| 246 | + | |
| 247 | + | |
243 | 248 |
| |
244 | 249 |
| |
245 | 250 |
| |
| |||
2615 | 2620 |
| |
2616 | 2621 |
| |
2617 | 2622 |
| |
| 2623 | + | |
2618 | 2624 |
| |
2619 | 2625 |
| |
2620 | 2626 |
| |
|
Lines changed: 12 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 |
| |
119 | 123 |
| |
120 | 124 |
| |
| |||
237 | 241 |
| |
238 | 242 |
| |
239 | 243 |
| |
240 |
| - | |
| 244 | + | |
| 245 | + | |
241 | 246 |
| |
242 | 247 |
| |
243 | 248 |
| |
| |||
805 | 810 |
| |
806 | 811 |
| |
807 | 812 |
| |
808 |
| - | |
| 813 | + | |
809 | 814 |
| |
810 | 815 |
| |
811 | 816 |
| |
| |||
1391 | 1396 |
| |
1392 | 1397 |
| |
1393 | 1398 |
| |
1394 |
| - | |
| 1399 | + | |
1395 | 1400 |
| |
1396 | 1401 |
| |
1397 | 1402 |
| |
| |||
1581 | 1586 |
| |
1582 | 1587 |
| |
1583 | 1588 |
| |
1584 |
| - | |
| 1589 | + | |
1585 | 1590 |
| |
1586 | 1591 |
| |
1587 | 1592 |
| |
| |||
2620 | 2625 |
| |
2621 | 2626 |
| |
2622 | 2627 |
| |
| 2628 | + | |
2623 | 2629 |
| |
2624 | 2630 |
| |
2625 | 2631 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 |
| |
121 | 125 |
| |
122 | 126 |
| |
| |||
239 | 243 |
| |
240 | 244 |
| |
241 | 245 |
| |
242 |
| - | |
| 246 | + | |
| 247 | + | |
243 | 248 |
| |
244 | 249 |
| |
245 | 250 |
| |
| |||
2657 | 2662 |
| |
2658 | 2663 |
| |
2659 | 2664 |
| |
| 2665 | + | |
2660 | 2666 |
| |
2661 | 2667 |
| |
2662 | 2668 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 |
| |
109 | 113 |
| |
110 | 114 |
| |
| |||
227 | 231 |
| |
228 | 232 |
| |
229 | 233 |
| |
230 |
| - | |
| 234 | + | |
| 235 | + | |
231 | 236 |
| |
232 | 237 |
| |
233 | 238 |
| |
| |||
2606 | 2611 |
| |
2607 | 2612 |
| |
2608 | 2613 |
| |
| 2614 | + | |
2609 | 2615 |
| |
2610 | 2616 |
| |
2611 | 2617 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 |
| |
120 | 124 |
| |
121 | 125 |
| |
| |||
238 | 242 |
| |
239 | 243 |
| |
240 | 244 |
| |
241 |
| - | |
| 245 | + | |
| 246 | + | |
242 | 247 |
| |
243 | 248 |
| |
244 | 249 |
| |
| |||
2667 | 2672 |
| |
2668 | 2673 |
| |
2669 | 2674 |
| |
| 2675 | + | |
2670 | 2676 |
| |
2671 | 2677 |
| |
2672 | 2678 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 |
| |
108 | 112 |
| |
109 | 113 |
| |
| |||
226 | 230 |
| |
227 | 231 |
| |
228 | 232 |
| |
229 |
| - | |
| 233 | + | |
| 234 | + | |
230 | 235 |
| |
231 | 236 |
| |
232 | 237 |
| |
| |||
2589 | 2594 |
| |
2590 | 2595 |
| |
2591 | 2596 |
| |
| 2597 | + | |
2592 | 2598 |
| |
2593 | 2599 |
| |
2594 | 2600 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 |
| |
110 | 114 |
| |
111 | 115 |
| |
| |||
228 | 232 |
| |
229 | 233 |
| |
230 | 234 |
| |
231 |
| - | |
| 235 | + | |
| 236 | + | |
232 | 237 |
| |
233 | 238 |
| |
234 | 239 |
| |
| |||
2604 | 2609 |
| |
2605 | 2610 |
| |
2606 | 2611 |
| |
| 2612 | + | |
2607 | 2613 |
| |
2608 | 2614 |
| |
2609 | 2615 |
| |
|
0 commit comments