/chipone_ts

Chipone touch screen module

Primary LanguageASL

Chipone Touch Screen

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+

URLs

Theme on 4pda

My profile on 4pda

Build and install instructions

  1. Install git
sudo apt install git
  1. Clone this repo into your chuwi hi10/vi10:
git clone https://github.com/rozetkinrobot/chipone_ts.git
  1. cd into directory:
cd chipone_ts\
  1. Make for hi10:
make hi10
  1. Install:
sudo make install
  1. Copy icn8505-HAMP0003.fw into /lib/firmware/chipone/
sudo mkdir /lib/firmware/chipone && sudo cp icn8505-HAMP0003.fw /lib/firmware/chipone/
  1. Reboot your chuwi :)

P.S. I highly recommend turning off auto-rotate.

License

Source code in this repository is released under GNU GPL License.