Changeset 29220
- Timestamp:
- Sep 23, 2010, 8:47:04 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/Ohana/src/kapa2
- Files:
-
- 1 added
- 3 edited
-
include/buttons.h (modified) (12 diffs)
-
include/hms_buttons.h (added)
-
src/ButtonFunctions.c (modified) (1 diff)
-
src/Image.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/kapa2/include/buttons.h
r29214 r29220 1 1 #define PS_width 25 2 2 #define PS_height 25 3 char PS_bits[] = {3 static 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 char grey_bits[] = {15 static 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 char rainbow_bits[] = {27 static 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 char recenter_bits[] = {39 static 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 char heat_bits[] = {51 static 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 char red_bits[] = {63 static 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 char green_bits[] = {75 static 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 char blue_bits[] = {87 static 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 char yellow_bits[] = {99 static 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 char flipx_bits[] = {111 static 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 char flipy_bits[] = {123 static 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, … … 131 131 0x00, 0x82, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 132 132 0x00, 0x10, 0x00, 0x00 }; 133 #define hms_width 25134 #define hms_height 12135 char hms_bits[] = {136 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,137 0x02, 0x00, 0x00, 0x00, 0x02, 0x01, 0xf0, 0x00, 0x1e, 0xef, 0x89, 0x00,138 0x22, 0x11, 0x09, 0x00, 0x22, 0x11, 0x71, 0x00, 0x22, 0x11, 0x81, 0x00,139 0x22, 0x11, 0x89, 0x00, 0x22, 0x01, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00};140 #define ddd_width 25141 #define ddd_height 12142 char ddd_bits[] = {143 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00,144 0x40, 0x80, 0x80, 0x00, 0x40, 0x80, 0x80, 0x00, 0x5c, 0xb8, 0xb8, 0x00,145 0x62, 0xc4, 0xc4, 0x00, 0x42, 0x84, 0x84, 0x00, 0x42, 0x84, 0x84, 0x00,146 0x62, 0xc4, 0xc4, 0x00, 0x5c, 0xb9, 0xb8, 0x00, 0x00, 0x00, 0x00, 0x00};147 133 #define hex_width 25 148 134 #define hex_height 12 149 char hex_bits[] = {135 static char hex_bits[] = { 150 136 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 151 137 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0xf0, 0x00, 0x1e, 0x00, 0x88, 0x00, -
branches/eam_branches/ipp-20100823/Ohana/src/kapa2/src/ButtonFunctions.c
r29214 r29220 1 1 # include "Ximage.h" 2 # include " buttons.h"2 # include "hms_buttons.h" 3 3 4 4 int PSfunction (Graphic *graphic, KapaImageWidget *image) { -
branches/eam_branches/ipp-20100823/Ohana/src/kapa2/src/Image.c
r29214 r29220 1 1 # include "Ximage.h" 2 2 # include "buttons.h" 3 # include "hms_buttons.h" 3 4 4 5 int InitImageChannel (KapaImageChannel *channel) {
Note:
See TracChangeset
for help on using the changeset viewer.
