diff options
| author | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-01 22:22:32 +0200 |
|---|---|---|
| committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-05-01 22:22:32 +0200 |
| commit | 46e597df44402086edd010b69702c2de52b75fc8 (patch) | |
| tree | fa9528f19f951b765b071c239b09547cf69bd169 /glcddrivers/g15daemon.h | |
| parent | 57729cf285b058d192a60bd7fce1b2d29bdd9650 (diff) | |
| download | graphlcd-base-46e597df44402086edd010b69702c2de52b75fc8.tar.gz graphlcd-base-46e597df44402086edd010b69702c2de52b75fc8.tar.bz2 | |
initial upload to branch 'touchcol'. see file 'HISTORY' for changes
Diffstat (limited to 'glcddrivers/g15daemon.h')
| -rw-r--r-- | glcddrivers/g15daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcddrivers/g15daemon.h b/glcddrivers/g15daemon.h index c91ef17..33e3381 100644 --- a/glcddrivers/g15daemon.h +++ b/glcddrivers/g15daemon.h @@ -30,7 +30,7 @@ private: int zoom; int CheckSetup(); - void SetPixel(int x, int y); + void SetPixel(int x, int y, uint32_t data); public: cDriverG15daemon(cDriverConfig * config); |
