Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

Set in configuration GFX_XCHAR Description
#define GFX_CONFIG_FONT_CHAR_SIZE
16
#define GFX_XCHAR uint16_t Use multi-byte characters (0-2^16 range).
#define GFX_CONFIG_FONT_CHAR_SIZE 8 #define GFX_XCHAR uint8_t Use byte characters (0-255 range).
If this macro is not set, the default size used is 8-bits.
// example to set characters to use 16 bits
#define GFX_CONFIG_FONT_CHAR_SIZE 16
// example to set characters to use 8 bits
#define GFX_CONFIG_FONT_CHAR_SIZE 8
Remarks
None.
1.5.1.8 GFX_CONFIG_FONT_EXTERNAL_DISABLE Macro
Macro that disables sourcing of font resources from external sources.
File
gfx_config_template.h
Syntax
#define GFX_CONFIG_FONT_EXTERNAL_DISABLE
Description
Macro: GFX_CONFIG_FONT_EXTERNAL_DISABLE
Font data can be placed in multiple locations. They can be placed in FLASH memory, RAM and external memory. To reduce
code size, any one of these locations, when not used, can be disabled by defining the macros at build time.
This macro disables the use of font resources from external memory.
To disable this feature, add this macro in the configuration.
Remarks
None.
1.5.1.9 GFX_CONFIG_FONT_FLASH_DISABLE Macro
Macro that disables sourcing of font resources from internal flash memory.
File
gfx_config_template.h
Syntax
#define GFX_CONFIG_FONT_FLASH_DISABLE
Description
Macro: GFX_CONFIG_FONT_FLASH_DISABLE
Font data can be placed in multiple locations. They can be placed in FLASH memory, RAM and external memory. To reduce
code size, any one of these locations, when not used, can be disabled by defining the macros at build time.
This macro disables the use of font resources from internal flash memory.
To disable this feature, add this macro in the configuration.
1.5 Configuring the Library MLA - Graphics Library Help Configuration Options
64

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh