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_F469NI by
Revision 2:08e5a585ab14, committed 2017-12-14
- Comitter:
- cgoyette
- Date:
- Thu Dec 14 18:41:56 2017 +0000
- Parent:
- 0:d38374480318
- Commit message:
- .
Changed in this revision
LCD_DISCO_F469NI.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LCD_DISCO_F469NI.cpp Fri Dec 18 07:31:48 2015 +0000 +++ b/LCD_DISCO_F469NI.cpp Thu Dec 14 18:41:56 2017 +0000 @@ -22,7 +22,7 @@ LCD_DISCO_F469NI::LCD_DISCO_F469NI() { BSP_LCD_Init(); - BSP_LCD_InitEx(LCD_ORIENTATION_LANDSCAPE); + BSP_LCD_InitEx(LCD_ORIENTATION_PORTRAIT); BSP_LCD_LayerDefaultInit(LTDC_ACTIVE_LAYER_BACKGROUND, LCD_FB_START_ADDRESS); BSP_LCD_SetFont(&Font20); BSP_LCD_Clear(LCD_COLOR_WHITE);