diff options
Diffstat (limited to 'glcddrivers/gu126x64D-K610A4.h')
-rw-r--r-- | glcddrivers/gu126x64D-K610A4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcddrivers/gu126x64D-K610A4.h b/glcddrivers/gu126x64D-K610A4.h index 3d6c29c..439da94 100644 --- a/glcddrivers/gu126x64D-K610A4.h +++ b/glcddrivers/gu126x64D-K610A4.h @@ -68,7 +68,7 @@ public: , FONT_FIX_BIG }; - void setPixel (int x, int y); + void setPixel (int x, int y, uint32_t data); int cmdReset (); int cmdPower (bool fOn); |