-
Notifications
You must be signed in to change notification settings - Fork 14
Building
Antonio Davide edited this page Aug 30, 2016
·
5 revisions
Clone the entire repository:
git clone https://github.com/Dax89/chuwi-dev.git
cd chuwi-dev/drivers/chipone_ts
Driver compilation step
- Chuwi Hi10 support (compiles the driver with hardcoded 1920x1080 screen resolution):
make hi10 - Chuwi Vi8 Plus support (compiles the driver with hardcoded 1280x800 screen resolution):
make vi8plus - Other Chipone based tablets (compiles the driver with hardcoded 1366x768 screen resolution):
make
Install the driver with:
sudo make install
If you want to remove the driver execute:
sudo make uninstall