Home
last modified time | relevance | path

Searched refs:LCD_LINE2 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/nbc/tests/
H A Dtest.nxc61 NumOut(a*15, LCD_LINE2, buf[a]);
95 NumOut(0, LCD_LINE2, xxxx);
208 NumOut(50, LCD_LINE2, a, true);
215 NumOut(10, LCD_LINE2, SoundFlags());
H A Dstruct.nxc45 NumOut(0, LCD_LINE2, myPerson.age);
/dports/devel/roboctl/roboctl-0.3.8/Libs/C/Test/
H A Dpong.nxc151 //NumOut (10, LCD_LINE2, ball_x);
/dports/devel/roboctl/roboctl-0.3.8/Commands/Legoctl/
H A Dpong.nxc151 //NumOut (10, LCD_LINE2, ball_x);
/dports/lang/nbc/NXT/
H A DNBCCommon.h307 #define LCD_LINE2 48 /*!< The 2nd line of the LCD screen */ macro