Updates to follow mbed SDK coding style guidelines.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: 53L0A1_Satellites_with_Interrupts_OS5 Display_53L0A1_OS5
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 | display_string (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 display_string | ( | 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 363 of file Display_class.h.
Generated on Wed Jul 13 2022 19:35:41 by
1.7.2
