diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-03-01 21:24:30 -0600 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-03-01 21:24:30 -0600 |
| commit | a44bfc2730c246738dd8d636d18ffb6591673864 (patch) | |
| tree | 786621e0549a8f2dee327fc0d04bd2c5786c8d10 /shared-module/displayio/OnDiskBitmap.h | |
| parent | 4d47ce5c60d5e024b9a95f58372bfbb27772ef1a (diff) | |
| parent | 17bf2afa414d605676643be301a05d74c3b68290 (diff) | |
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_freq_in
Diffstat (limited to 'shared-module/displayio/OnDiskBitmap.h')
| -rw-r--r-- | shared-module/displayio/OnDiskBitmap.h | 4 |
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 |
