C
#define USE_BITMAP_FLASH
Overview
Similar to Font data bitmaps can also 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 bitmaps located in internal flash and external memory. Define this in GraphicsConfig.h
- USE_BITMAP_FLASH - Images located in internal flash memory.
- USE_BITMAP_EXTERNAL - Images located in external memory (including external memory mapped to EDS)..