Jean

Results 2 comments of Jean

i could not compile the 2in7-v2 ` │ ../src/c/EPD_2in7_V2_node.cc: In function Napi::Value Display(const Napi::CallbackInfo&) │ ../src/c/EPD_2in7_V2_node.cc:28:67: error: too many arguments to function ‘void EPD_2IN7_V2_Clear()’ │ 28 | EPD_2IN7_V2_Clear(reinterpret_cast(jsBuffer.Data())); │ |...

replacing EPD_2IN7_V2_Clear by EPD_2IN7_V2_Display in EPD_2in7_V2_node.cc line 28 fix the issue. Its working great