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.

img_data.h

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

File content as of revision 6:47b4bed9fa13:

#include "iflash_32x32_image_data.h"
#include "iflash_64x64_image_data.h"

#include "qspi_32x32_image_data.h"
#include "qspi_64x64_image_data.h"
#include "qspi_128x128_image_data.h"
#include "qspi_480x272_image_data.h"
#include "qspi_800x480_image_data.h"