设置屏幕的显示方向

支持芯片: SHMICTRL系列芯片 ESP32-S3系列

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

示例

direction(0);

注意