Go to the documentation of this file.
123 #define lcd_int(i) lcd_number(i,sign,e0)
126 #define lcd_unsigned(u) lcd_number(u,unsign,e0)
131 #define lcd_clock(t) lcd_number(t,unsign,e_2)
134 #define lcd_digit(d) lcd_number(d,digit,digit_comma)
150 #define ASMVOLATILE __volatile__
204 #endif // __rom_lcd_h__
Generated on Sat Mar 15 2014 11:28:19 for brickOS C by
1.8.1.2