Has anyone tried running the GSL1680 capacitive touchscreen controller with Teensy3?
Ello!
I originally thought I was purchasing a 5" touchscreen module run with the FT5x06 controller chip. That was great, because there was some easily adaptable code over here: https://github.com/hellange/arduino/tree/master/lcd_capacitive_multitouch
I ended up receiving, and I should have noticed it was in the purchase order, a 5" module with the GSL1680 module.
I have found a driver designed for the PCduino, a linux board, that can run the GSL1680 https://github.com/pcduino/modules
However that is substantially enough of a different platform that I'm not sure I'll be able to successfully adapt the code. It is probably beyond me to make a driver from scratch.
So I thought- and this is a stretch- I'd ask if anyone has managed to make the GSL1680 chip running on a teensy 3.1, and whether any of their work was available.
They are both i2c touchscreen modules. The code for the GSL1680 is mostly written in C it seems, but with a number of functions I don't know. I'm not really a programmer (hobbyist) so is a bit full of mystique. I am working on going through the datasheet, though, and seeing what I can understand. https://dl.linux-sunxi.org/touchscreen/GSL1680.pdf
Ello!
I originally thought I was purchasing a 5" touchscreen module run with the FT5x06 controller chip. That was great, because there was some easily adaptable code over here: https://github.com/hellange/arduino/tree/master/lcd_capacitive_multitouch
I ended up receiving, and I should have noticed it was in the purchase order, a 5" module with the GSL1680 module.
I have found a driver designed for the PCduino, a linux board, that can run the GSL1680 https://github.com/pcduino/modules
However that is substantially enough of a different platform that I'm not sure I'll be able to successfully adapt the code. It is probably beyond me to make a driver from scratch.
So I thought- and this is a stretch- I'd ask if anyone has managed to make the GSL1680 chip running on a teensy 3.1, and whether any of their work was available.
They are both i2c touchscreen modules. The code for the GSL1680 is mostly written in C it seems, but with a number of functions I don't know. I'm not really a programmer (hobbyist) so is a bit full of mystique. I am working on going through the datasheet, though, and seeing what I can understand. https://dl.linux-sunxi.org/touchscreen/GSL1680.pdf
Last edited: