Method UploadPromoScreen
UploadPromoScreen(String, Int32, DisplayOrientation, Int32)
Uploads a promoscreen, that is, an image to be shown in customer logo mode.
Declaration
public Error UploadPromoScreen(string fileName, int number, DisplayOrientation rotation, int screenTime)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.Int32 | number | The index of the image in the image sequence. |
DisplayOrientation | rotation | |
System.Int32 | screenTime | The display time for this screen in s. |
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
The customer logo mode shows a numbered sequence of images (promoscreens). The images for that sequence images can be uploaded with this function. The numbering for the screens goes from 1 to 10.
If the device supports switching to portrait mode (see PortraitModeSupport), it stores two separate image sequences. One for landscape mode and another for portrait orientation (DEG_90, DEG_270) Set the DisplayOrientation for running the customer loo mode in portrait orientation,