circuitpython/shared-module/displayio
Scott Shawcroft 32ac396a41
Further refine autoreload
This unifies the delay into the post-run delay that also waits
for user input and fake sleep. This ensures we always delay.
Previous code would only delay if the code.py was running when
autoreload was triggered. Now it will always delay.

We also now suspend autoreload when a USB write starts and then
resume on completion. This should prevent reloading in between
sectors of a single write.
2022-03-14 16:49:30 -07:00
..
__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
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_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
Display.c Removing some unnecessary files that were changed 2022-02-01 08:28:40 -06: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 run code formatting script 2021-03-15 19:27:36 +05:30
FourWire.h run code formatting script 2021-03-15 19:27:36 +05:30
Group.c vectorio: add draw protocol 2021-08-02 20:19:54 -07: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
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
OnDiskBitmap.c OnDiskBitmap: Fix memory corruption when using palette image 2021-07-19 09:25:26 -05: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 tilegrid size properties 2021-12-13 09:44:08 -06:00
TileGrid.h run code formatting script 2021-03-15 19:27:36 +05:30