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.
Fork of LCD_DISCO_F746NG by
Diff: LCD_DISCO_F746NG.cpp
- Revision:
- 2:6e4e470c630f
- Parent:
- 1:d12f50b92a11
diff -r d12f50b92a11 -r 6e4e470c630f LCD_DISCO_F746NG.cpp
--- a/LCD_DISCO_F746NG.cpp Sun Sep 23 16:12:11 2018 +0000
+++ b/LCD_DISCO_F746NG.cpp Sun Sep 23 16:17:12 2018 +0000
@@ -185,9 +185,9 @@
BSP_LCD_DisplayStringAt(Xpos, Ypos, (uint8_t *)Text, Mode);
}
-void LCD_DISCO_F746NG::DisplayChar(uint16_t Xpos, uint16_t Ypos, uint8_t Ascii)
+void LCD_DISCO_F746NG::DisplayChar(uint16_t Xpos, uint16_t Ypos, char Ascii)
{
- BSP_LCD_DisplayChar(Xpos, Ypos, Ascii);
+ BSP_LCD_DisplayChar(Xpos, Ypos, (uint8_t) Ascii);
}
void LCD_DISCO_F746NG::DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
