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: EPD_GDEW075T8 mbed
main.cpp@1:4083aff0fa16, 2018-10-15 (annotated)
- Committer:
- HarryChen
- Date:
- Mon Oct 15 03:53:31 2018 +0000
- Revision:
- 1:4083aff0fa16
- Parent:
- 0:770c45c51d26
- Child:
- 2:686cb2cf459f
Update Demo program
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| HarryChen | 0:770c45c51d26 | 1 | #include "mbed.h" |
| HarryChen | 0:770c45c51d26 | 2 | #include "GDEW075T8.h" |
| HarryChen | 1:4083aff0fa16 | 3 | #include "DemoPixelSource.h" |
| HarryChen | 0:770c45c51d26 | 4 | |
| HarryChen | 0:770c45c51d26 | 5 | int main() { |
| HarryChen | 1:4083aff0fa16 | 6 | |
| HarryChen | 1:4083aff0fa16 | 7 | GDE::PixelSource demoSource = GDE::DemoPixelSource(); |
| HarryChen | 1:4083aff0fa16 | 8 | |
| HarryChen | 1:4083aff0fa16 | 9 | GDE::start(); |
| HarryChen | 1:4083aff0fa16 | 10 | GDE::showPixels(demoSource); |
| HarryChen | 1:4083aff0fa16 | 11 | GDE::stop(); |
| HarryChen | 0:770c45c51d26 | 12 | } |
