1、 客显屏幕接口说明文档 .11. jar 包和 so 文件名 12. API 接口 /类 13. CustomerScreenHelperPC900 类细则 13.1 构造函数 13.2 open 13.3 close 23.4 openBackLight33.5 ShowRGB565Image.33.6 ShowDotImage .43.7 ShowRGB565Image(指定位置显示) 43.8 UpdateLogo 50客显屏幕接口说明文档1. jar 包和 so 文件名Jar 包文件名为:“smartdevicesdk.jar”,该文件保存在“/libs/” 目录下;so 文件名为:“
2、libserial_port.so,该文件保存在“/libs/armeabi”目录下。2. API 接口/类CustomerScreenHelperPC9003. CustomerScreenHelperPC900 类细则该类为客显屏串口操作类3.1 构造函数3.1.1 功能描述获取客显屏串口类对象,初始化相关参数3.1.2 接口格式CustomerScreenHelper(String device, int baudrate)3.1.3 参数说明参数 类型 必选/可选 说明device String 必选 串口名baudrate int 必选 波特率3.2 open3.2.1 功能描述打开
3、设备串口。13.2.2 接口格式boolean open(void)3.2.3 参数说明参数 类型 必选/可选 说明无3.2.4 返回值说明参数 类型 必选/可选 说明res boolean 必选 true:成功false:失败3.3 close3.3.1 功能说明关闭设备串口3.3.2 接口格式boolean close(void)3.3.3 参数说明参数 类型 必选/可选 说明无3.3.4 返回值说明参数 类型 必选/可选 说明res boolean 必选 true:成功false:失败23.4 openBackLight3.4.1 功能说明控制屏背光电源3.4.2 接口格式void op
4、enBackLight(byte btFlg)3.4.3 参数说明参数 类型 必选/可选 说明btFlg byte 必选 btFlg 标记 0x01 背光开启; 0x00 背光关闭;范围 02553.4.4 返回值说明参数 类型 必选/可选 说明无3.5 ShowRGB565Image3.5.1 功能说明全屏显示 RGB565 图片3.5.2 接口格式boolean ShowRGB565Image(Bitmap bitmapSrc)3.5.3 参数说明参数 类型 必选/可选 说明bitmapSrc Bitmap 必选 待显示位图3.5.4 返回值说明参数 类型 必选/可选 说明3res boo
5、lean 必选 均返回 true,已废弃3.6 ShowDotImage3.6.1 功能说明全屏显示 RGB 双色色图片3.6.2 接口格式boolean ShowDotImage(int BackColor,int ForeColor,Bitmap bitmapSrc)3.6.3 参数说明参数 类型 必选/可选 说明BackColor int 必选 前景色ForeColor int 必选 背景色bitmapSrc Bitmap 必选 待显示位图3.6.4 返回值说明参数 类型 必选/可选 说明res boolean 必选 均返回 true,已废弃3.7 ShowRGB565Image(指定位
6、置显示)3.6.1 功能说明指定位置显示彩色图片3.7.2 接口格式boolean ShowRGB565Image(Bitmap bitmapSrc,int x, int y, int width, int height)3.7.3 参数说明参数 类型 必选/可选 说明4bitmapSrc int 必选 显示图片x int 必选 图片起点 X 坐标y Bitmap 必选 图片起点 Y 坐标width int 必选 显示图片宽度height int 必选 显示图片高度3.7.4 返回值说明参数 类型 必选/可选 说明res boolean 必选 均返回 true,已废弃3.8 UpdateLogo3.8.1 功能说明更新屏幕 logo3.8.2 接口格式boolean UpdateLogo(Bitmap mBitmap )3.8.3 参数说明参数 类型 必选/可选 说明mBitmap Bitmap 必选 待更新图片3.8.4 返回值说明参数 类型 必选/可选 说明res boolean 必选 均返回 true,已废弃