Altera_Forum
Honored Contributor
15 years agoproblem Master LCD of Read/write in cyclone II with vhdl
hello,
i would to create my master of read and write in LCD in the cyclone II but before start write and read i would write the code of Initialization of the LCD in cyclone II with VHDL. this is the code of initilizate LCD with C void LCD_Init() { lcd_write_cmd(LCD_16207_0_BASE,0x38); niosleep(); lcd_write_cmd(LCD_16207_0_BASE,0x0C); niosleep(); lcd_write_cmd(LCD_16207_0_BASE,0x01); niosleep(); lcd_write_cmd(LCD_16207_0_BASE,0x06); niosleep(); lcd_write_cmd(LCD_16207_0_BASE,0x80); niosleep(); } so if somebody have already this pb ?