#ifndef SET_PIXEL_H #define SET_PIXEL_H #include void set_pixel(uint16_t x, uint16_t y, uint16_t color); #endif