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: DISCOF469SerialLCD.h
- Revision:
- 3:33ee80658224
- Parent:
- 2:b4877019c16a
- Child:
- 4:df0201a66e39
diff -r b4877019c16a -r 33ee80658224 DISCOF469SerialLCD.h
--- a/DISCOF469SerialLCD.h Sun Feb 18 19:54:18 2018 +0000
+++ b/DISCOF469SerialLCD.h Sun Feb 18 19:56:53 2018 +0000
@@ -178,7 +178,7 @@
* @brief Reads the color of an LCD pixel.
* @param Xpos X position
* @param Ypos Y position
- * @retval Pixel color in ARGB mode (8-8-8-8)
+ * @retval uint32_t Pixel color in ARGB mode (8-8-8-8)
*/
uint32_t ReadPixel(uint16_t Xpos, uint16_t Ypos);
@@ -274,7 +274,7 @@
/** Determines if the touchscreen is being touched or not.
*
- * @retval Number of simulantanous touches on screen. 0 = not touched.
+ * @retval uint8_t Number of simulantanous touches on screen. 0 = not touched.
*/
uint8_t Touches(void);