Portrait version of the disco LCD library.
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 |
diff -r d38374480318 -r 08e5a585ab14 LCD_DISCO_F469NI.cpp --- 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);