mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-02 11:30:58 +00:00
fix(core): fix STM32F4 display base address
[no changelog]
This commit is contained in:
parent
653d73ee22
commit
95999623fc
@ -40,7 +40,7 @@
|
|||||||
const volatile uint8_t DISPLAY_ST7789V_INVERT_COLORS = 1;
|
const volatile uint8_t DISPLAY_ST7789V_INVERT_COLORS = 1;
|
||||||
|
|
||||||
#ifndef FMC_BANK1
|
#ifndef FMC_BANK1
|
||||||
#define FMC_BANK1 FMC_Bank1
|
#define FMC_BANK1 0x60000000U
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DISPLAY_MEMORY_BASE FMC_BANK1
|
#define DISPLAY_MEMORY_BASE FMC_BANK1
|
||||||
|
Loading…
Reference in New Issue
Block a user