Example 5 CapSense code, Page 151:
extern const uint8 LCD_Char_1_customFonts[];
should be:
extern const uint8 CYCODE LCD_Char_1_customFonts[];
in order to make the sample code link properly.
Hi Lroy,
Yes you are right. Please use the latest version of the code that has this correction. You can find it at
http://www.cypress.com/?rID=37464.
-Udayan