-
Hello,
I success to configure silead_ts.fw for my RCA W101 v2 with this script :
./fwtool -c SileadTouch.fw -3 -m 1680 -w 890 -h 1660 -t 10 -f yflip,swap,track silead_ts.fw
Its work perfectly…
-
I tested it working.
download firmware and silead_ts.fw files through below link.
http://download.djjproject.com/teclast_x3_plus/touch_firmware
device : 1680
width : 1980
height : 1500
optio…
-
Support for swapping X/Y axis, silead module already implements that
https://www.kernel.org/doc/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
Example device that requires …
-
I try your driver on a different tablet(on the first work ok) but give me this error:
mv64xxx_i2c_fsm: Ctlr Error -- state: 0x6, status: 0x0, addr: 0x40, flags: 0x0
```
buf[0]=0x88;
gsl_ts_write(clie…
-
Hi,
i use mainline kernel , your driver work like charm but give me an error message above.
I export PB3 as gp35 ( B-1*32+3)
root@tablet0:/# ls /sys/class/gpio/
export gpio35 gpiochip0 unexport
r…
-
As @jon1012 mentioned in an earlier commit, there's currently no driver support for the touch screen.
In Windows 8.1, it's listed as `IRQ 68 KMDF HID Minidriver for Touch I2C Device OK`.
-
When building any of the examples sketches on DUE having below errors
Arduino: 1.6.3 (Windows 7), Board: "Arduino Due (Programming Port)"
\Documents\Arduino\libraries\RA8875\RA8875.cpp: In member fu…
-
HI
Today I noticed that if I have an SD card inserted in my ethernet shield and after I initialize the card the tft.fillRoundRect & tft.fillRoundRect & tft.fillCircle somehow are drawn in wrong co…