Forum Discussion
Altera_Forum
Honored Contributor
11 years agoBaremetal LCD programming with Arrow Cyclone V SoCKit
Hi community,
Has anyone have experience in programming the LCD without the aid of Linux? Any type of guidance would help. I have tried using SPI interface to write data to display on the LCD but to with no success. Simple LCD baremetal code would also be greatly helpful. Thanks3 Replies
- Altera_Forum
Honored Contributor
Altera-s barebetal examples page http://www.altera.com/support/examples/soc/soc.html contain project archive 'I2C":
--- Quote Start --- ...the usage of I2C APIs to perform master read/write and slave read/write. This example demonstrates I2C communication with LCD screen, EEPROM memory as well as communication between two I2C modules... --- Quote End --- About "SPI" also present many links. - Altera_Forum
Honored Contributor
The board I am using does not have a New Haven LCD. This is the board I am using : http://parts.arrow.com/item/detail/arrow-development-tools/sockit#emqe. It uses GPIO and SPI to write to the LCD.
- Altera_Forum
Honored Contributor
The baremetal example provided only works with a NHD-0216K3Z-NSW-BBW-V3 LCD screen (New Haven). The board I am using is : http://parts.arrow.com/item/detail/arrow-development-tools/sockit#emqe and I cannot find any baremetal examples for it.