mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
update bootloader
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
#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
|
||||
#define LCD_W 240
|
||||
#define LCD_H 280
|
||||
#define LCD_H 240
|
||||
|
||||
#else
|
||||
#define LCD_W 280
|
||||
#define LCD_W 240
|
||||
#define LCD_H 240
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user