tubbutec Posted May 10, 2016 Report Share Posted May 10, 2016 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 More sharing options...
Joel Bodenmann Posted May 10, 2016 Report Share Posted May 10, 2016 Thank you for your contribution, we appreciate it a lot! We will have a look at this during the following days and include it into the repository. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted June 14, 2016 Report Share Posted June 14, 2016 We're going to add this driver to the repository in the next few days. Is there any update or is the driver attached to your post still the latest greatest? Link to comment Share on other sites More sharing options...
tubbutec Posted June 17, 2016 Author Report Share Posted June 17, 2016 No update, I am still using the driver I posted Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted June 18, 2016 Report Share Posted June 18, 2016 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 More sharing options...
Joel Bodenmann Posted June 18, 2016 Report Share Posted June 18, 2016 A friend of mine just showed me this link - Just in case of somebody would like to go and extend the existing µGFX driver. Update: The FT6x06 driver has been included in the official µGFX library: Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now