#ifndef FB_TEXT_H #define FB_TEXT_H #include void fb_text_render_char(int c, int x, int y, uint8_t r, uint8_t g, uint8_t b); #endif