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.
Dependencies: BSP_DISCO_F413ZH mbed
main.cpp
00001 #include "mbed.h" 00002 #include "stm32f413h_discovery_lcd.h" 00003 00004 int main() 00005 { 00006 BSP_LCD_Init(); 00007 00008 /* Clear the LCD */ 00009 BSP_LCD_Clear(LCD_COLOR_WHITE); 00010 00011 BSP_LCD_DisplayStringAt(0, LINE(1), (uint8_t *)"MBED EXAMPLE", CENTER_MODE); 00012 wait(2); 00013 BSP_LCD_Clear(LCD_COLOR_GREEN); 00014 BSP_LCD_SetBackColor(LCD_COLOR_GREEN); 00015 BSP_LCD_SetTextColor(LCD_COLOR_BLACK); 00016 BSP_LCD_DisplayStringAt(0, LINE(5), (uint8_t *)"DISCOVERY STM32F413ZH", CENTER_MODE); 00017 00018 while(1) { 00019 } 00020 }
Generated on Thu Jul 14 2022 13:41:07 by
1.7.2