Browse Source

fix:bug https://gitee.com/openLuat/LuatOS/issues/IA6YZS

alienwalker 1 year ago
parent
commit
e9996ab477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo/lcd/main.lua

+ 1 - 1
demo/lcd/main.lua

@@ -61,7 +61,7 @@ function lcd_pin()
     elseif rtos_bsp == "EC618" then
         return 0,1,10,8,22
     elseif rtos_bsp == "EC718P" then
-        return lcd.HWID_0,36,0xff,0xff,0xff -- 注意:EC718P有硬件lcd驱动接口, 无需使用spi,当然spi驱动也支持
+        return lcd.HWID_0,36,0xff,0xff,25 -- 注意:EC718P有硬件lcd驱动接口, 无需使用spi,当然spi驱动也支持
     else
         log.info("main", "bsp not support")
         return