diff --git a/components/inkplate_screen/src/screen.cpp b/components/inkplate_screen/src/screen.cpp index 5126952f..f9353d0f 100644 --- a/components/inkplate_screen/src/screen.cpp +++ b/components/inkplate_screen/src/screen.cpp @@ -134,7 +134,7 @@ Screen::draw_rectangle( SELECT(1bit); } else { - #if INKPLATE_6FLICK + #if INKPLATE_6PLUS | INKPLATE_6PLUSV2 | INKPLATE_6FLICK color = color == Color::BLACK ? 0 : 7; #endif SELECT(3bit); @@ -217,7 +217,7 @@ Screen::draw_round_rectangle( SELECT(1bit); } else { - #if INKPLATE_6FLICK + #if INKPLATE_6PLUS | INKPLATE_6PLUSV2 | INKPLATE_6FLICK color = color == Color::BLACK ? 0 : 7; #endif SELECT(3bit); @@ -362,7 +362,7 @@ Screen::colorize_region( } } else { - #if INKPLATE_6FLICK + #if INKPLATE_6PLUS | INKPLATE_6PLUSV2 | INKPLATE_6FLICK color = color == Color::BLACK ? 0 : 7; #endif switch (orientation) {