Dependencies:   VL53L0X

Fork of X_NUCLEO_53L0A1 by ST

Embed: (wiki syntax)

« Back to documentation index

Display Class Reference

Display Class Reference

Class representing Display. More...

#include <Display.h>

Public Member Functions

 Display (Stmpe1600 *stmpe_1600_exp0, Stmpe1600 *stmpe_1600_exp1)
 Constructor.
void display_string (const char *str)
 Print the string on display.

Detailed Description

Class representing Display.

Definition at line 324 of file Display.h.


Constructor & Destructor Documentation

Display ( Stmpe1600 stmpe_1600_exp0,
Stmpe1600 stmpe_1600_exp1 
)

Constructor.

Parameters:
[in]&stmpe_1600device handler to be used for display control

Definition at line 334 of file Display.h.


Member Function Documentation

void display_string ( const char *  str )

Print the string on display.

Parameters:
[in]Stringto be printed
[in]Stringlenght [min 1, max 4]
Returns:
void

Definition at line 368 of file Display.h.