C
#define USE_FONT_EXTERNAL
Overview
Font data can be placed in two locations. One is in FLASH memory and the other is from external memory. Definining one or both enables the support for fonts located in internal flash and external memory. Define this in GraphicsConfig.h
- USE_FONT_FLASH - Font in internal flash memory support.
- USE_FONT_EXTERNAL - Font in external memory support (including external memory mapped to EDS).