Reworked the bitmap functions to be of more general use
This commit is contained in:
parent
fc01ed38c0
commit
b42900c7bd
3 changed files with 54 additions and 228 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue