Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread English
LPC1768 + RTGUI
发布于 2013-02-14 08:15:32 浏览:6379
订阅该版
Hello, i buy an Open1768 ([http://www.wvshare.com/product/Open1768-Package-B.htm](http://www.wvshare.com/product/Open1768-Package-B.htm)). The Processor is an LPC1768. I integrate the RT-Thread in Board, the TouchScreen and the Ethernet. I want to integrate the RT-GUI or the FTK-GUI. I use the sample for the STM32RADIO, but the RTOS is very old (i think) and i want to the integrate the new RTGUI. This is the code i have from the STM32Radio, ``` _rtgui_lcd_driver.name = "lcd"; _rtgui_lcd_driver.bits_per_pixel = 2; _rtgui_lcd_driver.width = 240; _rtgui_lcd_driver.height = 320; _rtgui_lcd_driver_ops.draw_hline = ssd1289_lcd_draw_hline; _rtgui_lcd_driver_ops.draw_raw_hline = ssd1289_lcd_draw_raw_hline; _rtgui_lcd_driver_ops.draw_vline = ssd1289_lcd_draw_vline; _rtgui_lcd_driver_ops.get_pixel = ssd1289_lcd_get_pixel; _rtgui_lcd_driver_ops.set_pixel = ssd1289_lcd_set_pixel; // _rtgui_lcd_driver.screen_update = ssd1289_lcd_update; // _rtgui_lcd_driver.get_framebuffer = ssd1289_lcd_get_framebuffer; ssd1289_init(); }//rt_hw_lcd_init /* add lcd driver into graphic driver */ rtgui_graphic_driver_add(&_rtgui_lcd_driver); ``` Maybe have another method for integrate this in the RTGUI from branch rtt_1_0_4. If have please tell me... Im Portuguese and i only understand chinese written (with google translator ofc [s:175] )
查看更多
3
个回答
默认排序
按发布时间排序
bernard
2013-02-14
这家伙很懒,什么也没写!
The newest is RealTouch. You can find more in there: [https://github.com/RT-Thread/realtouch-stm32f4](https://github.com/RT-Thread/realtouch-stm32f4) The newest technology of RT-Thread are used on the realtouch, for example RT-Thread/GUI new version, wireless network, application module, USB device and host stack etc. And there are lots of simple example on the realtouch, enjoy it!
nongxiaoming
2013-04-25
rt-thread大师兄
FTK-GUI can run for LPC1768? LPC1768 no have enough RAM for FTK-GUI.The new RTGUI version have many different form the old version.
撰写答案
登录
注册新账号
关注者
0
被浏览
6.4k
关于作者
mrpostiga
这家伙很懒,什么也没写!
提问
1
回答
0
被采纳
0
关注TA
发私信
相关问题
1
Welcome to RT-Thread RTOS English discussion
2
good!
3
The speed of external SRAM of STM32
4
RT-Thread on ST Forum
5
Splay Tree
6
More RTGUI screenshot
7
STM32 pimer2
8
mini2440 support
9
Howto Run RT-Thread 0.4.0 on QEMU/mini2440
10
RT-Gui : how can use it?
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
开源共生 商业共赢 | RT-Thread 2024开发者大会议程正式发布!
2
【24嵌入式设计大赛】基于RT-Thread星火一号的智慧家居系统
3
RT-Thread EtherKit开源以太网硬件正式发布
4
如何在master上的BSP中添加配置yml文件
5
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
MicroPython
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
19
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
6
个答案
2
次被采纳
用户名由3_15位
13
个答案
1
次被采纳
本月文章贡献
程序员阿伟
9
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
5
次点赞
RTT_逍遥
1
篇文章
4
次点赞
ThinkCode
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部