CY8CKIT-001 PSoC Development Kit Guide, Ex5_CapSense code problem and fix

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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.

0 Likes
1 Reply