Fixing include paths
This commit is contained in:
parent
49f32f5ce7
commit
43758829b8
1 changed files with 2 additions and 4 deletions
|
@ -67,12 +67,10 @@ typedef struct ltdcConfig {
|
||||||
#define LTDC_PIXELBYTES 3
|
#define LTDC_PIXELBYTES 3
|
||||||
#define LTDC_PIXELBITS 24
|
#define LTDC_PIXELBITS 24
|
||||||
#else
|
#else
|
||||||
#error "GDISP: STM32F4iDiscovery - unsupported pixel format"
|
#error "GDISP: STM32F746Discovery - unsupported pixel format"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "board_STM32F429iDiscovery.h"
|
#include "board_STM32F746Discovery.h"
|
||||||
|
|
||||||
#include "ili9341.h"
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue