mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-15 17:08:13 +08:00
add GUI emulator
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user