XML/Minibrowser/SnomIPPhoneImageFile
From Snom User Wiki
< XML | Minibrowser
- Description: The SnomIPPhoneImage will display a bitmap points by <URL> tag. <LocationX> tag and <LocationY> tag will set the position of the bitmap on the display.
- Sub Tags:
- <URL> = Valis URL to image
- snom360 format: BMP 128x64 1-bit-monochrome
- snom370 format: BMP 240x128 5-bit-grayscale
- snom820 format: BMP 320x240 24-bit-color
- <LocationX>
- snom360: 0..128
- snom370: 0..240
- snom820: 0..320
- <LocationY>
- snom360: 0..64
- snom370: 0..128
- snom820: 0..240
- <URL> = Valis URL to image
- Example: http://www.snom.com/minibrowser/snom320_image.xml
<?xml version="1.0" encoding="UTF-8"?> <SnomIPPhoneImageFile> <LocationX>0</LocationX> <LocationY>0</LocationY> <URL>http://www.snom.com/minibrowser/snom320.bmp</URL> </SnomIPPhoneImageFile>
- Result: