控制嵌入式用户界面

发布于 2024-12-05 20:08:27 字数 225 浏览 1 评论 0原文

我正忙于一个小项目,该项目允许对嵌入式硬件用户界面的控制从状态图和简单的构造转移到更直观的表示。

我现在想开始在一个真实的项目上进行测试。我正在寻找一个开源硬件项目。我四处搜寻,但找不到任何符合我要求的东西。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情绪少女 2024-12-12 20:08:27

您可以查看开源 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.

画尸师 2024-12-12 20:08:27

不是C++,但有源代码免费,可能会给您一个想法:

TStateMachine

如果在 Linux 上工作,它可以与 fpGUI 在 ARM 上

This is not C++ but free with sources and might give you an idea:

TStateMachine

If made to work on Linux, it may be combined with fpGUI on ARM.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文