remove force_temp method

This commit is contained in:
Shuanglei Tao
2025-07-02 12:03:07 +08:00
parent c975f379f2
commit e88cb50d6f
4 changed files with 2 additions and 28 deletions

View File

@@ -37,7 +37,6 @@ typedef struct
void (*refresh)(void); /**< Sends the image buffer in RAM to e-Paper and displays */
void (*sleep)(void); /**< Enter sleep mode */
int8_t (*read_temp)(void); /**< Read temperature from driver chip */
void (*force_temp)(int8_t value); /**< Force temperature (will trigger OTP LUT switch) */
} epd_driver_t;
typedef enum