Jump to content

FT6x06 driver


Recommended Posts

Probably the most important info here: The existing FT5x06 driver is fully compatible with the FT6x06 (or at least with the FT6206 I tested). Added a few register defines from the data sheet which are however currently not used by the driver, and changed 'FT5x06' to 'FT6x06' everywhere.

Certainly not the greatest contribution, but maybe some find this helpful...

FT6x06 driver.zip

Link to comment
Share on other sites

  • 1 month later...

We added the driver to the repository. Can you please give it a try and let us know whether there are any problems?

While reviewing your code we came across this:

#include "../ugfx_2.5/src/ginput/ginput_driver_mouse.h"

What's the matter with that? The line should be this instead:

#include "../../../../src/ginput/ginput_driver_mouse.h"

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...