forked from fossasia/badgemagic-firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
87 additions
and
0 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
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 bat_icon_width 13 | ||
#define bat_icon_height 7 | ||
static unsigned char bat_icon_bits[] = { | ||
0xff, 0x0f, 0x01, 0x08, 0x01, 0x18, 0x01, 0x18, 0x01, 0x18, 0x01, 0x08, | ||
0xff, 0x0f }; |
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,7 @@ | ||
#define coffee_cup_width 10 | ||
#define coffee_cup_height 22 | ||
static unsigned char coffee_cup_bits[] = { | ||
0x88, 0x00, 0x44, 0x00, 0x48, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x82, 0x03, | ||
0x82, 0x02, 0x82, 0x02, 0x82, 0x01, 0x7c, 0x00, 0x00, 0x00, 0x10, 0x01, | ||
0x88, 0x00, 0x48, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x82, 0x03, 0x82, 0x02, | ||
0x82, 0x02, 0x82, 0x01, 0x7c, 0x00, 0x00, 0x00 }; |
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