2009/3/3 Rob Hamerling <[email protected]>: > > > Joep, > The API change of the lcd libs caused some errors in old samples. > I volunteer to correct these (and replace some with new samples), unless > you want to do it.
Hi Rob, Thank you for volunteering, please correct/replace what you think is desireable. I would suggest you add: const bit no_depricated_functions = true before including the lcd lib while you work on the examples and remove this line afterwards. This will avoid using functions that are still there for compatibility purposes, but should be depricated in time. Joep PS I expect to get back to you board/test file message tonight. You are however right: we concidered to three files: chip (include device file & pragma's), board (pin configuration) and test file, but decided to combine the first two in the board file. If you have many chips on the same board, this is not that efficient. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
