MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / setCallback

Method setCallback

lib/TJpg_Decoder/src/TJpg_Decoder.cpp:73–76  ·  view source on GitHub ↗

** Function name: setCallback ** Description: Set the sketch callback function to render decoded blocks ***************************************************************************************/

Source from the content-addressed store, hash-verified

71** Description: Set the sketch callback function to render decoded blocks
72***************************************************************************************/
73void TJpg_Decoder::setCallback(SketchCallback sketchCallback)
74{
75 tft_output = sketchCallback;
76}
77
78/***************************************************************************************
79** Function name: jd_input (declared static)

Callers 2

beginMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected