Lines Matching refs:DEMOPrintf

407             DEMOPrintf( 50, 100, 0, "WBC is not connected.");  in renderStatus()
411 DEMOPrintf( 20, 100, 0, "WBC is not registered."); in renderStatus()
412 DEMOPrintf( 20, 110, 0, "Please regist WBC with SYNC button."); in renderStatus()
426 DEMOPrintf( 95, 40, 0, "%5d", status.press[0]); in renderStatus()
427 DEMOPrintf( 95, 110, 0, "%5d", status.press[1]); in renderStatus()
428 DEMOPrintf( 10, 40, 0, "%5d", status.press[2]); in renderStatus()
429 DEMOPrintf( 10, 110, 0, "%5d", status.press[3]); in renderStatus()
480 DEMOPrintf( 95, 55, 0, "wait..."); in renderStatus()
481 DEMOPrintf( 95, 125, 0, "wait..."); in renderStatus()
482 DEMOPrintf( 10, 55, 0, "wait..."); in renderStatus()
483 DEMOPrintf( 10, 125, 0, "wait..."); in renderStatus()
487 DEMOPrintf(175, 60, 0, "Wt :WAIT"); in renderStatus()
488 DEMOPrintf(175, 70, 0, "Wt(TGC):WAIT"); in renderStatus()
492 DEMOPrintf(175, 60, 0, "Wt :%3.1f[kg]", ave); in renderStatus()
493 DEMOPrintf(175, 70, 0, "Wt(TGC):%3.1f[kg]", tgc_weight); in renderStatus()
498 DEMOPrintf( 95, 55, 0, "%3.1f", weight[0]); in renderStatus()
499 DEMOPrintf( 95, 125, 0, "%3.1f", weight[1]); in renderStatus()
500 DEMOPrintf( 10, 55, 0, "%3.1f", weight[2]); in renderStatus()
501 DEMOPrintf( 10, 125, 0, "%3.1f", weight[3]); in renderStatus()
502 DEMOPrintf(175, 60, 0, "Wt :%3.1f[kg]", ave); in renderStatus()
503 DEMOPrintf(175, 70, 0, "Wt(TGC):%3.1f[kg]", tgc_weight); in renderStatus()
504 DEMOPrintf(175, 80, 0, "Setup :%s", WBCGetCalibrationStatus()==TRUE ? "OK":"NG"); in renderStatus()
507 DEMOPrintf(175, 20, 0, "Temp %d", status.temp); in renderStatus()
508DEMOPrintf(175, 30, 0, "Batt %d/Level %d", status.battery, WBCGetBatteryLevel(status.battery)); in renderStatus()
509 DEMOPrintf(175, 40, 0, "IsEXIST = %s", isExist == 1 ? "EXIST" : "NONE"); in renderStatus()
511 DEMOPrintf( 10, 160, 0, "A: Turn On SENSOR"); in renderStatus()
512 DEMOPrintf( 10, 170, 0, "B: Turn Off SENSOR"); in renderStatus()
513 DEMOPrintf( 10, 180, 0, "MENU: Set ZERO point"); in renderStatus()
514 DEMOPrintf( 10, 190, 0, "LEFT: Get AVE Weight"); in renderStatus()
515 DEMOPrintf( 10, 220, 0, "Z: Update the current temperature"); in renderStatus()
528 DEMOPrintf(50, 100, 0, "No balance checker is attached."); in renderStatus()