#include "charmap_8x12.h" void putChar(int x, int y, char ch); void setPixel(int x, int y, unsigned int color); void clrscr();