@@ -23,7 +23,7 @@ function airLCD.lcd_init(sn)
port = lcd.HWID_0, -- 使用的spi id 号
pin_dc = 0xff, -- 命令选择硬件,不设置
pin_rst = 2, -- 屏幕reset 管脚
- direction = 0, -- 屏幕方向
+ direction = 2, -- 屏幕方向
-- direction0 = 0x00,
w = width, -- 屏幕宽度
h = height, -- 屏幕高度