Rev 70 | Rev 72 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 70 | Rev 71 | ||
|---|---|---|---|
| Line 101... | Line 101... | ||
| 101 | display_t &display = displays[i]; |
101 | display_t &display = displays[i]; |
| 102 | display.clearDisplay(BLACK); |
102 | display.clearDisplay(BLACK); |
| 103 | display.setPixelMode(WHITE); |
103 | display.setPixelMode(WHITE); |
| 104 | display.display(); |
104 | display.display(); |
| 105 | context_t &context = contexts[i]; |
105 | context_t &context = contexts[i]; |
| 106 | context.dial_timer = 200; // enough time to see at least one frame of PLX before NVRAM check |
106 | context.dial_timer = 500; // enough time to see at least one frame of PLX before NVRAM check |
| 107 | context.dial1 = -1; |
107 | context.dial1 = -1; |
| 108 | context.OldObservation = -1; |
108 | context.OldObservation = -1; |
| 109 | context.OldObservationIndex = -1; |
109 | context.OldObservationIndex = -1; |
| 110 | } |
110 | } |
| 111 | } |
111 | } |