物理学,,不存在了,,,

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2025-01-05 04:44:13 +08:00
parent a79d7db8ef
commit 507e5f2882
3 changed files with 11825 additions and 1 deletions
+3 -1
View File
@@ -121,6 +121,8 @@ void Lcd_Init(void)
{
//************* Start Initial Sequence **********//
//LCD_WR_REG(0x01);
//delay(100);
LCD_WR_REG(0x36);
if(USE_HORIZONTAL==0)LCD_WR_DATA8(0x00);
else if(USE_HORIZONTAL==1)LCD_WR_DATA8(0xC0);
@@ -280,4 +282,4 @@ void lcd_init()
digitalWrite(LCD_LED,1);
Lcd_Init();
}
}