- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it takes a pointer to the output buffer (fd) a pointer to the c-string (ptr) and length of that string (len)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page