LCD example.

Dependencies:   BSP_DISCO_F413ZH mbed

Files at this revision

API Documentation at this revision

Comitter:
bcostm
Date:
Tue Sep 26 13:58:42 2017 +0000
Parent:
0:adbe8684bb7c
Commit message:
Add mbed library v151

Changed in this revision

BSP_DISCO_F413ZH.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/BSP_DISCO_F413ZH.lib	Wed May 17 14:16:43 2017 +0200
+++ b/BSP_DISCO_F413ZH.lib	Tue Sep 26 13:58:42 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ST/code/BSP_DISCO_F413ZH/#a3f6b8b5a6bf
\ No newline at end of file
+https://developer.mbed.org/teams/ST/code/BSP_DISCO_F413ZH/#0f07a9ac06f7
--- a/main.cpp	Wed May 17 14:16:43 2017 +0200
+++ b/main.cpp	Tue Sep 26 13:58:42 2017 +0000
@@ -1,21 +1,20 @@
 #include "mbed.h"
 #include "stm32f413h_discovery_lcd.h"
- 
+
 int main()
 {
     BSP_LCD_Init();
 
     /* Clear the LCD */
     BSP_LCD_Clear(LCD_COLOR_WHITE);
- 
+
     BSP_LCD_DisplayStringAt(0, LINE(1), (uint8_t *)"MBED EXAMPLE", CENTER_MODE);
     wait(2);
     BSP_LCD_Clear(LCD_COLOR_GREEN);
     BSP_LCD_SetBackColor(LCD_COLOR_GREEN);
     BSP_LCD_SetTextColor(LCD_COLOR_BLACK);
     BSP_LCD_DisplayStringAt(0, LINE(5), (uint8_t *)"DISCOVERY STM32F413ZH", CENTER_MODE);
- 
+
     while(1) {
     }
 }
- 
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Sep 26 13:58:42 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/675da3299148
\ No newline at end of file