mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-11 02:47:47 +02:00
Initial commit. Version 0.1
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
@@ -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 */
|
||||
@@ -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.
Reference in New Issue
Block a user