disp_getScreenHeight

# disp_getScreenHeight >i**描述:获取显示屏分辨率高Y像素 函数:int disp_getScreenHeight(int screen_id)** #### 代码示例 ```java SmdtManager mdtManager= SmdtManager.create(this); mdtManager.disp_getScreenHeight(0); ``` #### 参数 |类型 |名称 |说明 | |- |- |- | |int |screen_id|屏幕ID 0/1| #### 返回值 |类型 |说明 | |- |- | |int |分辨率Y像素值| | |-1:不支持| | |-2:参数有误| | |-3:文件不存在| | |-4:没有权限|