Demo for Embedded World 2015.

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

AppImageViewer Class Reference

AppImageViewer Class Reference

An App example. More...

#include <AppImageViewer.h>


Detailed Description

An App example.

Searches for images on any connected media (USB Mass Storage, SD Card or QSPI File System) and presents the images one at a time, scaled to fit the display.

The purpose of this example is to show how to recursively search the file systems and how to load images. The image scaling could be replaced with rotating, cropping or any other image operation. The two second delay between images could be replaced with buttons or other touch events.

Definition at line 36 of file AppImageViewer.h.