Program to benchmark the speed of the different file system options versus placing data directly into arrays.

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers qspi_128x128_image_data.h Source File

qspi_128x128_image_data.h

00001 extern const unsigned char img_qspi_128x128_flowers_bmp[];
00002 extern const unsigned int img_size_qspi_128x128_flowers_bmp;
00003 
00004 extern const unsigned char img_qspi_128x128_flowers_png[];
00005 extern const unsigned int img_size_qspi_128x128_flowers_png;
00006 
00007 extern const unsigned char img_qspi_128x128_flowers_raw[];
00008 extern const unsigned int img_size_qspi_128x128_flowers_raw;
00009 
00010 extern const unsigned char img_qspi_128x128_red_bmp[];
00011 extern const unsigned int img_size_qspi_128x128_red_bmp;
00012 
00013 extern const unsigned char img_qspi_128x128_red_png[];
00014 extern const unsigned int img_size_qspi_128x128_red_png;
00015 
00016 extern const unsigned char img_qspi_128x128_red_raw[];
00017 extern const unsigned int img_size_qspi_128x128_red_raw;
00018