graphic_config.h
Overview
Related Modules:
Description:
Provides configuration items required for graphics.
Since:
1.0
Version:
1.0
Summary
Macros
DMA2D hardware acceleration, which does not take effect on other platforms. |
|
DMA2D hardware acceleration for font rendering, which does not take effect on other platforms. |
|
Advanced algorithm for line breaks, which is disabled by default on other platforms. |
|
Multi-window, which is enabled by default on other platforms. |
|
Display buffer for rendering data refresh, which is disabled by default on other platforms. |
|
Vector type font,which is enabled by default on other platforms. |
|
Graphics rendering hardware acceleration, which is enabled by default. |
|
Memory hook, which is enabled by default. The system memory allocation is taken over after it is enabled. |
|
Function for monitoring the image refresh frame rate, which is disabled by default. |
|
Rectangle anti-aliasing, which is disabled by default. |
|
Font color mode, which is disabled by default. After it is enabled, the font color mode is set to 4 to accelerate font rendering. |
|
Log function of a graphics subsystem, which is disabled by default. |
|
Function for receiving input events in screen-off mode, which is disabled by default. |
|
Defines the log level. A smaller value indicates a higher priority. Logs whose priorities are higher than a specified level can be recorded. Log levels: NONE: disabling logs FATAL: fatal level ERROR: error level WARN: warning level INFO: info level DEBUG: debugging level. |
|
COLOR_DEPTH 32 |
Defines the color depth of graphics rendering. The default value is 32 bits. The value can be 16 or 32. |
DEFAULT_VECTOR_FONT_FILENAME ”SourceHanSansSC-Regular.otf” |