diff options
-rw-r--r-- | main.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | #include <stdint.h> | 2 | #include <stdint.h> |
3 | 3 | ||
4 | #ifdef ARDUINO | ||
5 | #define NO_DISPLAY | ||
6 | #endif | ||
7 | |||
4 | uint32_t now(); // get monotonic time in ms | 8 | uint32_t now(); // get monotonic time in ms |
5 | 9 | ||
6 | extern int g_width; | 10 | extern int g_width; |