Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
Révision | 9dd7e3fd0506f8688276e08e42cab5c924c1e7bb (tree) |
---|---|
l'heure | 2017-01-31 03:26:31 |
Auteur | Gregor Riepl <onitake@gmai...> |
Commiter | GitHub |
Clarify name of header firmware a bit
@@ -97,8 +97,8 @@ Sometimes, the file names will give a clue, like panel size, product | ||
97 | 97 | name, resolution or chip name. Test the matching ones first. |
98 | 98 | |
99 | 99 | If you have a Windows driver instead, the firmware either comes in |
100 | -the form of a file named GSL_TS_CFG.h or SileadTouch.fw. The latter | |
101 | -is just a scrambled version of GSL_TS_CFG.h and can be easily | |
100 | +the form of a file named GSL_TS_CFG.h (or similar) or SileadTouch.fw. | |
101 | +The latter is just a scrambled version of GSL_TS_CFG.h and can be easily | |
102 | 102 | restored by XORing every byte with 0x88. |
103 | 103 | |
104 | 104 | To convert GSL_TS_CFG.h into a binary firmware, use: |