upload image, gui, and debug code

This commit is contained in:
2026-01-18 18:40:51 -05:00
parent bbfdc3558f
commit 5b3dbd536c
5 changed files with 1518 additions and 0 deletions

7
image.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _IMAGE_H_
#define _IMAGE_H_
#include <avr/pgmspace.h>
extern PROGMEM const unsigned char gImage_70X70[];
#endif