文件名称:8
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 339kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
LCD控制器:
本实验得到的结果为,LCD显示屏会循环显示白、黑、蓝、红、绿和灰这六种颜色,并且显示“亿道电子技术”这些字符。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
在sdram调试时,需要修改RO BASE为0xa0000000,其他不用修改,重新编译下载就可运行。
本实验还有一个要注意的地方,不要对RW BASE进行设置,否则LCD屏的字体就无法正常显示。-LCD controller: the results of this experiment, LCD display will cycle through white, black, blue, red, green and gray of the six colors, and show " 100 million electronic technology," these characters. Debug in flash, you need to modify the RO BASE is 0x00000000, the other not modify, recompile download can run. Debugging in the sdram when the need to modify the RO BASE to 0xa0000000, others do not modify, recompile and download can be run. In this study, there is a place to note, not on the RW BASE set, or LCD screen fonts will not display properly.
本实验得到的结果为,LCD显示屏会循环显示白、黑、蓝、红、绿和灰这六种颜色,并且显示“亿道电子技术”这些字符。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
在sdram调试时,需要修改RO BASE为0xa0000000,其他不用修改,重新编译下载就可运行。
本实验还有一个要注意的地方,不要对RW BASE进行设置,否则LCD屏的字体就无法正常显示。-LCD controller: the results of this experiment, LCD display will cycle through white, black, blue, red, green and gray of the six colors, and show " 100 million electronic technology," these characters. Debug in flash, you need to modify the RO BASE is 0x00000000, the other not modify, recompile download can run. Debugging in the sdram when the need to modify the RO BASE to 0xa0000000, others do not modify, recompile and download can be run. In this study, there is a place to note, not on the RW BASE set, or LCD screen fonts will not display properly.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验8 LCD控制器\PXA270.ini
...............\Readme.txt
...............\lcd.mcp
...............\..._Data\CWSettingsWindows.stg
...............\........\Debug\TargetDataWindows.tdt
...............\........\.....Rel\TargetDataWindows.tdt
...............\........\........\lcd.axf
...............\........\........\lcd.bin
...............\........\........\ObjectCode\boot.o
...............\........\........\..........\char_8x8.o
...............\........\........\..........\library_register.o
...............\........\........\..........\library_variant.o
...............\........\........\..........\os_lcd.o
...............\........\........\..........\post_initDescriptor.o
...............\........\........\..........\post_initGpio.o
...............\........\........\..........\post_initMemory.o
...............\........\........\..........\print_method.o
...............\........\........\..........\pxa272map.o
...............\........\........\..........\song-12-gb2312.o
...............\........\Release\TargetDataWindows.tdt
...............\.ibrary\library_register.s
...............\.......\library_register.s.bak
...............\.......\library_variant.s
...............\os\os_lcd.c
...............\post\boot.s
...............\....\char_8x13.c
...............\....\char_8x8.c
...............\....\post_initDescriptor.s
...............\....\post_initGpio.s
...............\....\post_initMemory.s
...............\....\print_method.c
...............\....\pxa272map.c
...............\....\song-12-gb2312.c
...............\lcd_Data\DebugRel\ObjectCode
...............\........\Debug
...............\........\DebugRel
...............\........\Release
...............\lcd_Data
...............\library
...............\os
...............\post
实验8 LCD控制器
...............\Readme.txt
...............\lcd.mcp
...............\..._Data\CWSettingsWindows.stg
...............\........\Debug\TargetDataWindows.tdt
...............\........\.....Rel\TargetDataWindows.tdt
...............\........\........\lcd.axf
...............\........\........\lcd.bin
...............\........\........\ObjectCode\boot.o
...............\........\........\..........\char_8x8.o
...............\........\........\..........\library_register.o
...............\........\........\..........\library_variant.o
...............\........\........\..........\os_lcd.o
...............\........\........\..........\post_initDescriptor.o
...............\........\........\..........\post_initGpio.o
...............\........\........\..........\post_initMemory.o
...............\........\........\..........\print_method.o
...............\........\........\..........\pxa272map.o
...............\........\........\..........\song-12-gb2312.o
...............\........\Release\TargetDataWindows.tdt
...............\.ibrary\library_register.s
...............\.......\library_register.s.bak
...............\.......\library_variant.s
...............\os\os_lcd.c
...............\post\boot.s
...............\....\char_8x13.c
...............\....\char_8x8.c
...............\....\post_initDescriptor.s
...............\....\post_initGpio.s
...............\....\post_initMemory.s
...............\....\print_method.c
...............\....\pxa272map.c
...............\....\song-12-gb2312.c
...............\lcd_Data\DebugRel\ObjectCode
...............\........\Debug
...............\........\DebugRel
...............\........\Release
...............\lcd_Data
...............\library
...............\os
...............\post
实验8 LCD控制器