Add one-bit bluetooth status indicators

This commit is contained in:
ehouse 2007-02-28 02:32:49 +00:00
parent 21e5e3ad23
commit 13a517d477
5 changed files with 32 additions and 4 deletions

7
palm/bmps/bts_conn.pbitm Normal file
View file

@ -0,0 +1,7 @@
###-####
##--####
#------#
########
#------#
####--##
####-###

View file

@ -0,0 +1,7 @@
###-####
##--####
#------#
########
########
########
########

7
palm/bmps/bts_off.pbitm Normal file
View file

@ -0,0 +1,7 @@
########
##-##-##
##-##-##
###--###
##-##-##
##-##-##
########

7
palm/bmps/bts_seek.pbitm Normal file
View file

@ -0,0 +1,7 @@
########
########
########
########
#------#
####--##
####-###

View file

@ -89,25 +89,25 @@ END
#ifdef XWFEATURE_BLUETOOTH
BITMAP ID BTSTATUS_NONE_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/downarrow.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_off.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_off.bmp" BPP 8 DENSITY 144
END
BITMAP ID BTSTATUS_LISTENING_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/downarrow.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_listen.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_listen.bmp" BPP 8 DENSITY 144
END
BITMAP ID BTSTATUS_SEEKING_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/downarrow.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_seek.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_seek.bmp" BPP 8 DENSITY 144
END
BITMAP ID BTSTATUS_CONNECTED_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/downarrow.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_conn.pbitm" BPP 1 DENSITY 72
BITMAP "bmps/bts_conn.bmp" BPP 8 DENSITY 144
END
#endif /* XWFEATURE_BLUETOOTH */