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: MaximInterface
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:
-
canvas Bitmap to display which should typically match the width and height dimensions.
Definition at line 59 of file Display.cpp.
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2