Skip to content

Commit bfb2f8d

Browse files
committed
Inky 7.3: Drop unpredictable taupe from dither palette.
1 parent bff2e79 commit bfb2f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/pico_graphics/pico_graphics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ namespace pimoroni {
538538

539539
class PicoGraphics_PenInky7 : public PicoGraphics {
540540
public:
541-
static const uint16_t palette_size = 8;
541+
static const uint16_t palette_size = 7; // Taupe is unpredictable and greenish
542542
RGB palette[8] = {
543543
/*
544544
{0x2b, 0x2a, 0x37},

0 commit comments

Comments
 (0)