mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
Add one-bit bluetooth status indicators
This commit is contained in:
parent
21e5e3ad23
commit
13a517d477
5 changed files with 32 additions and 4 deletions
7
palm/bmps/bts_conn.pbitm
Normal file
7
palm/bmps/bts_conn.pbitm
Normal file
|
@ -0,0 +1,7 @@
|
|||
###-####
|
||||
##--####
|
||||
#------#
|
||||
########
|
||||
#------#
|
||||
####--##
|
||||
####-###
|
7
palm/bmps/bts_listen.pbitm
Normal file
7
palm/bmps/bts_listen.pbitm
Normal file
|
@ -0,0 +1,7 @@
|
|||
###-####
|
||||
##--####
|
||||
#------#
|
||||
########
|
||||
########
|
||||
########
|
||||
########
|
7
palm/bmps/bts_off.pbitm
Normal file
7
palm/bmps/bts_off.pbitm
Normal file
|
@ -0,0 +1,7 @@
|
|||
########
|
||||
##-##-##
|
||||
##-##-##
|
||||
###--###
|
||||
##-##-##
|
||||
##-##-##
|
||||
########
|
7
palm/bmps/bts_seek.pbitm
Normal file
7
palm/bmps/bts_seek.pbitm
Normal file
|
@ -0,0 +1,7 @@
|
|||
########
|
||||
########
|
||||
########
|
||||
########
|
||||
#------#
|
||||
####--##
|
||||
####-###
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue