add GUI emulator

This commit is contained in:
Shuanglei Tao
2025-04-27 14:02:13 +08:00
parent 6d1bbcf3e3
commit 1b9d5b3334
10 changed files with 361 additions and 28 deletions

View File

@@ -77,6 +77,7 @@ static void UC8176_PowerOff(void)
int8_t UC8176_Read_Temp(void)
{
EPD_WriteCommand(CMD_TSC);
UC8176_WaitBusy(100);
return (int8_t) EPD_ReadByte();
}