Merge pull request #1676 from pewpew-game/bug1671
Make displayio.Palette support more than 255 colors
This commit is contained in:
commit
9f3ca66f97
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ typedef struct {
|
|||
mp_obj_base_t base;
|
||||
uint32_t* opaque;
|
||||
uint32_t* colors;
|
||||
uint8_t color_count;
|
||||
uint32_t color_count;
|
||||
bool needs_refresh;
|
||||
} displayio_palette_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue