2 Star 3 Fork 4

RT-Thread-Mirror / gui_engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangjie11 提交于 2020-11-16 18:27 . 【增加】增加英文 readme

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
1
https://gitee.com/RT-Thread-Mirror/gui_engine.git
git@gitee.com:RT-Thread-Mirror/gui_engine.git
RT-Thread-Mirror
gui_engine
gui_engine
master

搜索帮助