Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
修訂 | 6eab7ff27cddd74a20127dcd0e92a4b263264ac6 (tree) |
---|---|
時間 | 2017-03-20 19:13:53 |
作者 | Gregor Riepl <onitake@gmai...> |
Commiter | GitHub |
Merge pull request #34 from philipn1996/master
Chuwi Hi10 Pro new
@@ -33,6 +33,7 @@ Device list | ||
33 | 33 | | Chuwi | vi8 | no | [firmware/chuwi/vi8](firmware/chuwi/vi8) | |
34 | 34 | | Chuwi | vi10 | yes | [firmware/chuwi/vi10](firmware/chuwi/vi10) | |
35 | 35 | | Chuwi | Hi10 Pro | yes | [firmware/chuwi/hi10_pro](firmware/chuwi/hi10_pro) | |
36 | +| Chuwi | Hi10 Pro new (z8350, 20161209) | yes | [firmware/chuwi/hi10_pro-z8350](firmware/chuwi/hi10_pro-z8350) | | |
36 | 37 | | Chuwi | Hi10 Plus | yes | [firmware/chuwi/hi10_plus](firmware/chuwi/hi10_plus) | |
37 | 38 | | EastRising | ER-TPC050-1 | yes | [firmware/eastrising/er-tpc050-1](firmware/eastrising/er-tpc050-1)| |
38 | 39 | | Trekstor | SurfTab wintron 7.0 | yes | [firmware/trekstor/surftab7old](firmware/trekstor/surftab7old) | |
@@ -0,0 +1,24 @@ | ||
1 | +Chuwi/Hi10 Pro | |
2 | +-------------------------------------- | |
3 | +| Item | Description | | |
4 | +|---------------------------|-------------| | |
5 | +| Manufacturer | Chuwi | | |
6 | +| Device | Hi10 Pro (CWI529) | | |
7 | +| Website | http://en.chuwi.com/product/items/Chuwi-Hi10-Pro.html | | |
8 | +| Vendor driver (Windows) | Found in C:/Windows/System32/Drivers | | |
9 | +| Extracted firmware | firmware.fw | | |
10 | +| Firmware for gslx680-acpi | silead_ts.fw | | |
11 | +| Display resolution | 1920x1200 | | |
12 | +| Touch panel resolution | 1925x1260 (estimate) | | |
13 | +| Touch controller | GSL1680 | | |
14 | +| Multitouch support | Yes (10 points) | | |
15 | +| Finger tracking | Yes | | |
16 | +| Mirrored horizontally | No | | |
17 | +| Mirrored vertically | No | | |
18 | +| Axes swapped | Yes | | |
19 | +| Comments | fwtool -c ./firmware.fw -m 1680 -w 1260 -h 1925 -t 10 -f track,swap silead_ts.fw | | |
20 | +-------------------------------------- | |
21 | + | |
22 | +Firmware extracted from Windows driver like described here: https://github.com/philipn1996/gsl-firmware/blob/master/firmware/trekstor/surftab-twin-10.1-ST10432-8/README.md#command-to-find-the-offsets-used-for-extraction | |
23 | + | |
24 | +Verified to work on Chuwi Hi10 Pro with Z8350 CPU (Serial Number begins with HQ64 (20161209)) |