Giter Site home page Giter Site logo

jiubingdao / solgui_v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxwellxyao/solgui_v2

1.0 0.0 0.0 7.99 MB

一个原创的12864OLED专用的迷你GUI。包括菜单页面,功能页面;可显示二值图片和图表,进行整数和小数参数调整,适合于飞思卡尔智能车比赛使用。

C 96.81% Assembly 2.53% C++ 0.57% Objective-C 0.08% Batchfile 0.01%

solgui_v2's Introduction

【SOL开源】SOLGUI_V2.x

定位:为一些手持设备及小屏设备提供人机交互的解决方案(目前只考虑专用于OLED12864屏)

V2.0.0008更新:
修复了printf函数格式符%f型只能有一个的bug,可以使用多个%f。
以下语句已经可以正常使用:

SOLGUI_printf(0,0,F6X8,"%f,%.1f,%.2f",1.444,2.433,3.3246);

SOLGUI_Widget_OptionText(0,"%f,%.1f,%.2f",1.444,2.433,3.3246);

SOLGUI_Widget_Text(0,0,F6X8,"%f,%.1f,%.2f",1.444,2.433,3.3246);





SOL.lab
2016-5-24
by MaxwellXyao
email:[email protected]


solgui_v2's People

Stargazers

九柄刀 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.