Files
LoraSA/include/images.h
Oleksii Mandrychenko 32737a77b0 Add formatter
2024-08-08 22:21:08 -07:00

11 lines
212 B
C

#ifndef __IMAGES_H__
#define __IMAGES_H__
// Array of all bitmaps for convenience. (Total bytes used to store images in
// PROGMEM = 1040)
extern const unsigned char epd_bitmap_ucog[];
#endif // __IMAGES_H__