From c8b3653238e5be41578985bbaf1f9d4c1919cc19 Mon Sep 17 00:00:00 2001 From: poevoid <65972401+poevoid@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:54:02 -0700 Subject: [PATCH] Update Arduboy2.h --- board-package-source/libraries/Arduboy2/src/Arduboy2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board-package-source/libraries/Arduboy2/src/Arduboy2.h b/board-package-source/libraries/Arduboy2/src/Arduboy2.h index 64fb5aa..f6a66bd 100644 --- a/board-package-source/libraries/Arduboy2/src/Arduboy2.h +++ b/board-package-source/libraries/Arduboy2/src/Arduboy2.h @@ -492,7 +492,7 @@ class Arduboy2Base : public Arduboy2Core * specified color. The values WHITE or BLACK can be used for the color. * If the `color` parameter isn't included, the pixel will be set to WHITE. */ - static static void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE); + static void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE); /** \brief * Returns the state of the given pixel in the screen buffer.