PDA

View Full Version : How can i refresh 8250 v604 main screen?



SWAT_Unit
10-05-2005, 02:40 PM
When in main screen,after drawing some bitmap.
it can't back to normal main screen.
the navikey zone and operator name can show,
but the batt bar and net bar is overwrite by last frame of bitmap.
it want link to show done message or something to refresh.
3315 is ok.
thx for reply.

yak
13-05-2005, 10:38 AM
If you're using whole screen I avice you to use my FreeGFX system. In such case after calling freegfx_close() everything will be redrawn. Check out sources of my scripts and look into freegfx.rx for more info.

"Done" alike message can be displayed by a call:
send_message(MSG_DISPLAY_MESSAGE|MSG_2P,DMI_INFORMATION,"some text");