Commit 2cf5f37
File tree
151 files changed
+4405
-1749
lines changed- .github/workflows
- frozen
- locale
- ports
- analog
- boards
- apard32690
- max32690evkit
- broadcom
- cxd56
- espressif
- boards
- espressif_esp32p4_function_ev
- m5stack_tab5
- seeed_xiao_esp32_s3_sense
- common-hal
- microcontroller
- mipidsi
- supervisor
- mimxrt10xx
- nordic
- raspberrypi/boards
- cytron_edu_v2_pico_2w
- hack_club_sprig
- studiolab_picoexpander
- unix
- zephyr-cp
- bindings/zephyr_serial
- boards
- nordic
- nrf5340dk
- nrf54h20dk
- nrf54l15dk
- nrf7002dk
- nxp
- frdm_mcxn947
- mimxrt1170_evk
- renesas
- ek_ra6m5
- ek_ra8d1
- st
- nucleo_n657x0_q
- nucleo_u575zi_q
- stm32h7b3i_dk
- common-hal
- busio
- usb_cdc
- zephyr_i2c
- zephyr_serial
- zephyr_spi
- cptools
- tests
- supervisor
- py
- supervisor
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+4405
-1749
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
Submodule Adafruit_CircuitPython_Display_Text updated 14 files
- adafruit_display_text/__init__.py+48-4
- adafruit_display_text/bitmap_label.py+526-26
- adafruit_display_text/outlined_label.py+8-184
- adafruit_display_text/scrolling_label.py+8-173
- adafruit_display_text/text_box.py+26-27
- docs/_static/custom.css+8
- docs/api.rst-6
- docs/conf.py+3
- docs/examples.rst+26-8
- examples/display_text_accent_example.py+42
- examples/display_text_accent_scrolling_example.py+40
- examples/display_text_outline_example.py+7-5
- examples/display_text_scrolling_label.py+11-7
- ruff.toml-1
Submodule Adafruit_CircuitPython_ESP32SPI updated 20 files
- adafruit_esp32spi/__init__.py+13
- adafruit_esp32spi/adafruit_esp32spi.py+7-3
- adafruit_esp32spi/adafruit_esp32spi_socketpool.py+82-16
- adafruit_esp32spi/socketpool.py+10
- adafruit_esp32spi/wifimanager.py+10
- docs/_static/custom.css+8
- docs/api.rst+57-8
- docs/conf.py+3
- examples/esp32spi_aio_post.py+4
- examples/esp32spi_cheerlights.py+4
- examples/esp32spi_ipconfig.py+4
- examples/esp32spi_localtime.py+4
- examples/esp32spi_simpletest.py+3
- examples/esp32spi_simpletest_rp2040.py+3
- examples/esp32spi_tcp_client.py+4
- examples/esp32spi_udp_client.py+4
- examples/esp32spi_wpa2ent_aio_post.py+4
- examples/esp32spi_wpa2ent_simpletest.py+3
- examples/gpio/esp32spi_gpio.py+1-1
- ruff.toml-1
Submodule Adafruit_CircuitPython_OPT4048 added at b6a02e2
0 commit comments