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.
Dependents: TouchScreenCalibrate TouchScreenGUIDemo
Fork of UniGraphic by
Diff: Display/TFT.h
- Revision:
- 8:26757296c79d
- Parent:
- 7:bb0383b91104
- Child:
- 10:668cf78ff93a
diff -r bb0383b91104 -r 26757296c79d Display/TFT.h --- a/Display/TFT.h Tue Feb 17 11:02:06 2015 +0000 +++ b/Display/TFT.h Tue Feb 17 17:54:14 2015 +0000 @@ -47,10 +47,10 @@ */ virtual void window(int x, int y, int w, int h); - /** Read pixel color at current location + /** Read pixel color at location * @param x is the horizontal offset to this pixel. * @param y is the vertical offset to this pixel. - * @param color defines the color for the pixel. + * @returns 16bit color. */ virtual unsigned short pixelread(int x, int y);