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

Dependencies:   DMBasicGUI DMSupport

This program is used to measure the performance of the different file system options on the LPC4088 Display Module.

The performance wiki page and more specifically the software part describes this program and the output.

As the program doesn't use the display at all it can be used on both the 4.3" and 5" display modules.

qspi_800x480_image_data.h

Committer:
embeddedartists
Date:
2019-11-05
Revision:
6:47b4bed9fa13
Parent:
3:1716747cba16

File content as of revision 6:47b4bed9fa13:

extern const unsigned char img_qspi_800x480_flowers_bmp[];
extern const unsigned int img_size_qspi_800x480_flowers_bmp;

extern const unsigned char img_qspi_800x480_flowers_png[];
extern const unsigned int img_size_qspi_800x480_flowers_png;

extern const unsigned char img_qspi_800x480_flowers_raw[];
extern const unsigned int img_size_qspi_800x480_flowers_raw;

extern const unsigned char img_qspi_800x480_red_bmp[];
extern const unsigned int img_size_qspi_800x480_red_bmp;

extern const unsigned char img_qspi_800x480_red_png[];
extern const unsigned int img_size_qspi_800x480_red_png;

extern const unsigned char img_qspi_800x480_red_raw[];
extern const unsigned int img_size_qspi_800x480_red_raw;