USE_GFX_FONT_IN_PROGRAM_SECTION Macro

Microchip Graphics Library

Microchip Graphics Library
USE_GFX_FONT_IN_PROGRAM_SECTION Macro
C
#define USE_GFX_FONT_IN_PROGRAM_SECTION 
Overview

For XC16 or C30 builds only: When placing fonts in internal data memory, there is a 32K limit for data space. The total data should not exceed 32K. When this is unavoidable, the macro USE_GFX_FONT_IN_PROGRAM_SECTION will relocate the font in program space. This will remove the 32K restriction but at the expense of slower access. Define this in GraphicsConfig.h to enable the font to be placed in program space.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved