Home
last modified time | relevance | path

Searched refs:LCD_LINE1 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nbc/tests/
H A Dtest.nxc55 TextOut(50, LCD_LINE1, weird, true);
58 NumOut(0, LCD_LINE1, b);
94 TextOut(0, LCD_LINE1, msg, true);
214 NumOut(10, LCD_LINE1, SoundState(), true);
221 TextOut(10, LCD_LINE1, "whoops");
H A Dstruct.nxc44 NumOut(0, LCD_LINE1, fooBar.manu_year);
/dports/lang/nbc/NXT/
H A DNBCCommon.h308 #define LCD_LINE1 56 /*!< The 1st line of the LCD screen */ macro
H A DNXCDefs.h14424 TextOut(0, LCD_LINE1, msg); \