Class library for a serial lcd implemented on a DISCO-F469NI Development board running specific firmware for this purpose.
Diff: DISCOF469SerialLCD.h
- Revision:
- 3:33ee80658224
- Parent:
- 2:b4877019c16a
- Child:
- 4:df0201a66e39
--- 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);