This repository contains a Chipone touch screen module, specifically for Chuwi vi10 and hi10 model lines.
This driver should be considered "complete, but unpolished".
I have adapted this driver for linux kernel versions 5.0.0+
- Install git
sudo apt install git
- Clone this repo into your chuwi hi10/vi10:
git clone https://github.com/rozetkinrobot/chipone_ts.git
- cd into directory:
cd chipone_ts\
- Make for hi10:
make hi10
- Install:
sudo make install
- Copy icn8505-HAMP0003.fw into /lib/firmware/chipone/
sudo mkdir /lib/firmware/chipone && sudo cp icn8505-HAMP0003.fw /lib/firmware/chipone/
- Reboot your chuwi :)
P.S. I highly recommend turning off auto-rotate.
Source code in this repository is released under GNU GPL License.