#ifndef FONT_H_ #define FONT_H_ uint8_t *default_font(uint32_t *size_out); #endif //FONT_H_