circuitpython/shared-module/displayio
2021-06-06 18:25:40 -04:00
..
__init__.c displayio: Pause rgbmatrix during soft-reset 2021-05-26 11:18:02 -05:00
__init__.h run code formatting script 2021-03-15 19:27:36 +05:30
area.h move to displayio_area_union and away from _expand 2021-03-25 11:21:39 -05:00
Bitmap.c displayio.Bitmap: Allow modification though the buffer protocol 2021-04-03 10:41:20 -05:00
Bitmap.h displayio_bitmap_set_dirty_area: rewrite in terms of displayio_area 2021-03-18 09:20:56 -05:00
ColorConverter.c Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
ColorConverter.h OnDiskBitmap: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
display_core.c fix SH110x mode, the SH1107 is actually column not row mode BUT the SD1107 module we use is vertical orientation (confusing!) so row/col are NOT swapped. we will have to fix the SH1107 driver to match. this fix required for SH1106 (which uses the same page mode commands but ISNT rotated) 2021-06-06 18:25:40 -04:00
display_core.h run code formatting script 2021-03-15 19:27:36 +05:30
Display.c fix SH110x mode, the SH1107 is actually column not row mode BUT the SD1107 module we use is vertical orientation (confusing!) so row/col are NOT swapped. we will have to fix the SH1107 driver to match. this fix required for SH1106 (which uses the same page mode commands but ISNT rotated) 2021-06-06 18:25:40 -04:00
Display.h run code formatting script 2021-03-15 19:27:36 +05:30
EPaperDisplay.c Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
EPaperDisplay.h Simplify the status LED to save power 2021-05-13 14:41:20 -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 Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Group.h run code formatting script 2021-03-15 19:27:36 +05:30
I2CDisplay.c run code formatting script 2021-03-15 19:27:36 +05:30
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: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
OnDiskBitmap.h OnDiskBitmap: INCOMPATIBLE CHANGE: Allow them to use palettes 2021-05-28 10:53:21 -05:00
Palette.c add is_transparent getter to displayio.Palette 2021-03-16 20:43:23 -05: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 Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
TileGrid.h run code formatting script 2021-03-15 19:27:36 +05:30