![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Go to the source code of this file.
Macros | |
#define | QSPI_MEM_BASE 0x90000000 |
#define | QSPI_SRVD_CONFIG 0x00001000 /* we reserve 4K at beginning of QSPI for config */ |
#define | BMP_FILE_SIZE 0x00120000 /* a bit more as real file size for 800x480, round up to next boundary */ |
#define | PAGE_SPLASH (QSPI_MEM_BASE + QSPI_SRVD_CONFIG) /* page0 - Splash screen */ |
#define | PAGE_1 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 1 * BMP_FILE_SIZE) /* page1 - Main page */ |
#define | PAGE_2 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 2 * BMP_FILE_SIZE) /* page2 - Config */ |
#define | PAGE_3 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 3 * BMP_FILE_SIZE) /* page3 - Status */ |
#define | PAGE_4 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 4 * BMP_FILE_SIZE) /* page4 - FFT */ |
#define | PAGE_5 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 5 * BMP_FILE_SIZE) /* page5 - Filter (EQ) */ |
#define | PAGE_6 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 6 * BMP_FILE_SIZE) /* page6 - SDCard files */ |
#define BMP_FILE_SIZE 0x00120000 /* a bit more as real file size for 800x480, round up to next boundary */ |
Definition at line 28 of file GUI_pages.h.
#define PAGE_1 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 1 * BMP_FILE_SIZE) /* page1 - Main page */ |
Definition at line 31 of file GUI_pages.h.
#define PAGE_2 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 2 * BMP_FILE_SIZE) /* page2 - Config */ |
Definition at line 32 of file GUI_pages.h.
#define PAGE_3 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 3 * BMP_FILE_SIZE) /* page3 - Status */ |
Definition at line 33 of file GUI_pages.h.
#define PAGE_4 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 4 * BMP_FILE_SIZE) /* page4 - FFT */ |
Definition at line 34 of file GUI_pages.h.
#define PAGE_5 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 5 * BMP_FILE_SIZE) /* page5 - Filter (EQ) */ |
Definition at line 35 of file GUI_pages.h.
#define PAGE_6 (QSPI_MEM_BASE + QSPI_SRVD_CONFIG + 6 * BMP_FILE_SIZE) /* page6 - SDCard files */ |
Definition at line 36 of file GUI_pages.h.
#define PAGE_SPLASH (QSPI_MEM_BASE + QSPI_SRVD_CONFIG) /* page0 - Splash screen */ |
Definition at line 30 of file GUI_pages.h.
#define QSPI_MEM_BASE 0x90000000 |
Definition at line 18 of file GUI_pages.h.
#define QSPI_SRVD_CONFIG 0x00001000 /* we reserve 4K at beginning of QSPI for config */ |
Definition at line 19 of file GUI_pages.h.