Rev 1612 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1612 | Rev 2018 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | extern char PrintZiel; |
11 | extern char PrintZiel; |
Line 12... | Line 12... | ||
12 | 12 | ||
13 | 13 | ||
14 | #define printf_P(format, args...) _printf_P(OUT_V24,format , ## args) |
14 | #define printf_P(format, args...) _printf_P(OUT_V24,format , ## args) |
15 | #define printf(format, args...) _printf_P(OUT_V24,PSTR(format) , ## args) |
15 | #define printf(format, args...) _printf_P(OUT_V24,PSTR(format) , ## args) |
Line 16... | Line 16... | ||
16 | #define LCD_printfxy(x,y,format, args...) { DispPtr = y * 20 + x; _printf_P(OUT_LCD,PSTR(format) , ## args);} |
16 | #define LCD_printfxy(x,y,format, args...) { dispPtr = y * 20 + x; _printf_P(OUT_LCD,PSTR(format) , ## args);} |