Rev 3 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 5 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | display_t &display = displays[i]; |
64 | display_t &display = displays[i]; |
65 | if (i == 0) |
65 | if (i == 0) |
66 | display.reset(); |
66 | display.reset(); |
67 | display.init(); |
67 | display.init(); |
68 | display.clearDisplay(BLACK); |
68 | display.clearDisplay(BLACK); |
69 | display.display(); |
- | |
70 | displaySplash(display); |
- | |
71 | display.gotoxy(8, 32); |
69 | display.gotoxy(8, 32); |
72 | display.printString(large_font, i == 0 ? "1" : "2", 1, BLACK); |
70 | display.printString(large_font, "mikeJ", 5, BLACK); |
73 | display.display(); |
71 | display.display(); |
74 | } |
72 | } |
75 | } |
73 | } |
76 | 74 | ||
77 | int |
75 | int |