The function in this file void EPD_2in13_V3_Display_Partial(UBYTE *Image) calls a non-existent function (EPD_2IN13_V2_LUT_by_host), this adds it back.
Otherwise results in the error
ld.exe: lib\e-Paper\libePaper.a(EPD_2in13_V3.c.obj): in function `EPD_2in13_V3_Display_Partial':
EPD_2in13_V3.c:(.text.EPD_2in13_V3_Display_Partial+0x26): undefined reference to `EPD_2IN13_V2_LUT_by_host'
The function in this file
void EPD_2in13_V3_Display_Partial(UBYTE *Image)
calls a non-existent function (EPD_2IN13_V2_LUT_by_host
), this adds it back.Otherwise results in the error
When trying to build the
c/
folder with cmake.Found with @greenyrepublic