-
In the Wiki you cover the FT5206 controller chip but Buydisplay only do the GSL1680 now.
So I did a search. I see on 5th June 2015 you said in reply to now closed issue you were going to order one …
-
`GSL1680 TS = GSL1680(true, true);`
> GSL1680::GSL1680(bool error, bool info)
> 12:58:02.129 -> GSL1680: Start boot up sequence
> 12:58:02.257 -> Toggle Wake
> 12:58:02.289 -> Clear reg
> 12:…
-
The GSL1680 managed to work in my tests with more than 400kHz, so it may be interesting to add this instruction to the code.
GSL1680.cpp
```C++
Wire.begin();
Wire.setClock(400000);…
-
https://github.com/onitake/gsl-firmware/tree/master/firmware/onda/v820w_32g
I copied the files to the lib/firmware folder
but he keeps complaining
[ 0.249211] Spectre V2 : Enabling Restricte…
-
In the two routines
void GSL1680::clear_reg() and void GSL1680::reset()
the < delay(TIMER[i]); > should be placed outside of the for...loop after the < int r = Wire.endTransmiss…
-
Hey, tried to recompile kernel for a new device (VGKE B12). getting dmesg errors after compiling; not sure where to go from here:
```
user@user-Default-string:~$ sudo dmesg | grep silead
[ 7.…
-
From GSL1680 datasheet:
> SHUTDOWN pin is recommended to connect to the GPIO of host. If pull the SHUTDOWN pin low
> by the host, the GSL168X will enter the deepsleep state to consume the least po…
-
Hello,
I am doing to add GSL2681 touch controller to raspberry pi. I already recomplied the kernel and added silead.ko module to system. The GSL2681 ID is 0xb4820000 and I am using the firmware: http…
-
I have a no-name spanish tablet where I got touch working but it only works in a tiny rectangle and the axis seem to be swapped. Tried recompiling the kernel module, using evtest to find out the resol…
-
Hello.
I'm trying to get touchscreen working on Cube iwork8 Ultimate. It's an Cherry Trail-based dual boot tablet. Unfortunately, loading driver on 4.4.1 fails, probably due to issue #11.
```
[378.3…