circuitpython/shared-module/displayio
Scott Shawcroft 6446010753
Wi-Fi autoconnect and title bar status
This adds support for CIRCUITPY_WIFI_SSID and CIRCUITPY_WIFI_PASSWORD
in `/.env`. When both are defined, CircuitPython will attempt to
connect to the network even when user code isn't running. If the
user code attempts to a network with the same SSID, it will return
immediately. Connecting to another SSID will disconnect from the
auto-connected network. If the user code initiates the connection,
then it will be shutdown after user code exits. (Should match <8
behavior.)

This PR also reworks the default displayio terminal. It now supports
a title bar TileGrid in addition to the (newly renamed) scroll area.
The default title bar is the top row of the display and is positioned
to the right of the Blinka logo when it is enabled. The scroll area
is now below the Blinka logo.

The Wi-Fi auto-connect code now uses the title bar to show its
state including the IP address when connected. It does this through
the "standard" OSC control sequence `ESC ] 0 ; <s> ESC \` where <s>
is the title bar string. This is commonly supported by terminals
so it should work over USB and UART as well.

Related to #6174
2022-06-09 14:55:54 -07:00
..
Bitmap.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
Bitmap.h Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
ColorConverter.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
ColorConverter.h Remove the pixel_luma parameter from displayio_colorconverter_compute_tricolor (Closes #5194) 2021-08-21 16:32:36 +01:00
Display.c argument for backlight_pwm_frequency and use it in pyportal titano build 2022-05-28 12:01:05 -05:00
Display.h run code formatting script 2021-03-15 19:27:36 +05:30
EPaperDisplay.c Update logic for offset 2022-01-14 15:25:40 -07:00
EPaperDisplay.h Add two byte length check 2022-01-14 15:25:40 -07:00
FourWire.c Add support for 9-bit mode to displayio.FourWire 2022-03-04 22:59:17 +01:00
FourWire.h run code formatting script 2021-03-15 19:27:36 +05:30
Group.c message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
Group.h run code formatting script 2021-03-15 19:27:36 +05:30
I2CDisplay.c wip; works on espressif 2022-01-29 22:44:27 -05:00
I2CDisplay.h run code formatting script 2021-03-15 19:27:36 +05:30
OnDiskBitmap.c message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
OnDiskBitmap.h OnDiskBitmap: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
Palette.c Merge remote-tracking branch 'adafruit/main' into rpi 2021-11-24 14:23:23 -08:00
Palette.h OnDiskBitmap: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
Shape.c run code formatting script 2021-03-15 19:27:36 +05:30
Shape.h run code formatting script 2021-03-15 19:27:36 +05:30
TileGrid.c Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
TileGrid.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Further refine autoreload 2022-03-14 16:49:30 -07:00
__init__.h Major refractor to make a common base object 2022-01-23 13:12:37 -06:00
area.c Add displayio bitmaps to unix build 2021-11-12 10:47:17 -06:00
area.h Add displayio bitmaps to unix build 2021-11-12 10:47:17 -06:00
display_core.c updated code so the REPL will retain its text if not resized when code stops 2022-02-21 10:33:08 -06:00
display_core.h run code formatting script 2021-03-15 19:27:36 +05:30
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00