diff options
Diffstat (limited to 'glcddrivers/gu256x64-372.h')
-rw-r--r-- | glcddrivers/gu256x64-372.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcddrivers/gu256x64-372.h b/glcddrivers/gu256x64-372.h index 7d92561..db63bcb 100644 --- a/glcddrivers/gu256x64-372.h +++ b/glcddrivers/gu256x64-372.h @@ -57,7 +57,7 @@ class cDriverGU256X64_372 : public cDriver protected: void ClearVFDMem(); - void SetPixel(int x, int y); + void SetPixel(int x, int y, uint32_t data); void GU256X64Cmd(unsigned char data); void GU256X64Data(unsigned char data); |