Minor code cleanup and optimizations.

This commit is contained in:
ionsurdu@github.com
2024-08-06 18:20:00 +03:00
parent 680ed3972c
commit 30d2b72d2c
4 changed files with 53 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
#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__