File tree
76 files changed
+76
-76
lines changed- libraries/helpers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+76
-76
lines changedSubmodule ble_file_transfer updated 11 files
Submodule bluefruitconnect updated 15 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_bluefruit_connect/button_packet.py-1
- adafruit_bluefruit_connect/color_packet.py+1-3
- adafruit_bluefruit_connect/packet.py+4-5
- docs/api.rst+3
- docs/conf.py+2-6
- examples/bluefruitconnect_controlpad.py+1-1
- examples/bluefruitconnect_sensors.py+1-1
- examples/bluefruitconnect_simpletest.py+1-1
- examples/bluefruitconnect_simpletest2.py+1-1
- examples/bluefruitconnect_uart.py+2-1
- ruff.toml+110
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_boardtest/boardtest_gpio.py+4-5
- adafruit_boardtest/boardtest_i2c.py+4-11
- adafruit_boardtest/boardtest_led.py+6-6
- adafruit_boardtest/boardtest_sd.py+5-4
- adafruit_boardtest/boardtest_sd_cd.py+2-4
- adafruit_boardtest/boardtest_spi.py+3-5
- adafruit_boardtest/boardtest_uart.py+3-5
- adafruit_boardtest/boardtest_voltage_monitor.py+4-7
- docs/api.rst+3
- docs/conf.py+2-6
- examples/boardtest_simpletest.py+10-12
- ruff.toml+108
Submodule bus_device updated 11 files
Submodule connection_manager updated 18 files
- .gitattributes+11
- .pre-commit-config.yaml+11-37
- .pylintrc-399
- README.rst+3-3
- adafruit_connection_manager.py+14-22
- docs/api.rst+3
- docs/conf.py+1-5
- ruff.toml+108
- tests/close_socket_test.py+1-1
- tests/conftest.py+8-16
- tests/connection_manager_close_all_test.py+17-50
- tests/free_socket_test.py+1-1
- tests/get_connection_manager_test.py+4-8
- tests/get_radio_test.py+9-9
- tests/get_socket_test.py+6-12
- tests/mocket.py+6-12
- tests/protocol_test.py+2-4
- tests/ssl_context_test.py+7-11
Submodule cursorcontrol updated 14 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_cursorcontrol/__init__.py+1
- adafruit_cursorcontrol/cursorcontrol.py+2-4
- adafruit_cursorcontrol/cursorcontrol_cursormanager.py+9-15
- docs/api.rst+3
- docs/conf.py+2-6
- examples/cursorcontrol_buttons_debounced.py+2-1
- examples/cursorcontrol_buttons_text.py+5-3
- examples/cursorcontrol_custom_cursor.py+2
- examples/cursorcontrol_simpletest.py+2
- ruff.toml+108
Submodule dash_display updated 18 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+4-4
- adafruit_dash_display.py+7-6
- docs/api.rst+3
- docs/conf.py+2-6
- examples/dash_display_advancedtest.py+13-15
- examples/dash_display_client_examples/battery_daughter.py+13-19
- examples/dash_display_client_examples/door_daughter.py+6-8
- examples/dash_display_client_examples/neopixel_daughter.py+7-12
- examples/dash_display_client_examples/neopixel_setter.py+6-11
- examples/dash_display_client_examples/neopixel_setter_daughter.py+10-11
- examples/dash_display_client_examples/relay_daughter.py+7-10
- examples/dash_display_client_examples/relay_hi_daughter.py+6-9
- examples/dash_display_client_examples/temp_humid_daughter.py+5-6
- examples/dash_display_simpletest.py+7-7
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_debouncer.py+11-15
- docs/api.rst+3
- docs/conf.py+2-6
- examples/debouncer_crickit_test.py+3-6
- examples/debouncer_multi.py+1
- examples/debouncer_simpletest.py+1-2
- examples/debouncer_timing_test.py+2
- examples/debouncer_touchio_test.py+3
- examples/debouncer_unittest.py+7-7
- ruff.toml+108
Submodule display-shapes updated 25 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-396
- README.rst+3-3
- adafruit_display_shapes/arc.py+3-5
- adafruit_display_shapes/circle.py-1
- adafruit_display_shapes/filled_polygon.py+2-2
- adafruit_display_shapes/line.py-1
- adafruit_display_shapes/multisparkline.py+2-4
- adafruit_display_shapes/polygon.py+2-11
- adafruit_display_shapes/roundrect.py+1-7
- adafruit_display_shapes/sparkline.py+2-7
- adafruit_display_shapes/triangle.py+1-8
- docs/api.rst+3
- docs/conf.py+2-6
- examples/display_shapes_arc.py+2-1
- examples/display_shapes_arc_dynamic.py+3-1
- examples/display_shapes_circle_animation.py+3-1
- examples/display_shapes_filled_polygon_simpletest.py+1
- examples/display_shapes_simpletest.py+4-3
- examples/display_shapes_simpletest_magtag.py+4-3
- examples/display_shapes_sparkline_simpletest.py+3-3
- examples/display_shapes_sparkline_ticks.py+7-12
- examples/display_shapes_sparkline_triple.py+4-5
- ruff.toml+108
Submodule display_notification updated 11 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_display_notification/__init__.py+3-16
- adafruit_display_notification/apple.py+3-10
- docs/api.rst+3
- docs/conf.py+2-6
- examples/display_notification_eink_gizmo.py+4-10
- examples/display_notification_simpletest.py+5-8
- ruff.toml+108
Submodule displayio_flipclock updated 15 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_displayio_flipclock/flip_clock.py+7-10
- adafruit_displayio_flipclock/flip_digit.py+10-23
- docs/api.rst+3
- docs/conf.py+2-6
- examples/displayio_flipclock_flipdigit_test.py+5-3
- examples/displayio_flipclock_hours_and_minutes.py+4-1
- examples/displayio_flipclock_ntp_test.py+5-3
- examples/displayio_flipclock_simpletest.py+4-1
- examples/displayio_flipdigit_smaller_pyportal.py+5-3
- examples/spritesheet_generator/make_sprites_flip_animations.py+9-26
- ruff.toml+108
Submodule esp32s2tft updated 12 files
Submodule featherwing updated 42 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_featherwing/alphanum_featherwing.py+2
- adafruit_featherwing/dotstar_featherwing.py+5-5
- adafruit_featherwing/gps_featherwing.py+3-5
- adafruit_featherwing/ina219_featherwing.py+2-1
- adafruit_featherwing/joy_featherwing.py+2-1
- adafruit_featherwing/keyboard_featherwing.py+5-9
- adafruit_featherwing/led_segments.py-2
- adafruit_featherwing/matrix_featherwing.py+1-1
- adafruit_featherwing/minitft_featherwing.py+6-6
- adafruit_featherwing/neopixel_featherwing.py+3-1
- adafruit_featherwing/pixelmatrix.py+9-21
- adafruit_featherwing/rtc_featherwing.py+7-11
- adafruit_featherwing/sevensegment_featherwing.py+2
- adafruit_featherwing/tempmotion_featherwing.py+2-2
- adafruit_featherwing/tft_featherwing.py+4-2
- adafruit_featherwing/tft_featherwing_24.py+6-10
- adafruit_featherwing/tft_featherwing_35.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/featherwing_alphanum_simpletest.py+1
- examples/featherwing_dotstar_palette_example.py+3-1
- examples/featherwing_dotstar_simpletest.py+3-1
- examples/featherwing_gps_simpletest.py+14-12
- examples/featherwing_ina219_simpletest.py+7-5
- examples/featherwing_joy_simpletest.py+3-1
- examples/featherwing_keyboard_featherwing.py+6-7
- examples/featherwing_matrix_simpletest.py+2
- examples/featherwing_minitft_simpletest.py+2
- examples/featherwing_neopixel_palette_example.py+3-1
- examples/featherwing_neopixel_simpletest.py+3-1
- examples/featherwing_rtc_simpletest.py+6-9
- examples/featherwing_sevensegment_simpletest.py+2-1
- examples/featherwing_tempmotion_simpletest.py+1
- examples/featherwing_tft24_simpletest.py+3-2
- examples/featherwing_tft24v2_simpletest.py+3-2
- examples/featherwing_tft35_simpletest.py+3-2
- examples/featherwing_tft35v2_simpletest.py+3-2
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_funhouse/__init__.py+5-3
- adafruit_funhouse/graphics.py+1-7
- adafruit_funhouse/network.py+13-19
- adafruit_funhouse/peripherals.py+6-7
- docs/api.rst+3
- docs/conf.py+2-6
- examples/funhouse_adafruit_io_mqtt.py+4-8
- examples/funhouse_simpletest.py+10-27
- examples/funhouse_temperature_logger.py+2-4
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_gizmo/eink_gizmo.py+6-6
- adafruit_gizmo/tft_gizmo.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/gizmo_eink_simpletest.py+2
- examples/gizmo_simpletest.py+2
- examples/gizmo_tft_demo.py+2
- examples/gizmo_tft_thermometer.py+4-1
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_hid/__init__.py+2-5
- adafruit_hid/consumer_control.py+4-7
- adafruit_hid/consumer_control_code.py-2
- adafruit_hid/keyboard.py+3-5
- adafruit_hid/keyboard_layout_base.py+1-1
- adafruit_hid/keycode.py+1-5
- adafruit_hid/mouse.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/hid_consumer_control_brightness.py+2
- examples/hid_joywing_gamepad.py+2-2
- examples/hid_keyboard_layout.py+1
- examples/hid_keyboard_shortcuts.py+2
- examples/hid_simple_gamepad.py+1-2
- examples/hid_simpletest.py+2
- ruff.toml+109
Submodule httpserver updated 47 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_httpserver/__init__.py+28-28
- adafruit_httpserver/authentication.py+4-8
- adafruit_httpserver/headers.py+3-9
- adafruit_httpserver/interfaces.py+18-33
- adafruit_httpserver/methods.py-1
- adafruit_httpserver/mime_types.py+1-1
- adafruit_httpserver/request.py+14-30
- adafruit_httpserver/response.py+34-48
- adafruit_httpserver/route.py+2-4
- adafruit_httpserver/server.py+21-30
- adafruit_httpserver/status.py+1-1
- docs/api.rst+3
- docs/conf.py+2-6
- docs/examples.rst+20-20
- docs/starting_methods.rst+4-4
- examples/httpserver_authentication_handlers.py+2-3
- examples/httpserver_authentication_server.py+1-2
- examples/httpserver_chunked.py+1-2
- examples/httpserver_cookies.py+1-2
- examples/httpserver_cpu_information.py+1-2
- examples/httpserver_cpython.py+1-2
- examples/httpserver_form_data.py+1-2
- examples/httpserver_handler_serves_file.py+1-2
- examples/httpserver_https.py+1-2
- examples/httpserver_mdns.py+1-2
- examples/httpserver_methods.py+4-9
- examples/httpserver_multiple_servers.py+1-2
- examples/httpserver_neopixel.py+1-2
- examples/httpserver_redirects.py+5-6
- examples/httpserver_simpletest_auto_connection_manager.py+1-2
- examples/httpserver_simpletest_auto_settings_toml.py+1-2
- examples/httpserver_simpletest_manual_ap.py+1-2
- examples/httpserver_simpletest_manual_ethernet.py+2-3
- examples/httpserver_simpletest_manual_wifi.py+1-1
- examples/httpserver_sse.py+3-3
- examples/httpserver_start_and_poll.py+2-3
- examples/httpserver_start_and_poll_asyncio.py+5-4
- examples/httpserver_static_files_serving.py+1-2
- examples/httpserver_templates.py+1-1
- examples/httpserver_url_parameters.py+8-13
- examples/httpserver_video_stream.py+3-8
- examples/httpserver_websocket.py+5-4
- ruff.toml+112
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_itertools/__init__.py+6-17
- adafruit_itertools/adafruit_itertools_extras.py+3-8
- docs/api.rst+3
- docs/conf.py+2-6
- examples/itertools_simpletest.py+3-2
- ruff.toml+109
- tests/test_itertools.py+7-8
- tests/test_itertools_extras.py+6-13
Submodule json_stream updated 12 files
Submodule led-animation updated 53 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_led_animation/__init__.py+1-1
- adafruit_led_animation/animation/__init__.py+2-3
- adafruit_led_animation/animation/blink.py-1
- adafruit_led_animation/animation/chase.py+3-6
- adafruit_led_animation/animation/colorcycle.py-1
- adafruit_led_animation/animation/comet.py+1-4
- adafruit_led_animation/animation/customcolorchase.py-1
- adafruit_led_animation/animation/grid_rain.py+6-10
- adafruit_led_animation/animation/multicolor_comet.py+1-1
- adafruit_led_animation/animation/pacman.py+5-5
- adafruit_led_animation/animation/pulse.py+2-5
- adafruit_led_animation/animation/rainbow.py+4-11
- adafruit_led_animation/animation/rainbowchase.py+1-2
- adafruit_led_animation/animation/rainbowcomet.py+3-7
- adafruit_led_animation/animation/rainbowsparkle.py+2-5
- adafruit_led_animation/animation/sparkle.py+3-7
- adafruit_led_animation/animation/sparklepulse.py+2-7
- adafruit_led_animation/animation/volume.py-2
- adafruit_led_animation/color.py+2-1
- adafruit_led_animation/grid.py+2-3
- adafruit_led_animation/group.py+2-2
- adafruit_led_animation/helper.py-1
- adafruit_led_animation/sequence.py+7-10
- adafruit_led_animation/timedsequence.py+2-4
- docs/api.rst+3
- docs/conf.py+2-6
- examples/led_animation_all_animations.py+9-8
- examples/led_animation_basic_animations.py+9-8
- examples/led_animation_blink.py+1
- examples/led_animation_blink_with_background.py+1
- examples/led_animation_chase.py+1
- examples/led_animation_comet.py+1
- examples/led_animation_customcolorchase.py+5-10
- examples/led_animation_cycle_animations.py+3-1
- examples/led_animation_freeze_animation.py+1
- examples/led_animation_group.py+3-4
- examples/led_animation_multicolor_comet.py+2
- examples/led_animation_pacman.py+2
- examples/led_animation_pixel_map.py+9-14
- examples/led_animation_rainbow_animations.py+1
- examples/led_animation_resume_animation.py+1
- examples/led_animation_samd21_reset_interval.py+4-2
- examples/led_animation_sequence.py+3-2
- examples/led_animation_simpletest.py+2
- examples/led_animation_sparkle_animations.py+2-1
- examples/led_animation_sparkle_mask.py+2-1
- examples/led_animation_timedsequence.py+4-2
- examples/led_animation_volume.py+3-1
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_macropad.py+24-30
- docs/api.rst+3
- docs/conf.py+2-6
- examples/macropad_display_image/macropad_display_image.py+1
- examples/macropad_grid_layout.py+3-1
- examples/macropad_keyboard_layout.py+5-3
- examples/macropad_keyboard_mouse.py+2-3
- examples/macropad_led_animation_example.py+2
- examples/macropad_mp3/macropad_mp3.py+3-3
- examples/macropad_rainbow_keys.py+4-2
- examples/macropad_rotation.py+5-5
- examples/macropad_simpletest.py+5-3
- examples/macropad_simpletest_display.py+4-3
- examples/macropad_tone_keypad.py+3-3
- examples/macropad_tone_keypad_extended.py+4-5
- ruff.toml+109
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_magtag/graphics.py+5-5
- adafruit_magtag/magtag.py+8-14
- adafruit_magtag/network.py+1-1
- adafruit_magtag/peripherals.py+2-3
- docs/api.rst+2
- docs/conf.py+2-6
- examples/magtag_btn_sleep_demo.py+3-1
- examples/magtag_quote_demo.py+1
- examples/magtag_simpletest.py+2-1
- ruff.toml+108
Submodule matrixportal updated 13 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_matrixportal/graphics.py+1-1
- adafruit_matrixportal/matrix.py+4-7
- adafruit_matrixportal/matrixportal.py+4-8
- adafruit_matrixportal/network.py+2-1
- docs/api.rst+3
- docs/conf.py+2-6
- examples/matrixportal_scrolling_bitcoin.py+3
- examples/matrixportal_simpletest.py+3
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_midi/__init__.py+6-9
- adafruit_midi/control_change.py+1-3
- adafruit_midi/midi_message.py+5-18
- adafruit_midi/note_off.py+1-1
- adafruit_midi/note_on.py+1-3
- adafruit_midi/pitch_bend.py+1-3
- adafruit_midi/polyphonic_key_pressure.py+1-3
- adafruit_midi/system_exclusive.py+2-7
- docs/api.rst+3
- docs/conf.py+1-5
- examples/midi_inoutdemo.py+1-7
- examples/midi_intest1.py-1
- examples/midi_memorycheck.py-1
- ruff.toml+109
- tests/test_MIDIMessage_unittests.py+38-58
- tests/test_MIDI_unittests.py+33-66
- tests/test_note_parser.py-3
Submodule miniesptool updated 12 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_miniesptool.py+21-30
- docs/api.rst+3
- docs/conf.py+2-6
- examples/miniesptool_esp32argon.py+8-19
- examples/miniesptool_esp32multifile.py+8-19
- examples/miniesptool_esp8266program.py+2
- examples/miniesptool_simpletest.py+3-1
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_motor/motor.py+9-12
- adafruit_motor/servo.py+5-10
- adafruit_motor/stepper.py+6-9
- docs/api.rst+6
- docs/conf.py+2-6
- examples/motor_h-bridge_dc_motor.py+2
- examples/motor_pca9685_continuous_servo.py+1-1
- examples/motor_pca9685_dc_motor.py+2-4
- examples/motor_pca9685_servo_sweep.py+2-1
- examples/motor_pca9685_stepper_motor.py+1-1
- examples/motor_servo_sweep_simpletest.py+2
- examples/motor_stepper_digitalio.py+2
- ruff.toml+109
- tests/test_stepper.py+3-7
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_motorkit.py+9-16
- docs/api.rst+3
- docs/conf.py+2-6
- examples/motorkit_dc_motor_simpletest.py+3
- examples/motorkit_dc_test.py+2
- examples/motorkit_dual_stepper_test.py+6-4
- examples/motorkit_robot.py+4-4
- examples/motorkit_robot_test.py-1
- examples/motorkit_stepper_simpletest.py+3
- examples/motorkit_stepper_test.py+1
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_pastebin/__init__.py+3-4
- adafruit_pastebin/adafruit_io.py+7-8
- adafruit_pastebin/gist.py+2
- adafruit_pastebin/pastebin.py+2-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/pastebin_aio_cpython.py+5-5
- examples/pastebin_gist_cpython.py+4-2
- examples/pastebin_simpletest.py+6-4
- examples/pastebin_simpletest_cpython.py+5-3
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_pioasm.py+20-45
- docs/api.rst+3
- docs/conf.py+2-6
- examples/pioasm_7seg.py+2
- examples/pioasm_7seg_fader.py+7-11
- examples/pioasm_background_morse.py+3-1
- examples/pioasm_blink.py+2
- examples/pioasm_hello.py+2
- examples/pioasm_i2s_codec.py+2-1
- examples/pioasm_i2sout.py+2
- examples/pioasm_led_brightness.py+5-9
- examples/pioasm_neopixel.py+3-1
- examples/pioasm_neopixel_bg.py+4-6
- examples/pioasm_pdm.py+2
- examples/pioasm_pulsegroup.py+6-7
- examples/pioasm_rotaryencoder.py+3-1
- examples/pioasm_rp2350_fifo.py+2
- examples/pioasm_rxuart.py+5-4
- examples/pioasm_simpletest.py+3-1
- examples/pioasm_txuart.py+1
- ruff.toml+112
- tests/all_pio_instructions.py-1
- tests/test_all.py+1-2
- tests/test_in.py+2-6
- tests/test_label.py+5-12
- tests/test_misc.py+2-6
- tests/test_mov.py+1-3
- tests/test_nop.py+1-3
- tests/test_out.py+2-6
- tests/test_pseudo.py+1-1
- tests/test_version.py+1-1
- tools/make_all.py+2-9
Submodule pixel_framebuf updated 13 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_pixel_framebuf.py+3-12
- docs/api.rst+3
- docs/conf.py+2-6
- examples/pixel_framebuf_16x16_animation.py+1
- examples/pixel_framebuf_32x8_test.py+2-1
- examples/pixel_framebuf_dotstar_simpletest.py+3-1
- examples/pixel_framebuf_pillow_image.py+2
- examples/pixel_framebuf_simpletest.py+2
- ruff.toml+108
Submodule progressbar updated 19 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_progressbar/__init__.py+7-24
- adafruit_progressbar/horizontalprogressbar.py+2-14
- adafruit_progressbar/progressbar.py-5
- adafruit_progressbar/verticalprogressbar.py+4-18
- docs/api.rst+2-2
- docs/conf.py+2-6
- examples/progressbar_accelerometer.py+6-3
- examples/progressbar_combined.py+3-1
- examples/progressbar_displayio_blinka.py+6-4
- examples/progressbar_displayio_blinka_color_scale.py+3-1
- examples/progressbar_magtag_simpletest.py+4-1
- examples/progressbar_matrixportal.py+6-6
- examples/progressbar_simpletest.py+4-2
- examples/progressbar_vertical_simpletest.py+4-2
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_pycamera/__init__.py+28-60
- adafruit_pycamera/imageprocessing.py-1
- docs/api.rst+3
- docs/conf.py+1-5
- examples/basic_camera/code.py+5-4
- examples/camera/boot.py+1
- examples/camera/code.py+21-30
- examples/filter/code.py+5-9
- examples/overlay/code_select.py+8-12
- examples/overlay/code_simple.py+4-3
- examples/qrio/code.py+2-2
- examples/timestamp_filename/code.py+14-19
- examples/viewer/code.py+6-6
- examples/web_camera/code.py+1-2
- examples/web_settings_explorer/code.py+4-8
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_qualia/__init__.py+5-4
- adafruit_qualia/displays/__init__.py+8-6
- adafruit_qualia/displays/bar240x960.py+45-47
- adafruit_qualia/displays/bar320x820.py+48-50
- adafruit_qualia/displays/bar320x960.py+39-41
- adafruit_qualia/displays/round21.py+1-1
- adafruit_qualia/displays/round28.py+41-43
- adafruit_qualia/displays/round40.py+156-158
- adafruit_qualia/displays/square34.py+41-43
- adafruit_qualia/displays/square40_480x480.py+37-39
- adafruit_qualia/graphics.py+4-5
- adafruit_qualia/network.py+11-19
- adafruit_qualia/peripherals.py+1-1
- docs/api.rst+3
- docs/conf.py+2-6
- examples/qualia_paint.py+5-8
- examples/qualia_qrcode_generation.py+2-1
- examples/qualia_quotes.py+1
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_register/i2c_bcd_alarm.py+6-13
- adafruit_register/i2c_bcd_datetime.py+4-6
- adafruit_register/i2c_bit.py+2-2
- adafruit_register/i2c_bits.py+3-3
- adafruit_register/i2c_struct.py+2-2
- adafruit_register/i2c_struct_array.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/register_rwbit.py+5-4
- examples/register_rwbits.py+5-4
- examples/register_simpletest.py+3-2
- examples/register_unarystruct.py+5-4
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_rsa/__init__.py+6-7
- adafruit_rsa/_compat.py-1
- adafruit_rsa/asn1.py+2-6
- adafruit_rsa/common.py+4-11
- adafruit_rsa/core.py+1-3
- adafruit_rsa/key.py+16-34
- adafruit_rsa/machine_size.py-1
- adafruit_rsa/pem.py+1-3
- adafruit_rsa/pkcs1.py+11-17
- adafruit_rsa/prime.py+2-3
- adafruit_rsa/randnum.py-1
- adafruit_rsa/transform.py+5-8
- docs/api.rst+3-2
- docs/conf.py+2-6
- examples/rsa_generate_json_keys.py+2-1
- examples/rsa_json_keys.py+4-3
- examples/rsa_sign_verify.py+1-3
- examples/rsa_tests.py+8-10
- ruff.toml+111
- util/decode_priv_key.py+3-1
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_slideshow.py+14-28
- docs/api.rst+3
- docs/conf.py+2-6
- examples/slideshow_alignment_test.py+3-3
- examples/slideshow_simpletest.py+2-1
- examples/slideshow_tft_gizmo.py+2-1
- examples/slideshow_touch.py+1-2
- optional_requirements.txt+1
- ruff.toml+108
Submodule templateengine updated 17 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_templateengine.py+21-51
- docs/api.rst+3
- docs/conf.py+2-6
- examples/templateengine_comments.py-1
- examples/templateengine_exec.py-1
- examples/templateengine_expressions.py-1
- examples/templateengine_for_loops.py-1
- examples/templateengine_if_statements.py-1
- examples/templateengine_includes.py-1
- examples/templateengine_reusing.py-1
- examples/templateengine_simpletest.py-1
- examples/templateengine_while_loops.py-1
- ruff.toml+110
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-402
- README.rst+3-3
- adafruit_tinylora/adafruit_tinylora.py+6-10
- adafruit_tinylora/adafruit_tinylora_encryption.py+1-4
- adafruit_tinylora/ttn_as.py+1
- adafruit_tinylora/ttn_au.py+1
- adafruit_tinylora/ttn_cn.py+1
- adafruit_tinylora/ttn_eu.py+1
- adafruit_tinylora/ttn_usa.py+1
- docs/api.rst+3
- docs/conf.py+2-6
- examples/tinylora_simpletest_si7021.py+2-2
- ruff.toml+108
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_turtle.py+15-37
- docs/api.rst+3
- docs/conf.py+2-6
- examples/turtle_benzene.py+1
- examples/turtle_bgpic_changeturtle.py+1
- examples/turtle_circle.py+1
- examples/turtle_circle_hex.py+1
- examples/turtle_dots.py+1
- examples/turtle_hilbert.py+1-2
- examples/turtle_koch.py+1-2
- examples/turtle_manual_hex.py+1
- examples/turtle_overlayed_koch.py+2-3
- examples/turtle_sierpinski.py+1
- examples/turtle_simpletest.py+1
- examples/turtle_square.py+1
- examples/turtle_star.py+1
- examples/turtle_swirl.py+2-1
- ruff.toml+111
0 commit comments