Lines Matching refs:DEMOPrintf
185 DEMOPrintf( 16, 184, 0, "press A: Start Motor\n"); in main()
186 DEMOPrintf( 16, 200, 0, "press B: Stop Motor\n"); in main()
267 DEMOPrintf( x, y, 0, "*" ); in renderLuminousSources()
288 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accX : %d", stat->accX ); in renderStatus()
289 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accY : %d", stat->accY ); in renderStatus()
290 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "accZ : %d", stat->accZ ); in renderStatus()
304 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Buttons: [%s]",buf); in renderStatus()
306 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "DPD-ID X Y SIZE"); in renderStatus()
313 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "%1d %4d %4d %3d", p->traceId, p->x, p->y, p->size ); in renderStatus()
319 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Controller Type: %d", stat->dev ); in renderStatus()
320 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "ERROR Info : %d", stat->err ); in renderStatus()
326 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> No controller is connected!"); in renderStatus()
327 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> Please press a button on a paired"); in renderStatus()
328 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> controller to connect."); in renderStatus()