Changeset 39457 for trunk/Ohana/src/kapa2/include/hms_buttons.h
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/include/hms_buttons.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/kapa2/include/hms_buttons.h
r29539 r39457 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.
