circuitpython/shared-bindings/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 Conditionalize LTO 2022-05-27 12:59:54 -07:00
Bitmap.h displayio.Bitmap: Make memoryview()able 2021-03-17 16:26:45 -05:00
ColorConverter.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
ColorConverter.h Implement gifio.GifWriter 2021-10-26 08:54:18 -05:00
Colorspace.c Implement gifio.GifWriter 2021-10-26 08:54:18 -05:00
Display.c Merge pull request #6416 from FoamyGuy/display_brightness_pwm 2022-06-05 23:52:42 -04:00
Display.h argument for backlight_pwm_frequency and use it in pyportal titano build 2022-05-28 12:01:05 -05:00
EPaperDisplay.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
EPaperDisplay.h Add two byte length check 2022-01-14 15:25:40 -07:00
FourWire.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
FourWire.h run code formatting script 2021-03-15 19:27:36 +05:30
Group.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
Group.h run code formatting script 2021-03-15 19:27:36 +05:30
I2CDisplay.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
I2CDisplay.h run code formatting script 2021-03-15 19:27:36 +05:30
OnDiskBitmap.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
OnDiskBitmap.h OnDiskBitmap: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
Palette.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
Palette.h add is_transparent getter to displayio.Palette 2021-03-16 20:43:23 -05:00
Shape.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
Shape.h run code formatting script 2021-03-15 19:27:36 +05:30
TileGrid.c Merge pull request #6442 from FoamyGuy/tilegrid_contains 2022-06-06 11:02:43 -07:00
TileGrid.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
__init__.c Make other documentation links prettier 2022-05-13 11:51:30 -04:00
__init__.h Implement gifio.GifWriter 2021-10-26 08:54:18 -05:00
area.c Add displayio bitmaps to unix build 2021-11-12 10:47:17 -06:00