Forum Discussion
Altera_Forum
Honored Contributor
22 years agohow can i develop a programme which control lcd?
I want to develop a programme to control the lcd,but i don not know how to start. who can help me?
Altera_Forum
Honored Contributor
22 years agoI think the Nios II includes a driver for the 16207 LCD (the included one). If you include the "Character LCD (16x2, Optrex 16207)" component in SOPC Builder (it is under 'Display') the driver should automatically get built into your system, and you just need to read the source and/or documentation to find out how to use the driver in your software. Even if the driver isn't included, there is definitely one in the Nios I SDK, so you could adapt that into a kernel module.