#include "eve.h" #include "font.h" void eve_font_init(EVEFont *font, uint8_t font_idx) { font->idx = font_idx; }