Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Resolve #8 by increasing bmpDraw parameter size to 16 bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdicola committed Jul 26, 2014
1 parent a10b6ec commit c52db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spitftbitmap/spitftbitmap.ino
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void loop() {

#define BUFFPIXEL 20

void bmpDraw(char *filename, uint8_t x, uint8_t y) {
void bmpDraw(char *filename, uint16_t x, uint16_t y) {

File bmpFile;
int bmpWidth, bmpHeight; // W+H in pixels
Expand Down

0 comments on commit c52db33

Please sign in to comment.