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.
Fork of X_NUCLEO_6180XA1 by
Display Class Reference
Class representing Display. More...
#include <Display_class.h>
| Public Member Functions | |
| Display (STMPE1600 &stmpe_1600) | |
| Constructor. | |
| void | DisplayString (char str[4], char strlen) | 
| Print the string on display. | |
| void | DisplayDigit (char *val, char dgt) | 
| Print the digit on display. | |
Detailed Description
Class representing Display.
Definition at line 247 of file Display_class.h.
Constructor & Destructor Documentation
Constructor.
- Parameters:
- 
  [in] &stmpe_1600 device handler to be used for display control 
Definition at line 253 of file Display_class.h.
Member Function Documentation
| void DisplayDigit | ( | char * | val, | 
| char | dgt | ||
| ) | 
Print the digit on display.
- Parameters:
- 
  [in] Digit value to be printed [in] Digit to be used [min 0, max 3] 
- Returns:
- void
Definition at line 303 of file Display_class.h.
| void DisplayString | ( | char | str[4], | 
| char | strlen | ||
| ) | 
Print the string on display.
- Parameters:
- 
  [in] String to be printed [in] String lenght [min 1, max 4] 
- Returns:
- void
Definition at line 275 of file Display_class.h.
Generated on Wed Jul 13 2022 03:00:33 by
 1.7.2
 1.7.2 
    