From 69e126954a571b49f485add73131da71829de154 Mon Sep 17 00:00:00 2001 From: niulihua Date: Tue, 10 Aug 2021 03:19:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4graphics.md=E4=B8=ADMiniSyste?= =?UTF-8?q?m=E4=B8=AD=E7=9A=84=E5=A4=9A=E4=BD=99=E7=9A=84HarmonyOS?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=20Signed-off-by:=20NEEN=20niulihua3?= =?UTF-8?q?@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/readme/graphics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/readme/graphics.md b/en/readme/graphics.md index 3f4278d1b46..2b0456e85cd 100644 --- a/en/readme/graphics.md +++ b/en/readme/graphics.md @@ -16,13 +16,13 @@ - [Repositories Involved](#section11578621131119) -The Graphics subsystem mainly consists of user interface \(UI\) components, layout, animator, font, input event, window management, and rendering and drawing modules. It is an application framework that can be built on the LiteOS to develop HarmonyOSOpenHarmony applications for Internet of Things \(IoT\) devices with limited hardware resources or on the standard OS to develop HarmonyOSOpenHarmony applications for standard- and large-system devices \(for example, tablet and lite smart devices\). +The Graphics subsystem mainly consists of user interface \(UI\) components, layout, animator, font, input event, window management, and rendering and drawing modules. It is an application framework that can be built on the LiteOS to develop OpenHarmony applications for Internet of Things \(IoT\) devices with limited hardware resources or on the standard OS to develop OpenHarmony applications for standard- and large-system devices \(for example, tablet and lite smart devices\). ## 1.1 Mini System ### Introduction -The Graphics subsystem mainly consists of user interface \(UI\) components, layout, animator, font, input event, window management, and rendering and drawing modules. It is an application framework that can be built on the LiteOS to develop HarmonyOSOpenHarmony applications for Internet of Things \(IoT\) devices with limited hardware resources. +The Graphics subsystem mainly consists of user interface \(UI\) components, layout, animator, font, input event, window management, and rendering and drawing modules. It is an application framework that can be built on the LiteOS to develop OpenHarmony applications for Internet of Things \(IoT\) devices with limited hardware resources. **Figure 1** Graphics subsystem architecture ![](figures/graphics-subsystem-architecture.png "graphics-subsystem-architecture") -- Gitee