forked from rancilio-pid/clevercoffee
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from medlor/3.1.0_beta
3.1.0
- Loading branch information
Showing
33 changed files
with
2,503 additions
and
1,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define profile_1_width 11 | ||
#define profile_1_height 9 | ||
static unsigned char profile_1_bits[] = { | ||
0x00, 0x00, 0xfe, 0x03, 0x02, 0x02, 0x22, 0x02, 0x22, 0x02, 0x22, 0x02, | ||
0x02, 0x02, 0xfe, 0x03, 0x00, 0x00 }; |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define profile_2_width 11 | ||
#define profile_2_height 9 | ||
static unsigned char profile_2_bits[] = { | ||
0x00, 0x00, 0xfe, 0x03, 0x02, 0x02, 0x52, 0x02, 0x52, 0x02, 0x52, 0x02, | ||
0x02, 0x02, 0xfe, 0x03, 0x00, 0x00 }; |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define profile_3_width 11 | ||
#define profile_3_height 9 | ||
static unsigned char profile_3_bits[] = { | ||
0x00, 0x00, 0xfe, 0x03, 0x02, 0x02, 0xaa, 0x02, 0xaa, 0x02, 0xaa, 0x02, | ||
0x02, 0x02, 0xfe, 0x03, 0x00, 0x00 }; |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.