Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

write some data to lcd

Altera_Forum
Honored Contributor II
1,875 Views

i am trying write some data to lcd, by using c code to LCD on nios eclips software i do not understand parameters of the prototype of below function which is available in document "16x2 Character Display for Altera DE2-Series Boards" can any body explain this function? 

Prototype: void alt_up_character_lcd_write_fd(alt_fd *fd, const char *ptr, unsigned int len)
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,004 Views

it takes a pointer to the output buffer (fd) a pointer to the c-string (ptr) and length of that string (len)

0 Kudos
Reply