设置屏幕的显示方向

void direction(int n);
//n:方向 0-0度 1-旋转90度 2-旋转180度 3-旋转270度

示例

direction(0);

注意