diff Discovery/Inc/Fonts/image_heinrichs_weikamp.h @ 45:219943ef9dc0

Replaced generic with individual sections to invert the link order and to be able to place specific fonts at defined locations
author Ideenmodellierer
date Sun, 29 Jul 2018 18:07:52 +0200
parents 5f11787b4f42
children
line wrap: on
line diff
--- a/Discovery/Inc/Fonts/image_heinrichs_weikamp.h	Sun Jul 29 18:06:37 2018 +0200
+++ b/Discovery/Inc/Fonts/image_heinrichs_weikamp.h	Sun Jul 29 18:07:52 2018 +0200
@@ -29,7 +29,7 @@
 
 #include "gfx_fonts.h"
 
-const uint32_t indexHWcolor[indexHWcolorSIZE] UPPER_FONT_DIRECTORY = {
+const uint32_t indexHWcolor[indexHWcolorSIZE] UPPER_IMAGE_DIRECTORY = {
  0x00151112
 ,0x00090708
 ,0x00F3F7FC
@@ -288,7 +288,7 @@
 ,0x00000000
 };
 
-static const uint8_t image_data_hw_logo_pantone_white_blue3[18400] UPPER_FONTS = {
+static const uint8_t image_data_hw_logo_pantone_white_blue3[18400] UPPER_IMAGE_DIRECTORY = {
     0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0x79, 0x4e, 0x4d, 0x4e, 0x4d, 0x66, 0x4e, 0x78, 0x78, 0x78, 0x66, 0x78, 0x66, 0x4e, 0x66, 0x4d, 0x4d, 0x4d, 0x78, 0x4d, 0x66, 0x66, 0x66, 0x78, 0x4e, 0x4d, 0x66, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
     0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0x6c, 0x45, 0x45, 0x44, 0x47, 0x44, 0x44, 0x45, 0x44, 0x45, 0x47, 0x44, 0x44, 0x45, 0x47, 0x45, 0x47, 0x47, 0x44, 0x44, 0x44, 0x47, 0x44, 0x45, 0x45, 0x44, 0x44, 0x56, 0x78, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
     0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0x6b, 0x45, 0x47, 0x47, 0x47, 0x45, 0x44, 0x45, 0x45, 0x47, 0x47, 0x47, 0x44, 0x44, 0x47, 0x47, 0x45, 0x44, 0x47, 0x45, 0x47, 0x47, 0x44, 0x44, 0x45, 0x45, 0x45, 0x47, 0x45, 0x67, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
@@ -691,4 +691,4 @@
     0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xf7, 0xdb, 0xd8, 0xee, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa
 };
 
-const tImage ImgHWcolor UPPER_FONT_DIRECTORY = { image_data_hw_logo_pantone_white_blue3, 400, 46};
+const tImage ImgHWcolor UPPER_IMAGE_DIRECTORY = { image_data_hw_logo_pantone_white_blue3, 400, 46};