..
__init__.c
Add support for quad color epaper
2025-07-28 11:49:51 -07:00
__init__.h
Pervasive Displays Aurora E-paper driver
2024-06-05 20:00:45 -04:00
area.c
update headers of most CircuitPython-only files
2024-05-17 14:56:28 -04:00
area.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
Bitmap.c
Make collect the default
2025-04-24 14:59:07 -07:00
Bitmap.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
bus_core.c
Avoid crashing when display components are deinitialized
2024-08-28 09:44:02 -05:00
bus_core.h
update headers of most CircuitPython-only files
2024-05-17 14:56:28 -04:00
ColorConverter.c
Add support for quad color epaper
2025-07-28 11:49:51 -07:00
ColorConverter.h
Add support for quad color epaper
2025-07-28 11:49:51 -07:00
display_core.c
update headers of most CircuitPython-only files
2024-05-17 14:56:28 -04:00
display_core.h
update headers of most CircuitPython-only files
2024-05-17 14:56:28 -04:00
Group.c
Fix vectorio in group tracking
2025-05-09 15:55:45 -07:00
Group.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
mipi_constants.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
OnDiskBitmap.c
Make collect the default
2025-04-24 14:59:07 -07:00
OnDiskBitmap.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
Palette.c
Make collect the default
2025-04-24 14:59:07 -07:00
Palette.h
Add support for quad color epaper
2025-07-28 11:49:51 -07:00
Shape.c
Make collect the default
2025-04-24 14:59:07 -07:00
Shape.h
guard2once -s ...
2024-05-19 20:40:44 -04:00
TileGrid.c
pixel_shader back to required on TileGrid. TPM init with no tilegrid or width/height, internal bind function is used to bind a TileGrid to a TilePaletteMapper when the TileGrid is init with or has pixel_shader set to a TPM
2025-05-08 18:08:56 -05:00
TileGrid.h
make TilePaletteMapper accept TileGrid as arg, make pixel_shader optional on TileGrid init, make TPM mark single tile dirty instead of whole TileGrid when mapping is changed.
2025-05-07 15:24:32 -05:00