Reworked the bitmap functions to be of more general use

This commit is contained in:
Nils Faerber 2011-07-24 17:27:28 +02:00
parent fc01ed38c0
commit b42900c7bd
3 changed files with 54 additions and 228 deletions

View file

@ -56,19 +56,6 @@
#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