4 posts / 0 new
Last post
ren0zhe
Offline
Last seen:6 days 18 hours ago
加入:2016-05-05 05:13
DA14695 的emwin demo,如何加入实体按键的功能

开发板:DA14695 Pro

SDK:10.0.8.105

相关demo: emwin_demo(官网单独下载) 和 ble_peripheral(SDK里面的)。

如题,我测试了官方的emwin的demo,可以做基础的显示。我在SDK里面ble_peripheral的例程里面实现了四个实体按键的按下和松开的功能。

但是现在我想用四个按键控制屏幕显示的内容,该如何去做呢?我试了好久,把emwin移植到ble_peripheral里面不行,把ble_peripheral移植到emwin里面也是不行,都不能正常执行功能。

请问我该如何操作的?或者哪里有相关的demo或者资料呢?

谢谢!

Device:
CYibin
Offline
Last seen:3 months 2 weeks ago
Staff
加入:2017-12-14 02:48
你好,

你好,

请问具体是什么控制?比如:通过按按键实现图片切换?光标右移还是?

ren0zhe
Offline
Last seen:6 days 18 hours ago
加入:2016-05-05 05:13
我们一共有四个实体按键,一个确认键,一个返回键

我们一共有四个实体按键,一个确认键,一个返回键,两个选择切换按键。做demo的话,可以按一个按键进行输入一个字符或者切换图片都是可以的,最终是想对显示内容做切换。

kuo41006
Offline
Last seen:1 day 12 hours ago
加入:2019-05-20 09:17
我也想知道如何結合兩個程式

我也想知道如何結合兩個程式,加入lib後編譯會跳出error

我是 pxp_reporter 加入 emwin_lib 會出現狀況

錯誤資訊

../emwin_lib/segger/emwin/Doc/Training/WidgetLibrary/MainTask_CreatingWidgets.c:23:10: fatal error: DIALOG.h: No such file or directory
#include "DIALOG.h"
^~~~~~~~~~
compilation terminated.
make[1]: *** [emwin_lib/segger/emwin/Doc/Training/WidgetLibrary/subdir.mk:32: emwin_lib/segger/emwin/Doc/Training/WidgetLibrary/MainTask_CreatingWidgets.o] Error 1
make: *** [makefile:79: all] Error 2

移除doc資料夾後 error

Building file: ../emwin_lib/segger/config/GUIConf.c
Invoking: Cross ARM C Compiler
../emwin_lib/segger/config/GUIConf.c:40:10: fatal error: GUI.h: No such file or directory
#include "GUI.h"
^~~~~~~
compilation terminated.
make[1]: *** [emwin_lib/segger/config/subdir.mk:26: emwin_lib/segger/config/GUIConf.o] Error 1
make: *** [makefile:62: all] Error 2
"make --silent all" terminated with exit code 2. Build might be incomplete.

點入#include "GUI.h" 是可以連結至 GUI.h 的文件中

邮件

kuo41006@yahoo.com.tw

謝謝