控制嵌入式用户界面
我正忙于一个小项目,该项目允许对嵌入式硬件用户界面的控制从状态图和简单的构造转移到更直观的表示。
我现在想开始在一个真实的项目上进行测试。我正在寻找一个开源硬件项目。我四处搜寻,但找不到任何符合我要求的东西。
1/ 硬件和软件公开可用(我不介意必须购买一些东西)
2/ 用 C/C++ 编写
3/ 有图形用户界面 有
什么想法吗?
谢谢
I am busy with a small project that allows for the controlling of an embedded hardware user interface to be moved from state charts and simple constructs as if .. else to a more visual representation.
I would now like to begin testing on a real project. I am looking for an open source hardware project. I've searched around but I have not been able to find anything that meets my requirements.
1/ hardware and software publicly available (i'm don't mind having to buy something)
2/ written in C/C++
3/ has graphical user interface
Any ideas?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看开源 QP 状态机框架,该框架也受到名为 QM (state-machine.com) 的免费图形建模工具的支持。 QP 在许多嵌入式 MCU 上运行,包括 Arduino 和 mbed 快速原型平台。该网站包含大量信息,包括使用嵌入式 GUI 的状态图。
You might take a look at the open source QP state machine frameworks, which are also supported by the free graphical modeling tool called QM (state-machine.com). QP run on many embedded MCUs, including Arduino and mbed rapid prototyping platforms. The webstie contains a lot of information, including using statecharts for embedded GUIs.
这不是C++,但有源代码免费,可能会给您一个想法:
如果在 Linux 上工作,它可以与 fpGUI 在 ARM 上。
This is not C++ but free with sources and might give you an idea:
If made to work on Linux, it may be combined with fpGUI on ARM.