Initial commit. Version 0.1

This commit is contained in:
Niellune
2025-05-20 16:05:26 +03:00
parent 9139cb4fd4
commit 7f3ea88b21
30 changed files with 2537 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

+7
View File
@@ -0,0 +1,7 @@
#ifndef SRC_IMG_BACKGROUND
#define SRC_IMG_BACKGROUND
extern unsigned char background[];
extern unsigned int background_len;
#endif /* SRC_IMG_BACKGROUND */
+7
View File
@@ -0,0 +1,7 @@
#ifndef SRC_RESOURCE_SST_REGULAR
#define SRC_RESOURCE_SST_REGULAR
extern unsigned char font[];
extern unsigned int font_len;
#endif /* SRC_RESOURCE_SST_REGULAR */
Binary file not shown.