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