circuitpython/shared-module/terminalio
Scott Shawcroft 1e225610cc
Add ability to disable BLE workflow
Call `supervisor.disable_ble_workflow()` and the BLE workflow will
be disabled until the chip is reset.

This also includes a couple fixes:
1. Terminals can now be deinit by setting the tilegrid to NULL. This
  prevents using the tilegrid before display is init.
2. Fix BLE serial send amount when sending more than a single packet.

Fixes #5049
2021-08-02 18:37:19 -07:00
..
Terminal.c Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
Terminal.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Add terminalio 2019-01-31 11:42:13 -08:00
__init__.h Add terminalio 2019-01-31 11:42:13 -08:00