Touchscreen driver POC

Example documentation
This commit is contained in:
2026-05-07 16:28:08 -07:00
parent c0ad8306a7
commit a125f45b34
201 changed files with 19783 additions and 34 deletions
+10
View File
@@ -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'],
)