#ifndef CLKS_FONT8X8_H #define CLKS_FONT8X8_H #include const u8 *clks_font8x8_get(char ch); #endif