#ifndef _HELPERS_H #define _HELPERS_H #include /** * Auxiliary functions. */ void put_text(uint8_t x, uint8_t y, const uint8_t *text); #endif // _HELPERS_H