📄 readme.txt
字号:
uc/GUI 3.24 porting for NiosII 5.1 (SED1335 Controller)
________________________________
By Jim Yang (jimyh@21cn.com)
2006.05.31
________________________________
This porting work based uc/GUI 3.24 source code and do some modification.
The target Device is SED1335_320*240 LCD on Nios II 5.1 CPU using PIO method.
We do the modification as below:
1. /Config/LCDConf.h
This file is used to setting default value for all GUI system.
2. /Config/LCD_X_Nios.c
This file is used to implement the I/O function for target LCD including read/write data/command to LCD controller.
3. /Config/GUI_X.c
This file include some blank function in order to pass the compile process.
4. /Core/GUI_TOUCH_DriverAnalog.c
We comment part of the source code in order to eliminate error in compile process.
Tips:
1. File /Config/system.h is from my own CPU configuration. You can modify your LCD_X_Nios.c file based on your own system.h file.
2. copy all the .c and .h files to your Nios IDE directory such like /gui_src/ and then compile it.
3. file /Config/hello_lcd.c is a demo application for this porting.
4. We only test the basic function for this porting. If you find any bug, please try to fix it and tell all of us.
I hope we can do all the work under GPL license although the source code are commercial.
Share it for all of you!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -