Initial commit, getting all the stuff from PlatformIO
This commit is contained in:
8
.pio/libdeps/esp32dev/ui/images.c
Normal file
8
.pio/libdeps/esp32dev/ui/images.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "images.h"
|
||||
|
||||
const ext_img_desc_t images[4] = {
|
||||
{ "Jimmy", &img_jimmy },
|
||||
{ "Logo", &img_logo },
|
||||
{ "john_doe_1", &img_john_doe_1 },
|
||||
{ "john_does_2", &img_john_does_2 },
|
||||
};
|
||||
Reference in New Issue
Block a user