LCD_ORIENTATION_LANDSCAPE is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

LCD_ORIENTATION_LANDSCAPE macro

Landscape orientation choice of LCD screen

Syntax

#define LCD_ORIENTATION_LANDSCAPE ((uint8_t)0x01)

References

LocationText
stm32f413h_discovery_lcd.h:86
#define LCD_ORIENTATION_LANDSCAPE ((uint8_t)0x01) /*!< Landscape orientation choice of LCD screen */
stm32f413h_discovery_lcd.c:104
return (BSP_LCD_InitEx(LCD_ORIENTATION_LANDSCAPE));