Skip to content

Commit

Permalink
update with size!
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Aug 6, 2017
1 parent 6a0e701 commit 743ecbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sharpmemtest/sharpmemtest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ All text above, and the splash screen must be included in any redistribution
#define SHARP_MOSI 11
#define SHARP_SS 10

Adafruit_SharpMem display(SHARP_SCK, SHARP_MOSI, SHARP_SS);
// Set the size of the display here, e.g. 144x168!
Adafruit_SharpMem display(SHARP_SCK, SHARP_MOSI, SHARP_SS, 144, 168);

#define BLACK 0
#define WHITE 1
Expand Down

0 comments on commit 743ecbc

Please sign in to comment.