Altera_Forum
Honored Contributor
21 years agoModifying Nios II Device Drivers?
Hello all...
I would like to create a new version of the altera_avalon_lcd_16207 device driver. I have a 20 character x 4 line display that I would like to use instead of the 16 character x 2 line one that ships with the development board. I have already connected it to the development board and it works but only the first 16 characters of the first 2 lines are active. I realize I could probably hack the standard driver to make it work but I would rather be able to create an altera_avalon_lcd_20x4 device driver based on the original code. What I need to know is how to go about creating it and getting it to link correctly thru Quartus II and the Nios II IDE. Any ideas? Thanks in advance...