Skip to content

Releases: adafruit/Adafruit_CircuitPython_FocalTouch

1.1.7 - Changed CI from Travis to GitHub Actions

23 Jan 02:11
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Example and Readme updated

10 Jan 17:41
d891ff6
Compare
Choose a tag to compare

Example and Readme updated thanks to @TG-Techie

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Example names updated, docs updated

25 Nov 22:27
a0c7064
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Updated Examples

25 May 02:28
41a3e4e
Compare
Choose a tag to compare

Filenames are now Adabot approved. Thanks @dherrada.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Updated example code

08 Feb 23:24
2f2f9c8
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Update Travis Badge In Readme

15 Jan 02:19
2da73ba
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:09
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

Now on PyPi!

05 Aug 16:57
d52c774
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-focaltouch.

Read the docs for info on how to use it.

More doc refinement

01 May 18:34
5f0c595
Compare
Choose a tag to compare

Thanks to @sommersoft for the documentation refinement.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Sphinx update.

22 Feb 02:53
520d8a3
Compare
Choose a tag to compare

Thanks to @brentru for the great work!