Skip to content

Commit fe8fc59

Browse files
committed
revision v1.2.3
1 parent 1f362b9 commit fe8fc59

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

Library/Include/arm_2d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* Description: Public header file to contain the all avaialble Arm-2D
2323
* interface header files
2424
*
25-
* $Date: 6 May 2025
26-
* $Revision: V.1.2.3-dev
25+
* $Date: 15 May 2025
26+
* $Revision: V.1.2.3
2727
*
2828
* Target Processor: Cortex-M cores
2929
* -------------------------------------------------------------------- */
@@ -88,7 +88,7 @@ extern "C" {
8888
#define ARM_2D_VERSION_MAJOR 1 //!< Major version
8989
#define ARM_2D_VERSION_MINOR 2 //!< Minor version
9090
#define ARM_2D_VERSION_PATCH 3 //!< Patch number
91-
#define ARM_2D_VERSION_STR "dev" //!< tag
91+
#define ARM_2D_VERSION_STR "" //!< tag
9292

9393
/*!
9494
* \brief arm-2d version number in decimal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In general, anyone from opensource community can find something interesting from
107107

108108
## Features
109109

110-
### In this version (v1.2.2)
110+
### In this version (v1.2.3)
111111

112112
Since Arm-2D provides **Low-Level 2D Image Processing Services** that are deeply optimized in both performance and memory footprint, it has been quickly adopted in many **Deep Embedded Display systems** soon after it debuted in 2020. Now you can find its [precence](https://www.linkedin.com/search/results/all/?keywords=%23amazingarm2d&origin=HASH_TAG_FROM_FEED) from the [tiniest Cortex-M0](https://www.linkedin.com/posts/gabriel-wang-554523167_amazingarm2d-activity-7239115506102726658-CKhE?utm_source=share&utm_medium=member_desktop&rcm=ACoAACfEJVABu43psSmn3fAYP2dptCi3QU4o0Yg) to the [Raspberry Pi 5 powerhouse](https://www.linkedin.com/posts/gabriel-wang-554523167_embeddedworld-activity-7305214952544391170-WkLP?utm_source=share&utm_medium=member_desktop&rcm=ACoAACfEJVABu43psSmn3fAYP2dptCi3QU4o0Yg). The supported features include but not limited to:
113113

@@ -432,4 +432,4 @@ Thank you for your time.
432432

433433
***Arm-2D Development Team.***
434434

435-
1 May 2025
435+
16 May 2025

ReleaseNote.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## Release v1.2.3 (16th May 2025)
6+
7+
### Core and Library
8+
9+
* Fixes transform tail-prediction issue in helium backend
10+
* Fixes a typo in the implicit colour conversion from ccca8888 to cccn888 transform-only operation
11+
* Adds a new API: `arm_2d_create_region_from_corner_points()`
12+
13+
### Helper Services
14+
15+
* Moves `circle_small.c` from `examples\common\assets` folder to `Helper\source folder`.
16+
* Improves the scene templates
17+
* Improves the compatibility of the control helper service with 3rd party GUIs
18+
19+
### Examples and Templates
20+
21+
* Adds a new Demo: balls
22+
* Updates all scene templates and demos to improve the reliability
23+
24+
25+
526
## Release v1.2.2 (1st May 2025)
627

728
### Core and Library

0 commit comments

Comments
 (0)