Rev 2 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 3 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | { |
22 | { |
| 23 | int const WIDTH = 128; |
23 | int const WIDTH = 128; |
| 24 | int const HEIGHT = 64; |
24 | int const HEIGHT = 64; |
| 25 | int const DISPLAY_RAMWIDTH = 132; |
25 | int const DISPLAY_RAMWIDTH = 132; |
| 26 | 26 | ||
| 27 | int x = 500; |
- | |
| 28 | int y = 20; |
- | |
| 29 | int ph = 0; |
- | |
| 30 | 27 | ||
| 31 | uint32_t press; // pressure millibar * 100 |
28 | uint32_t press; // pressure millibar * 100 |
| 32 | int32_t temp; // temperature * 10 |
29 | int32_t temp; // temperature * 10 |
| 33 | int rpm; // user pressed button |
30 | int rpm; // user pressed button |
| 34 | 31 | ||