Skip to content

Releases: adafruit/Adafruit_CircuitPython_HX8357

Fix Touchscreen Init to Match Datasheet

01 Apr 15:23
394493c
Compare
Choose a tag to compare

What's Changed

  • Adjust SETOSC to 0x66 from 0x68 (60/60Hz Normal/Idle mode) by @tyeth in #22

New Contributors

  • @tyeth made their first contribution in #22

Full Changelog: 1.4.2...1.4.3

1.4.2 - Updated to use CircuitPython 9.X.X API

25 Mar 13:46
11dddce
Compare
Choose a tag to compare

Updated the library to use the 9.X.X CircuitPython API if possible, using the previous API as a fallback, This will prevent future warnings when using on boards running 9.X.X. Please note that the previous API fallback may be removed at a later date. Thanks @DJDevon3!

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

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

Read the docs for info on how to use it.

1.4.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:22
Compare
Choose a tag to compare

Changes: 1.4.0...1.4.1

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

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

Read the docs for info on how to use it.

1.4.0 - Replace .show() in examples

03 Nov 13:10
278d4ce
Compare
Choose a tag to compare

What's Changed

  • Update root_group for CP9 compatibility by @prcutler in #19

New Contributors

Full Changelog: 1.3.11...1.4.0

1.3.11 - Fix RTD Theme Issue

25 Sep 15:41
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.10 - Updated .pylintrc, fixed jQuery

26 May 16:09
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.9 - Updated pre-commit hooks

16 May 17:54
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.8 - Added type annotations

27 Sep 01:13
4b7ad53
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

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

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

Read the docs for info on how to use it.

1.3.7 - Made copyright stay up to date in docs/conf.py

26 Aug 02:16
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.6 - Fixed version string

22 Aug 18:39
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.