tobe wrote:
do you think it's possible to add a function to skip a pixel ?
There's already a function in the SDK for that. Use pulse_draw_image_with_transparency(PulseResource image, uint8_t x, uint8_t y, color24_t transparent_color) where transparent_color is the color ignored when drawing the image.