Forum Discussion
Altera_Forum
Honored Contributor
22 years agoWhat's wrong with my programm?
I have write a programme to initialize the lcd16207,but it couldn't work correctly. The code is:# include <unistd.h># include <stdlib.h># include <stdio.h> //#include "lcd_16207.h" /* Comman...
Altera_Forum
Honored Contributor
22 years agoThanks for all the replies,you are very hot hearted!
And now my problem has been resolved. My cpu core is nios2,and the os is uClinux. I have write a function that can work at any platform to control the lcd16207. Last i should say that you could not use the HAL under uClinux. So you must write data to the port directly.