Touchscreen driver POC
Example documentation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
from setuptools import setup
|
||||
setup(
|
||||
name='waveshare-ETP',
|
||||
description='Waveshare e-Paper Touch Display',
|
||||
author='Waveshare',
|
||||
package_dir={'': 'lib'},
|
||||
packages=['TP_lib'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user