diff options
Diffstat (limited to 'tools/convpic/tuxbox.h')
-rw-r--r-- | tools/convpic/tuxbox.h | 6 |
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(); |