Altera_Forum
Honored Contributor
20 years agoProblem about lcd device???
sorry,my English is not good!
my program is: # include "altera_avalon_lcd_16207.h"# include "altera_avalon_lcd_16207_regs.h" ... # include "system.h"# include "sys/alt_sys_init.h" ... int main (void) { alt_u8 num = 0x2; ALTERA_AVALON_LCD_16207_INSTANCE( LCD1, lcd1 ); alt_sys_init(); lcd_write_data(lcd1,num); return 0; } ... and please tell me how use about "ALTERA_AVALON_LCD_16207_INSTANCE( name, device )",what is "name" "device"?? please give me a right example about LCD. thank you