#include <stddef.h>
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>

extern void PutPixel(int PosX, int PosY, unsigned char Color);