diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-08-27 10:06:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-27 10:06:14 -0700 |
| commit | 42956a62a3f6fb60ca37f669dce5cf865a1bed5f (patch) | |
| tree | 2c2152d7822eb7088d0b626743f7d9577bdae004 /shared-module/displayio/TileGrid.h | |
| parent | 1d973a08038148ce20aaa43863721df6328318b7 (diff) | |
| parent | bea77c651afd919e6cb87927341714adbddb939c (diff) | |
Merge pull request #2085 from tannewt/epd
Rework display refresh, add M4SK and add ePaper support
Diffstat (limited to 'shared-module/displayio/TileGrid.h')
| -rw-r--r-- | shared-module/displayio/TileGrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/TileGrid.h b/shared-module/displayio/TileGrid.h index 222aaed19..0a414b062 100644 --- a/shared-module/displayio/TileGrid.h +++ b/shared-module/displayio/TileGrid.h @@ -43,7 +43,7 @@ typedef struct { uint16_t pixel_width; uint16_t pixel_height; uint16_t bitmap_width_in_tiles;; - uint8_t tiles_in_bitmap; + uint16_t tiles_in_bitmap; uint16_t width_in_tiles; uint16_t height_in_tiles; uint16_t tile_width; |
