diff Discovery/Inc/gfx_fonts.h @ 74:f2d98ad6f1be

Move font to upper memory
author Ideenmodellierer
date Thu, 04 Oct 2018 20:40:53 +0200
parents 7c786c7aa99b
children 1c95f811967c
line wrap: on
line diff
--- a/Discovery/Inc/gfx_fonts.h	Thu Oct 04 20:40:21 2018 +0200
+++ b/Discovery/Inc/gfx_fonts.h	Thu Oct 04 20:40:53 2018 +0200
@@ -71,7 +71,7 @@
 // Macro to store in UPPER rom font sections
 /* TODO: Looking at older map files the directories should be placed within the firmware memory */
 /*       As well as the image data => to be confirmed */ 
-#define UPPER_FONT_DIRECTORY __attribute__ (( used, section(".lower_font_directory") ))
+#define UPPER_FONT_DIRECTORY __attribute__ (( used, section(".upper_font_directory") ))
 
 #define UPPER_IMAGE_DIRECTORY __attribute__(( section(".lower_image_directory") ))
 #define UPPER_IMAGES          __attribute__(( section(".lower_images") ))