|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
Library defines. More...
Macros | |
| #define | ILI9341_SPI SPI5 |
| This SPI pins are used on STM32F429-Discovery board. | |
| #define | ILI9341_SPI_PINS TM_SPI_PinsPack_1 |
| #define | ILI9341_CS_PORT GPIOC |
| CS PIN for SPI, used as on STM32F429-Discovery board. | |
| #define | ILI9341_CS_PIN GPIO_PIN_2 |
| #define | ILI9341_WRX_PORT GPIOD |
| WRX PIN for data/command, used as on STM32F429-Discovery board. | |
| #define | ILI9341_WRX_PIN GPIO_PIN_13 |
| #define | ILI9341_COLOR_WHITE 0xFFFF |
| Colors for LCD in RGB565 format. | |
| #define | ILI9341_COLOR_BLACK 0x0000 |
| #define | ILI9341_COLOR_RED 0xF800 |
| #define | ILI9341_COLOR_GREEN 0x07E0 |
| #define | ILI9341_COLOR_GREEN2 0xB723 |
| #define | ILI9341_COLOR_BLUE 0x001F |
| #define | ILI9341_COLOR_BLUE2 0x051D |
| #define | ILI9341_COLOR_YELLOW 0xFFE0 |
| #define | ILI9341_COLOR_ORANGE 0xFBE4 |
| #define | ILI9341_COLOR_CYAN 0x07FF |
| #define | ILI9341_COLOR_MAGENTA 0xA254 |
| #define | ILI9341_COLOR_GRAY 0x7BEF |
| #define | ILI9341_COLOR_BROWN 0xBBCA |
| #define | ILI9341_TRANSPARENT 0x80000000 |
| Transparent background, only for chars and strings. More... | |
Library defines.
| #define ILI9341_TRANSPARENT 0x80000000 |
Transparent background, only for chars and strings.