disp_setDisplayRotation

# disp_setDisplayRotation >i**描述:设置屏幕逆时针旋转N角度 函数:int disp_setDisplayRotation(int screen_id, int rotationDegree)** #### 代码示例 ```java SmdtManager mdtManager= SmdtManager.create(this); mdtManager.disp_setDisplayRotation(0,90) ``` #### 参数 |类型 |名称 |说明 | |- |- |- | |int |screen_id |屏幕ID: 0/1| |int |rotationDegree |旋转角度: 0/90/180/270| #### 返回值 |类型 |说明 | |- |- | |int |0:成功 | | |-1:不支持| | |-2:参数有误| | |-3:文件不存在| | |-4:没有权限|