circuitpython/shared-module/displayio
microDev 8c2a16e65c
Merge pull request #5207 from lesamouraipourpre/pixel-luma
Remove the `pixel_luma` parameter from `compute_tricolor`
2021-08-24 12:28:10 +05:30
..
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 Remove the pixel_luma parameter from displayio_colorconverter_compute_tricolor (Closes #5194) 2021-08-21 16:32:36 +01: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 Deprecate Display's constructor arg set_vertical_scroll 2021-08-23 09:17:59 -05: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 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 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
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 Remove the pixel_luma parameter from displayio_colorconverter_compute_tricolor (Closes #5194) 2021-08-21 16:32:36 +01: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 Fix format (expand tab) 2021-06-10 12:11:12 +09:00
TileGrid.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Remove `displayio_copy_coords`. It is a duplicate of `displayio_area_copy` 2021-08-22 10:58:39 +01: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
display_core.c move the col/row offsets to the top so oleds can take advantage of em 2021-06-07 19:43:49 -04: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