- Timestamp:
- Mar 1, 2016, 11:31:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/kapa2/include/hms_buttons.h
r29539 r39418 1 1 #define hms_width 25 2 2 #define hms_height 12 3 static char hms_bits[] = {3 static unsigned char hms_bits[] = { 4 4 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 5 5 0x02, 0x00, 0x00, 0x00, 0x02, 0x01, 0xf0, 0x00, 0x1e, 0xef, 0x89, 0x00, … … 8 8 #define ddd_width 25 9 9 #define ddd_height 12 10 static char ddd_bits[] = {10 static unsigned char ddd_bits[] = { 11 11 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00, 12 12 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00, 0x5c, 0xb8, 0xb8, 0x00,
Note:
See TracChangeset
for help on using the changeset viewer.
