summaryrefslogtreecommitdiff
path: root/shared-module/displayio/OnDiskBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/displayio/OnDiskBitmap.h')
-rw-r--r--shared-module/displayio/OnDiskBitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-module/displayio/OnDiskBitmap.h b/shared-module/displayio/OnDiskBitmap.h
index 2102863d6..28426f11b 100644
--- a/shared-module/displayio/OnDiskBitmap.h
+++ b/shared-module/displayio/OnDiskBitmap.h
@@ -44,9 +44,9 @@ typedef struct {
uint32_t g_bitmask;
uint32_t b_bitmask;
bool bitfield_compressed;
- bool grayscale;
pyb_file_obj_t* file;
- uint8_t bytes_per_pixel;
+ uint8_t bits_per_pixel;
+ uint32_t* palette_data;
} displayio_ondiskbitmap_t;
#endif // MICROPY_INCLUDED_SHARED_MODULE_DISPLAYIO_ONDISKBITMAP_H