diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-08-21 14:28:24 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-08-21 14:28:24 -0500 |
| commit | 7e529ed4c50c7697c649e09b999a2e9f8988b673 (patch) | |
| tree | 1b7cda5f791571054003b9ea91e84c1be881f8aa /shared-module/displayio/Bitmap.c | |
| parent | 6c199c5d6918b00752bd03696e17607b1489512c (diff) | |
| parent | b6008d0032a49e6b5c332576fa2f141d353b9fd3 (diff) | |
Merge with latest adafruit/main
Diffstat (limited to 'shared-module/displayio/Bitmap.c')
| -rw-r--r-- | shared-module/displayio/Bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/Bitmap.c b/shared-module/displayio/Bitmap.c index 2f87a8944..8a27b5be1 100644 --- a/shared-module/displayio/Bitmap.c +++ b/shared-module/displayio/Bitmap.c @@ -129,8 +129,8 @@ void common_hal_displayio_bitmap_blit(displayio_bitmap_t *self, int16_t x, int16 } } } -} +} void common_hal_displayio_bitmap_set_pixel(displayio_bitmap_t *self, int16_t x, int16_t y, uint32_t value) { if (self->read_only) { |
