Undef uGFX colors for the STM32F7 board to prevent conflicts with changed STM32 HAL header files
This commit is contained in:
parent
8d66f0233f
commit
bb7f100804
@ -1,4 +1,7 @@
|
|||||||
#include "../../../gfx.h"
|
#include "../../../gfx.h"
|
||||||
|
#undef Red
|
||||||
|
#undef Green
|
||||||
|
#undef Blue
|
||||||
#include "stm32f746g_discovery_sdram.h"
|
#include "stm32f746g_discovery_sdram.h"
|
||||||
#include "stm32f7xx_hal_rcc.h"
|
#include "stm32f7xx_hal_rcc.h"
|
||||||
#include "stm32f7xx_hal_dma.h"
|
#include "stm32f7xx_hal_dma.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#include "../../../gfx.h"
|
#include "../../../gfx.h"
|
||||||
|
#undef Red
|
||||||
|
#undef Green
|
||||||
|
#undef Blue
|
||||||
#include "stm32f7xx.h"
|
#include "stm32f7xx.h"
|
||||||
|
|
||||||
#if !defined (HSE_VALUE)
|
#if !defined (HSE_VALUE)
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#include "../../../gfx.h"
|
#include "../../../gfx.h"
|
||||||
|
#undef Red
|
||||||
|
#undef Green
|
||||||
|
#undef Blue
|
||||||
#include "stm32f7xx_hal.h"
|
#include "stm32f7xx_hal.h"
|
||||||
|
|
||||||
#if GFX_USE_OS_CHIBIOS
|
#if GFX_USE_OS_CHIBIOS
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
|
#undef Red
|
||||||
|
#undef Green
|
||||||
|
#undef Blue
|
||||||
#include "stm32f7_i2c.h"
|
#include "stm32f7_i2c.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user