STM32L4R9I_EVAL BSP User Manual
|
This file contains alias for compatibility with DSI and TFT LCD. More...
#include "../../../Utilities/Fonts/fonts.h"
Go to the source code of this file.
Data Structures | |
struct | LCD_DrawPropTypeDef |
struct | Point |
Defines | |
#define | LCD_LayerCfgTypeDef LTDC_LayerCfgTypeDef |
#define | LTDC_MAX_LAYER_NUMBER ((uint32_t) 2) |
#define | LTDC_ACTIVE_LAYER_BACKGROUND LTDC_LAYER_1 |
#define | LTDC_ACTIVE_LAYER_FOREGROUND LTDC_LAYER_2 |
#define | LTDC_NB_OF_LAYERS ((uint32_t) 2) |
#define | LTDC_DEFAULT_ACTIVE_LAYER LTDC_ACTIVE_LAYER_BACKGROUND |
#define | LCD_OK 0x00 |
#define | LCD_ERROR 0x01 |
#define | LCD_TIMEOUT 0x02 |
#define | LCD_COLOR_BLUE ((uint32_t) 0xFF0000FF) |
#define | LCD_COLOR_GREEN ((uint32_t) 0xFF00FF00) |
#define | LCD_COLOR_RED ((uint32_t) 0xFFFF0000) |
#define | LCD_COLOR_CYAN ((uint32_t) 0xFF00FFFF) |
#define | LCD_COLOR_MAGENTA ((uint32_t) 0xFFFF00FF) |
#define | LCD_COLOR_YELLOW ((uint32_t) 0xFFFFFF00) |
#define | LCD_COLOR_LIGHTBLUE ((uint32_t) 0xFF8080FF) |
#define | LCD_COLOR_LIGHTGREEN ((uint32_t) 0xFF80FF80) |
#define | LCD_COLOR_LIGHTRED ((uint32_t) 0xFFFF8080) |
#define | LCD_COLOR_LIGHTCYAN ((uint32_t) 0xFF80FFFF) |
#define | LCD_COLOR_LIGHTMAGENTA ((uint32_t) 0xFFFF80FF) |
#define | LCD_COLOR_LIGHTYELLOW ((uint32_t) 0xFFFFFF80) |
#define | LCD_COLOR_DARKBLUE ((uint32_t) 0xFF000080) |
#define | LCD_COLOR_DARKGREEN ((uint32_t) 0xFF008000) |
#define | LCD_COLOR_DARKRED ((uint32_t) 0xFF800000) |
#define | LCD_COLOR_DARKCYAN ((uint32_t) 0xFF008080) |
#define | LCD_COLOR_DARKMAGENTA ((uint32_t) 0xFF800080) |
#define | LCD_COLOR_DARKYELLOW ((uint32_t) 0xFF808000) |
#define | LCD_COLOR_WHITE ((uint32_t) 0xFFFFFFFF) |
#define | LCD_COLOR_LIGHTGRAY ((uint32_t) 0xFFD3D3D3) |
#define | LCD_COLOR_GRAY ((uint32_t) 0xFF808080) |
#define | LCD_COLOR_DARKGRAY ((uint32_t) 0xFF404040) |
#define | LCD_COLOR_BLACK ((uint32_t) 0xFF000000) |
#define | LCD_COLOR_BROWN ((uint32_t) 0xFFA52A2A) |
#define | LCD_COLOR_ORANGE ((uint32_t) 0xFFFFA500) |
#define | LCD_COLOR_TRANSPARENT ((uint32_t) 0xFF000000) |
#define | LCD_DEFAULT_FONT Font24 |
Typedefs | |
typedef Point * | pPoint |
Enumerations | |
enum | Text_AlignModeTypdef { CENTER_MODE = 0x01, RIGHT_MODE = 0x02, LEFT_MODE = 0x03 } |
enum | LCD_OrientationTypeDef { LCD_ORIENTATION_PORTRAIT = 0x00, LCD_ORIENTATION_LANDSCAPE = 0x01, LCD_ORIENTATION_INVALID = 0x02 } |
Detailed Description
This file contains alias for compatibility with DSI and TFT LCD.
- Attention:
© COPYRIGHT(c) 2017 STMicroelectronics
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file stm32l4r9i_eval_lcd.h.
Generated on Thu Oct 12 2017 10:53:59 for STM32L4R9I_EVAL BSP User Manual by 1.7.6.1