Hello, sf_touch_panel_i2c_ft5x06.c is a protected source before SSP 1.2.0-b.1 so you probably won't be able to use it as a template (if you're on 1.2.0-b.1 then I advise you to do so). You should create your own file implementing reset and payloadGet functions and defining the api structure, similarly to FT5x06 driver. Have a look at Jeremy's explanation on how to create a modified driver in the following thread: renesasrulz.com/.../6611.aspx . The C file you're creating is self-contained, so any HY4614-specific defines such as register addresses should be defined in that file. Our FT5x06 driver implements support for single touch only because GUIX does not support multi-touch input. Regards
↧