Update esphome/components/inkplate6/inkplate.h

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
David Sichau 2024-09-16 09:42:52 +02:00 committed by GitHub
parent fe748438a5
commit 6f249b8a6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,8 +84,7 @@ class Inkplate6 : public display::DisplayBuffer, public i2c::I2CDevice {
{1, 2, 1, 2, 1, 1, 1, 2, 0},
{0, 1, 1, 1, 2, 0, 1, 2, 0},
{1, 1, 1, 2, 2, 2, 1, 2, 0},
{0, 0, 0, 0, 0, 0, 0, 0, 0}}
};
{0, 0, 0, 0, 0, 0, 0, 0, 0}}};
void set_greyscale(bool greyscale) {
this->greyscale_ = greyscale;