summaryrefslogtreecommitdiff
path: root/tools/convpic/tuxbox.h
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-05-01 22:22:32 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-05-01 22:22:32 +0200
commit46e597df44402086edd010b69702c2de52b75fc8 (patch)
treefa9528f19f951b765b071c239b09547cf69bd169 /tools/convpic/tuxbox.h
parent57729cf285b058d192a60bd7fce1b2d29bdd9650 (diff)
downloadgraphlcd-base-46e597df44402086edd010b69702c2de52b75fc8.tar.gz
graphlcd-base-46e597df44402086edd010b69702c2de52b75fc8.tar.bz2
initial upload to branch 'touchcol'. see file 'HISTORY' for changes
Diffstat (limited to 'tools/convpic/tuxbox.h')
-rw-r--r--tools/convpic/tuxbox.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/convpic/tuxbox.h b/tools/convpic/tuxbox.h
index 1214fb5..8d19ebd 100644
--- a/tools/convpic/tuxbox.h
+++ b/tools/convpic/tuxbox.h
@@ -32,8 +32,10 @@
class cTuxBoxFile : public GLCD::cImageFile
{
private:
- void vert2horz(const unsigned char* source, unsigned char* dest, int width, int height);
- void horz2vert(const unsigned char* source, unsigned char* dest, int width, int height);
+// void vert2horz(const unsigned char* source, unsigned char* dest, int width, int height);
+// void horz2vert(const unsigned char* source, unsigned char* dest, int width, int height);
+ void vert2horz(const uint32_t *source, uint32_t *dest, int width, int height);
+ void horz2vert(const uint32_t *source, uint32_t *dest, int width, int height);
public:
cTuxBoxFile();
virtual ~cTuxBoxFile();