Lines Matching refs:y
175 s16 y = 100 ; in renderStatus() local
190 DEMOPrintf( x, y, 0, "WBC is not connected." ) ; in renderStatus()
194 DEMOPrintf( x, y += FONT_HEIGHT, 0, "WBC is not registered." ) ; in renderStatus()
195 DEMOPrintf( x, y += FONT_HEIGHT, 0, "Please regist WBC with SYNC button." ) ; in renderStatus()
208 y = 10 ; in renderStatus()
210 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
211 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "| Weight |" ) ; in renderStatus()
212 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
213 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", ( kpads[0].ex_status.bl.weight[0] \ in renderStatus()
217 y+=FONT_HEIGHT ; in renderStatus()
219 … case KPAD_WBC_ERR_EXIST : DEMOPrintf( x, y, 0, "Err: EXIST" ) ; break ; in renderStatus()
220 … case KPAD_WBC_ERR_NO_BATTERY : DEMOPrintf( x, y, 0, "Err: NO BATTERY" ) ; break ; in renderStatus()
221 … case KPAD_WBC_ERR_SETUP : DEMOPrintf( x, y, 0, "Err: SETUP" ) ; break ; in renderStatus()
222 … case KPAD_WBC_ERR_WRONG_TEMP : DEMOPrintf( x, y, 0, "Err: WRONG TEMP" ) ; break ; in renderStatus()
223 … case KPAD_WBC_ERR_WRONG_ZERO : DEMOPrintf( x, y, 0, "Err: WRONG ZERO" ) ; break ; in renderStatus()
224 … case KPAD_WBC_ERR_WEIGHT_OVER : DEMOPrintf( x, y, 0, "Err: WEIGHT OVER" ) ; break ; in renderStatus()
225 … case KPAD_WBC_ERR_CALIBRATION : DEMOPrintf( x, y, 0, "Err: CALIBRATION" ) ; break ; in renderStatus()
226 … case KPAD_WBC_ERR_NO_ZEROPOINT : DEMOPrintf( x, y, 0, "Err: NO ZEROPOINT" ) ; break ; in renderStatus()
227 … case KPAD_WBC_ERR_ZEROPOINT : DEMOPrintf( x, y, 0, "Err: ZEROPOINT" ) ; break ; in renderStatus()
228 …default : DEMOPrintf( x, y, 0, "Err: %d", kpads[0].ex_status.bl.weight_er… in renderStatus()
230 y+=FONT_HEIGHT ; in renderStatus()
231 y+=FONT_HEIGHT ; in renderStatus()
233 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
234 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "| TGC Weight |" ) ; in renderStatus()
235 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
236 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", kpads[0].ex_status.bl.tgc_weight ) ; in renderStatus()
237 y+=FONT_HEIGHT ; in renderStatus()
239 … case KPAD_WBC_ERR_TGC_UNSTABLE : DEMOPrintf( x, y, 0, "Err: UNSTABLE" ) ; break; in renderStatus()
240 … case KPAD_WBC_ERR_TGC_TIMEOUT : DEMOPrintf( x, y, 0, "Err: TIMEOUT" ) ; break; in renderStatus()
241 … case KPAD_WBC_ERR_TGC_UNKNOWN : DEMOPrintf( x, y, 0, "Err: UNKNOWN" ) ; break; in renderStatus()
242 … case KPAD_WBC_ERR_TGC_READY : DEMOPrintf( x, y, 0, "Err: READY" ) ; break; in renderStatus()
243 … case KPAD_WBC_ERR_TGC_BUSY : DEMOPrintf( x, y, 0, "Err: BUSY" ) ; break; in renderStatus()
244 …default : DEMOPrintf( x, y, 0, "Err: %d", kpads[0].ex_status.bl.tgc_weigh… in renderStatus()
248 y = 160 ; in renderStatus()
250 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "GC CONTROLLER 1P" ) ; in renderStatus()
251 DEMOPrintf( x, y+=FONT_HEIGHT, 0, " A: Reset ZERO Point" ) ; in renderStatus()
252 DEMOPrintf( x, y+=FONT_HEIGHT, 0, " B: Reset TGC Weight" ) ; in renderStatus()
265 DEMOPrintf( x, y, 0, "No balance checker is attached." ) ; in renderStatus()