mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更改屏幕方向
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "sys.h"
|
||||
|
||||
#define USE_HORIZONTAL 0 //设置横屏或者竖屏显示 0或1为竖屏 2或3为横屏
|
||||
#define USE_HORIZONTAL 1 //设置横屏或者竖屏显示 0或1为竖屏 2或3为横屏
|
||||
|
||||
|
||||
#if USE_HORIZONTAL==0||USE_HORIZONTAL==1
|
||||
|
||||
Reference in New Issue
Block a user