Inky 7.3: Drop unpredictable taupe from dither palette.

pull/685/head
Phil Howard 2023-02-23 14:37:06 +00:00
rodzic bff2e79a56
commit bfb2f8d2ba
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -538,7 +538,7 @@ namespace pimoroni {
class PicoGraphics_PenInky7 : public PicoGraphics {
public:
static const uint16_t palette_size = 8;
static const uint16_t palette_size = 7; // Taupe is unpredictable and greenish
RGB palette[8] = {
/*
{0x2b, 0x2a, 0x37},