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