Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: Display_53L0A1_IntSatelites Display_53L0A1_InterruptMode
Fork of X_NUCLEO_53L0A1 by
Display Class Reference
Class representing Display. More...
#include <Display_class.h>
Public Member Functions | |
Display (STMPE1600 &stmpe_1600_exp0, STMPE1600 &stmpe_1600_exp1) | |
Constructor. | |
void | DisplayString (const char *str) |
Print the string on display. |
Detailed Description
Class representing Display.
Definition at line 324 of file Display_class.h.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
[in] &stmpe_1600 device handler to be used for display control
Definition at line 333 of file Display_class.h.
Member Function Documentation
void DisplayString | ( | const char * | str ) |
Print the string on display.
- Parameters:
-
[in] String to be printed [in] String lenght [min 1, max 4]
- Returns:
- void
Definition at line 361 of file Display_class.h.
Generated on Tue Jul 12 2022 21:41:59 by
