Home
last modified time | relevance | path

Searched refs:FONT_HEIGHT (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpadsample.c62 #define FONT_HEIGHT 10 macro
63 #define CLMN_WIDTH 20 * FONT_HEIGHT
1117 y+=FONT_HEIGHT*2; in renderScreen()
1124 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ADDR "); in renderScreen()
1125 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TX-STAT "); in renderScreen()
1126 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TYPE "); in renderScreen()
1127 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "FORMAT "); in renderScreen()
1128 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "RATE "); in renderScreen()
1129 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "BUTTON "); in renderScreen()
1130 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ACC "); in renderScreen()
[all …]
Dmplus.c29 #define FONT_HEIGHT 12 macro
612 myPrint(x, y, 0, "------------------------------"); y+=FONT_HEIGHT; in renderStatus()
613 myPrint(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
614 myPrint(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
615 myPrint(x, y, 0, "Err :"); y+=FONT_HEIGHT; in renderStatus()
616 myPrint(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
617 myPrint(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
618 myPrint(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
619 myPrint(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
620 myPrint(x, y, 0, "---------"); y+=FONT_HEIGHT; in renderStatus()
[all …]
Ddummy_checker.c57 #define FONT_HEIGHT 8 macro
450 #define COL_WIDTH 6*FONT_HEIGHT
479 y+=FONT_HEIGHT; in renderStatus()
480 y+=FONT_HEIGHT; in renderStatus()
481 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
482 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
483 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
484 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
485 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
486 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
[all …]
/RvlSDK-3.3/build/demos/kpaddemo/src/
Dweight.c29 #define FONT_HEIGHT 10 macro
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()
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()
230 y+=FONT_HEIGHT ; in renderStatus()
231 y+=FONT_HEIGHT ; in renderStatus()
[all …]
/RvlSDK-3.3/build/demos/nanddemo/src/
Dgamesave.c407 #define FONT_HEIGHT 8 in RenderControls() macro
408 s16 x = FONT_HEIGHT; in RenderControls()
409 s16 y = FONT_HEIGHT; in RenderControls()
420 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "---------GC Controller---------"); in RenderControls()
423 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Up: Move cursor up"); in RenderControls()
424 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Down: Move cursor down"); in RenderControls()
425 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " A: Print"); in RenderControls()
426 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " L: Refresh"); in RenderControls()
427 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " X: Delete"); in RenderControls()
449 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "Start: Quit this demo"); in RenderControls()
/RvlSDK-3.3/build/demos/wbcdemo/src/
Dhandling_weight.c48 #define FONT_HEIGHT 8 macro