X-Git-Url: https://git.kernelconcepts.de/?p=metawatch.git;a=blobdiff_plain;f=metawatch_protocol.h;h=8a1207503bbb5639fece2504b1855e871c3ec65d;hp=f0ad616f0684fe9eab7c708e4c9dc3df4596fdcd;hb=a32e1e3a9f9e81bbf05beac619d1feb4941efc46;hpb=8de8db41a66bc0305400d92471596258ab58e9ad diff --git a/metawatch_protocol.h b/metawatch_protocol.h index f0ad616..8a12075 100644 --- a/metawatch_protocol.h +++ b/metawatch_protocol.h @@ -1,3 +1,9 @@ +/* + * (c) 2011 Siegen, Germany by Nils Faerber + * + * license LGPL + */ + #ifndef _MW_PROT_H #define _MW_PROT_H @@ -50,5 +56,19 @@ #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