You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
217 B
C

#ifndef IMAGE_WBMP_H
#define IMAGE_WBMP_H
#include <Arduino.h>
void setupImageWBMP();
void wbmpOpenFramebuffer();
void wbmpWriteFramebuffer(int offset, uint8_t bitmap[], int c);
void wbmpFlushFramebuffer();
#endif