Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Raspberry/examples/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main(int argc, char *argv[])
if (argc != 3){
Debug("Please input e-Paper display mode!\r\n");
Debug("Example: sudo ./epd -2.51 0 or sudo ./epd -2.51 1\r\n");
Debug("Now, 10.3 inch glass panle is mode1, else is mode0\r\n");
Debug("Now, 10.3 inch glass panel is mode1, else is mode0\r\n");
Debug("If you don't know what to type in just type 0 \r\n");
exit(1);
}
Expand Down