DeepCover Embedded Security in IoT: Public-key Secured Data Paths

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

Display Class Reference

Display Class Reference

Interface to the SPI LCD module. More...

#include <Display.hpp>

Public Member Functions

void initialize ()
 Initializes the display to a known configuration before other operations.
void update ()
 Updates the display with the specified bitmap.

Detailed Description

Interface to the SPI LCD module.

Definition at line 42 of file Display.hpp.


Member Function Documentation

void initialize (  )

Initializes the display to a known configuration before other operations.

Definition at line 47 of file Display.cpp.

void update (  )

Updates the display with the specified bitmap.

Parameters:
canvasBitmap to display which should typically match the width and height dimensions.

Definition at line 59 of file Display.cpp.