Ei kuvausta

Z.Y.Ma 654a647131 删除FORMAT_ALPHA和FORMAT_COLOR 4 vuotta sitten
example 8af7e874fd 调整 script 脚本,以及部分代码目录结构; 7 vuotta sitten
include 120546c5ab 【新增】新增大小端支持 5 vuotta sitten
libraries 8af7e874fd 调整 script 脚本,以及部分代码目录结构; 7 vuotta sitten
resource 9ff1a2716f Add default resource 8 vuotta sitten
src 654a647131 删除FORMAT_ALPHA和FORMAT_COLOR 4 vuotta sitten
touch 5f9c1ca6d8 完善调试打印信息 6 vuotta sitten
.gitignore f0e3985f4e Initial commit 8 vuotta sitten
LICENSE f0e3985f4e Initial commit 8 vuotta sitten
README.md 196e7e4978 【增加】增加英文 readme 5 vuotta sitten
README_ZH.md 196e7e4978 【增加】增加英文 readme 5 vuotta sitten
SConscript 8af7e874fd 调整 script 脚本,以及部分代码目录结构; 7 vuotta sitten

README.md

GUI Engine

中文页 | English

1. Introduction

GUI engine is a set of basic drawing engine, written by C code.

The main functions include:

  • Drawing operations based on the drawing device DC, including points, lines, circles, ellipses, polygons (filling), etc.;
  • Various image format loading (loading from file system, DFS file system is required) and drawing;
  • Text display in various fonts;
  • GUI C/S structure and basic window mechanism, event frame mechanism, etc.

2. How to obtain

menuconfig package path:

 RT-Thread online package
     system package
         [*] RT-Thread UI Engine
             [*] Enable UI Engine

3. Example introduction

3.1 Get examples

  • Configure the enable example option Enable the example of Gui Engine
  • The configuration package version is selected as the latest version latest