- 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/buttons.h
r29539 r39418 1 1 #define PS_width 25 2 2 #define PS_height 25 3 static char PS_bits[] = {3 static unsigned char PS_bits[] = { 4 4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x81, 0x3f, 0x00, 5 5 0x82, 0x67, 0x60, 0x00, 0x02, 0x26, 0x40, 0x00, 0x02, 0x24, 0x40, 0x00, … … 13 13 #define grey_width 25 14 14 #define grey_height 25 15 static char grey_bits[] = {15 static unsigned char grey_bits[] = { 16 16 0x90, 0x40, 0xf7, 0x01, 0x04, 0xaa, 0xad, 0x01, 0x68, 0xd5, 0xfe, 0x01, 17 17 0x82, 0x28, 0xdb, 0x01, 0x10, 0xd2, 0x75, 0x01, 0x40, 0xad, 0xee, 0x01, … … 25 25 #define rainbow_width 25 26 26 #define rainbow_height 25 27 static char rainbow_bits[] = {27 static unsigned char rainbow_bits[] = { 28 28 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 29 29 0x00, 0x80, 0xff, 0x00, 0x00, 0x70, 0x00, 0x01, 0x00, 0x0c, 0x7f, 0x00, … … 37 37 #define recenter_width 25 38 38 #define recenter_height 25 39 static char recenter_bits[] = {39 static unsigned char recenter_bits[] = { 40 40 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 41 41 0x80, 0xef, 0x03, 0x00, 0xe0, 0x00, 0x0e, 0x00, 0x30, 0x00, 0x18, 0x00, … … 49 49 #define heat_width 25 50 50 #define heat_height 25 51 static char heat_bits[] = {51 static unsigned char heat_bits[] = { 52 52 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, 0xd8, 0x01, 53 53 0x00, 0x0c, 0x37, 0x00, 0xf8, 0xc9, 0x6f, 0x00, 0x0c, 0xde, 0xf0, 0x00, … … 61 61 #define red_width 25 62 62 #define red_height 25 63 static char red_bits[] = {63 static unsigned char red_bits[] = { 64 64 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xfc, 0x03, 0x00, 65 65 0x20, 0x07, 0x06, 0x00, 0xe0, 0x00, 0x0c, 0x00, 0x20, 0x00, 0x08, 0x00, … … 73 73 #define green_width 25 74 74 #define green_height 25 75 static char green_bits[] = {75 static unsigned char green_bits[] = { 76 76 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x00, 77 77 0x00, 0x06, 0x04, 0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, … … 85 85 #define blue_width 25 86 86 #define blue_height 25 87 static char blue_bits[] = {87 static unsigned char blue_bits[] = { 88 88 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xfe, 0x00, 0x00, 89 89 0xc0, 0x83, 0x07, 0x00, 0xc0, 0x00, 0x0c, 0x00, 0x40, 0x00, 0x08, 0x00, … … 97 97 #define yellow_width 25 98 98 #define yellow_height 25 99 static char yellow_bits[] = {99 static unsigned char yellow_bits[] = { 100 100 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x18, 0x00, 101 101 0x80, 0x01, 0x0c, 0x00, 0x00, 0x03, 0x06, 0x00, 0x00, 0x02, 0x02, 0x00, … … 109 109 #define flipx_width 25 110 110 #define flipx_height 25 111 static char flipx_bits[] = {111 static unsigned char flipx_bits[] = { 112 112 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 113 113 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x01, 0x00, 0x80, 0x10, 0x02, 0x00, … … 121 121 #define flipy_width 25 122 122 #define flipy_height 25 123 static char flipy_bits[] = {123 static unsigned char flipy_bits[] = { 124 124 0x00, 0x10, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 125 125 0x00, 0x82, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x80, 0x00, 0x02, 0x00, … … 133 133 #define hex_width 25 134 134 #define hex_height 12 135 static char hex_bits[] = {135 static unsigned char hex_bits[] = { 136 136 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 137 137 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0xf0, 0x00, 0x1e, 0x00, 0x88, 0x00,
Note:
See TracChangeset
for help on using the changeset viewer.
