Bez popisu

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

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