File tree
198 files changed
+2267
-769
lines changed- .github
- docs/library
- frozen
- lib
- ports
- analog
- common-hal/os
- atmel-samd
- common-hal
- audioio
- os
- broadcom
- common-hal/os
- cxd56
- boards/spresense
- common-hal/os
- espressif
- boards
- heltec_esp32s3_wifi_lora_v3
- lilygo_tqt_pro_nopsram
- lilygo_tqt_pro_psram
- common-hal
- audioio
- os
- pulseio
- litex
- common-hal/os
- mimxrt10xx
- common-hal/os
- nordic
- common-hal/os
- raspberrypi
- bindings/cyw43
- boards
- adafruit_fruit_jam
- adafruit_macropad_rp2040
- adafruit_qt2040_trinkey
- boardsource_blok
- bradanlanestudio_explorer_rp2040
- jpconstantineau_encoderpad_rp2040
- jpconstantineau_pykey18
- jpconstantineau_pykey44
- jpconstantineau_pykey60
- jpconstantineau_pykey87
- proveskit_rp2040_v4
- ugame22
- wk-50
- zrichard_rp2.65-f
- boot_stage2
- common-hal
- analogbufio
- analogio
- audiopwmio
- busio
- countio
- digitalio
- i2ctarget
- imagecapture
- max3421e
- microcontroller
- nvm
- os
- picodvi
- pulseio
- pwmio
- rgbmatrix
- rp2pio
- rtc
- socketpool
- usb_host
- lib
- lwip_inc
- 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
- circuitpython
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+2267
-769
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Lines changed: 2 additions & 2 deletions
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 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
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