fix(core): fix STM32F4 display base address

[no changelog]
pull/3474/head
tychovrahe 10 months ago committed by TychoVrahe
parent 653d73ee22
commit 95999623fc

@ -40,7 +40,7 @@
const volatile uint8_t DISPLAY_ST7789V_INVERT_COLORS = 1;
#ifndef FMC_BANK1
#define FMC_BANK1 FMC_Bank1
#define FMC_BANK1 0x60000000U
#endif
#define DISPLAY_MEMORY_BASE FMC_BANK1

Loading…
Cancel
Save