Skip to content

Commit

Permalink
improve the compatibility with LVGL9
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 7, 2025
1 parent 160c396 commit 8d21bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ARM.Arm-2D.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<file category="sourceC" name="Library/Source/arm_2d_conversion.c" />
<file category="sourceC" name="Library/Source/arm_2d_helium.c" condition="Helium" />
<file category="doc" name="documentation/index.html"/>
<file category="preIncludeGlobal" name="Library/Include/template/arm_2d_cfg.h" attr="config" version="1.3.11" />
<file category="preIncludeGlobal" name="Library/Include/template/arm_2d_cfg.h" attr="config" version="1.3.12" />
<file category="utility" name="tools/img2c.py" attr="config" version="1.2.5"/>
<file category="utility" name="tools/ttf2c.py" attr="config" version="2.2.0"/>
<file category="other" name="tools/README.md" />
Expand Down
2 changes: 1 addition & 1 deletion Library/Include/template/arm_2d_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern "C" {
// <i> Note that enabling this feature will add the support for a special colour type: ARM_2D_CHANNEL_8in32
// <i> 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

// <q>Enable ccca8888(ARGB8888) implicit conversion
Expand Down

0 comments on commit 8d21bb5

Please sign in to comment.