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.
Diff: GraphicsDisplay.h
- Revision:
- 35:7dcab9e3ab25
- Parent:
- 34:c99ec28fac66
- Child:
- 36:300f6ee0b2cf
--- a/GraphicsDisplay.h Thu Jan 23 23:45:20 2014 +0000
+++ b/GraphicsDisplay.h Thu Jan 23 23:51:47 2014 +0000
@@ -186,10 +186,9 @@
/// used. The performance results are impressive (but depend on the
/// listed factors).
///
- /// File System | Rendering Method | Rendering Time
- /// LocalFileSystem | Software only | 34 sec
- /// LocalFileSystem | Hardware RA8875 | 9 sec
- /// MSCFileSystem | Hardware RA8875 | 3 sec
+ /// \li 34 seconds, LocalFileSystem, Software Rendering
+ /// \li 9 seconds, LocalFileSystem, Hardware Rending for RA8875
+ /// \li 3 seconds, MSCFileSystem, Hardware Rendering for RA8875
///
/// @param x is the horizontal pixel coordinate
/// @param y is the vertical pixel coordinate