#pragma once #include #ifdef ARDUINO #define NO_DISPLAY #endif uint32_t now(); // get monotonic time in ms extern int g_width; extern int g_height; extern int g_harfe_connected; extern int g_harfe_fd;