
PT-20 Programming Guide
This function can help you to set background color.
After use this function, all TextBlock will be reset.
Set default background image for bmp file.
BOOL TextBlock_SetBGImage(S8* pssPath);
TextBlock_SetBGImage(“D:\\Font\\BGImage.bmp”);
This function can help you to set background image.
If you want change the background image, you have to save a bmp file to
disk first. The bmp file need for 240 * 320 pixel.
After use this function, all TextBlock will be reset.
BOOL SwitchTextBlock(S32 slBlockNo);
This function can help you to switch the TextBlock that you want.
But the TextBlock has to be set and active before this function.
TRUE:Switch success.
FALSE:Switch fail. Please check the TextBlock is actived or not.
Komentarze do niniejszej Instrukcji