diff --git a/ARM.Arm-2D.pdsc b/ARM.Arm-2D.pdsc index da3fc68d..4239e97f 100644 --- a/ARM.Arm-2D.pdsc +++ b/ARM.Arm-2D.pdsc @@ -250,7 +250,7 @@ - + diff --git a/Library/Include/template/arm_2d_cfg.h b/Library/Include/template/arm_2d_cfg.h index bb8ac6f1..f62152cb 100644 --- a/Library/Include/template/arm_2d_cfg.h +++ b/Library/Include/template/arm_2d_cfg.h @@ -63,7 +63,7 @@ extern "C" { // Note that enabling this feature will add the support for a special colour type: ARM_2D_CHANNEL_8in32 // This feature is disabled by default to save code size #ifndef __ARM_2D_CFG_SUPPORT_COLOUR_CHANNEL_ACCESS__ -# define __ARM_2D_CFG_SUPPORT_COLOUR_CHANNEL_ACCESS__ 0 +# define __ARM_2D_CFG_SUPPORT_COLOUR_CHANNEL_ACCESS__ 1 #endif // Enable ccca8888(ARGB8888) implicit conversion