]> git.karo-electronics.de Git - metawatch.git/blobdiff - metawatch_protocol.h
Reworked the bitmap functions to be of more general use
[metawatch.git] / metawatch_protocol.h
index 8a1207503bbb5639fece2504b1855e871c3ec65d..cd96e449b06221c543f7b1308e695f814c29304a 100644 (file)
 #define MW_SCREEN_MODE_NOTIFICATION    0x02
 #define MW_SCREEN_MODE_SCROLL          0x03
 
-const char *mw_screen_mode_names[] = {
-       "idle screen",
-       "application screen",
-       "notification screen",
-       "scroll"
-};
-
-const char *mw_status_string[] = {
-       "Reserved",
-       "Mode Change",
-       "Display Timeout"
-};
-
 
 #endif