Giter Club home page Giter Club logo

ugui's Introduction

介绍

µGUI是什么?

µGUI 是一个用于嵌入式系统的免费开源图形库。它独立于平台,可以轻松移植到几乎任何微控制器系统。只要显示器能够显示图形,μGUI就不受特定显示技术的限制。因此,支持 LCD、TFT、E-Paper、LED 或 OLED 等显示技术。整个模块由三个文件组成:ugui.cugui.hugui_config.h

µGUI 特性

  • µGUI 支持任何彩色、灰度或单色显示
  • µGUI支持任何显示分辨率
  • µGUI支持多种不同的显示器
  • µGUI支持任何触摸屏技术(例如AR、PCAP)
  • µGUI 支持窗口和对象(例如按钮、文本框)
  • µGUI 支持特定于平台的硬件加速
  • 16 种不同的字体可供选择
  • 支持西里尔字母字体
  • 可用 TrueType 字体转换器 ( https://github.com/AriZuu )
  • 集成且可免费扩展的系统控制台
  • 基本几何函数(例如线、圆、框等)
  • 可以轻松移植到几乎任何微控制器系统
  • 不需要有风险的动态内存分配

µGUI 要求

µGUI 是平台无关的,因此不需要使用特定的嵌入式系统。为了使用 µGUI,只需要两个要求:

  • 能够控制目标显示器像素的 C 函数。
  • 必须在 ugui_config.h 中调整目标平台的整数类型。

ugui's People

Contributors

achimdoebler avatar sermus avatar yuanzhongqiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.