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.
Dependencies: BSP_DISCO_F746NG
tft.c File Reference
Go to the source code of this file.
Functions | |
| static uint8_t | LCD_Init (void) |
| Initializes the LCD. | |
| static void | DMA_TransferComplete (DMA_HandleTypeDef *han) |
| DMA conversion complete callback. | |
| static void | DMA_TransferError (DMA_HandleTypeDef *han) |
| DMA conversion error callback. | |
| void | tft_init (void) |
| Initialize your display here. | |
| static void | LCD_MspInit (void) |
| Configure LCD pins, and peripheral clocks. | |
| static void | LCD_ClockConfig (void) |
| Configure LTDC PLL. | |
| void | CPY_BUF_DMA_STREAM_IRQHANDLER (void) |
| This function handles DMA Stream interrupt request. | |
Detailed Description
Definition in file tft.c.
Function Documentation
| void CPY_BUF_DMA_STREAM_IRQHANDLER | ( | void | ) |
| static void DMA_TransferComplete | ( | DMA_HandleTypeDef * | han ) | [static] |
| static void DMA_TransferError | ( | DMA_HandleTypeDef * | han ) | [static] |
| static void LCD_ClockConfig | ( | void | ) | [static] |
| static uint8_t LCD_Init | ( | void | ) | [static] |
| static void LCD_MspInit | ( | void | ) | [static] |
Generated on Sat Feb 4 2023 21:01:57 by
1.7.2