lordor 发表于 2011-6-11 17:23:41

现在网络收音机的最新版本是那一版本-

收音机硬件版本为最后一批的做的

从http://stm32radio.googlecode.com/svn/trunk下载的版本    版本为1489

编译时,发现这个问题:
compiling lcd.c...
lcd.c(71): error:#136: struct "rtgui_graphic_driver" has no field "name"
lcd.c(72): error:#136: struct "rtgui_graphic_driver" has no field "byte_per_pixel"
lcd.c(75): error:#136: struct "rtgui_graphic_driver" has no field "draw_hline"
lcd.c(76): error:#136: struct "rtgui_graphic_driver" has no field "draw_raw_hline"
lcd.c(77): error:#136: struct "rtgui_graphic_driver" has no field "draw_vline"
lcd.c(78): error:#136: struct "rtgui_graphic_driver" has no field "get_pixel"
lcd.c(79): error:#136: struct "rtgui_graphic_driver" has no field "set_pixel"
lcd.c(80): error:#136: struct "rtgui_graphic_driver" has no field "screen_update"
lcd.c(81): error:#136: struct "rtgui_graphic_driver" has no field "get_framebuffer"


使用版本为keil 4.2.

不知目前最新正常的版本是那一个版本

ffxz 发表于 2011-6-11 22:14:47

目前还未有正常的版本,因为还在努力的准备0.4.0 beta2的发布,LCD接口都改成RT-Thread设备类型的方式。

lordor 发表于 2011-6-13 18:23:40

好的,期待0.4.0 beta2
页: [1]
查看完整版本: 现在网络收音机的最新版本是那一版本-