Commit afb153e
File tree
129 files changed
+2567
-1069
lines changed- .github/workflows
- docs
- extmod
- frozen
- locale
- ports
- analog
- common-hal/os
- atmel-samd
- common-hal/os
- broadcom
- common-hal/os
- cxd56
- boards/spresense
- common-hal/os
- espressif
- boards
- lilygo_tembed_esp32s3
- lilygo_tqt_pro_nopsram
- lilygo_tqt_pro_psram
- common-hal/os
- litex
- common-hal/os
- mimxrt10xx
- common-hal/os
- nordic
- common-hal/os
- raspberrypi
- bindings/picodvi
- boards
- adafruit_fruit_jam
- proveskit_rp2040_v4
- common-hal
- microcontroller
- nvm
- os
- picodvi
- supervisor
- renode/common-hal/os
- silabs
- common-hal/os
- stm
- boards
- daisy_seed_with_sdram
- stm32f412zg_discovery
- common-hal
- microcontroller
- os
- packages
- peripherals
- stm32h7
- stm32h743xx
- stm32h750xx
- supervisor
- zephyr-cp/common-hal/os
- py
- tests/circuitpython-manual/usb
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
129 files changed
+2567
-1069
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
91 | | - | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
115 | 122 | | |
116 | 123 | | |
117 | 124 | | |
118 | | - | |
| 125 | + | |
119 | 126 | | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
123 | | - | |
| 130 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
| 348 | + | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
Submodule Adafruit_CircuitPython_Bitmap_Font updated 23 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- LICENSES/OFL-1.1.txt+90
- README.rst+3-3
- adafruit_bitmap_font/bdf.py+4-2
- adafruit_bitmap_font/bitmap_font.py+16-5
- adafruit_bitmap_font/glyph_cache.py+2-1
- adafruit_bitmap_font/lvfontbin.py+228
- adafruit_bitmap_font/pcf.py+11-16
- adafruit_bitmap_font/ttf.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/bitmap_font_displayio_simpletest.py+1-1
- examples/bitmap_font_forkawesome_icons.py+2-1
- examples/bitmap_font_label_forkawesome.py+3-2
- examples/bitmap_font_label_magtag.py+3
- examples/bitmap_font_label_simpletest.py+1
- examples/bitmap_font_simpletest.py+1-1
- examples/fonts/unifont-16.0.02-ascii-emoji.bin
- examples/fonts/unifont-16.0.02-ascii-emoji.bin.license+7
- ruff.toml+105
- test/displayio.py-1
Submodule Adafruit_CircuitPython_DisplayIO_SSD1306 updated 11 files
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_displayio_ssd1306.py+11-10
- docs/api.rst+3
- docs/conf.py+3-7
- examples/displayio_ssd1306_64x32_simpletest.py+2-8
- examples/displayio_ssd1306_featherwing.py+2-8
- examples/displayio_ssd1306_picowbell_tempsensor.py+5-10
- examples/displayio_ssd1306_simpletest.py+5-17
- ruff.toml+100
Submodule Adafruit_CircuitPython_ESP32SPI updated 12 files
- adafruit_esp32spi/adafruit_esp32spi.py+6-1
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+71-14
- examples/esp32spi_aio_post.py+12-22
- examples/esp32spi_cheerlights.py+7-16
- examples/esp32spi_ipconfig.py+3-12
- examples/esp32spi_localtime.py+7-16
- examples/esp32spi_settings.toml+2-2
- examples/esp32spi_simpletest.py+4-13
- examples/esp32spi_simpletest_rp2040.py+4-13
- examples/esp32spi_tcp_client.py+3-12
- examples/esp32spi_udp_client.py+3-12
- examples/esp32spi_wpa2ent_aio_post.py+24-25
0 commit comments