Adafruit_CircuitPython_RA8875

CircuitPython library for the RA8875 TFT driver board

MIT License

Downloads
1.3K
Stars
3
Committers
10

Bot releases are visible (Hide)

Adafruit_CircuitPython_RA8875 - 3.1.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - 3.0.1 - Changed CI from Travis to GitHub Actions

Published by evaherrada over 4 years ago

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-ra8875.

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Fixed some incorrect calculations for width/height

Published by makermelissa almost 5 years ago

BREAKING RELEASE: Some drawing dimensions have been fixed

  • Rectangles are now correctly sized
  • Rounded Rectangles are now the correct size
  • Vertical lines are now the correct size
  • Horizontal lines are now the correct size

If your code uses any of those, it may need to be updated.

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Fixed TypeError issue on Raspberry Pi

Published by makermelissa about 5 years ago

Drawing Test was causing an issue on the Raspberry Pi where the string was not converted to bytes. That issue has been resolved.

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - BREAKING RELEASE: Optimized Library

Published by makermelissa over 5 years ago

BREAKING RELEASE: Some internal functions are now private

This library now has several optimizations including:

  • Smaller and more compact
  • Support for 480x80 Displays added
  • Fixes for latest 4.0 stable release

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Added 480x128 Display Support

Published by makermelissa over 5 years ago

This release contains the following changes:

  • Added 480x128 Display Support

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Learn Guide Update; Misc Updates

Published by sommersoft over 5 years ago

This release contains the following changes:

Thanks @makermelissa!

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Fixed Coloration in BMP Example

Published by makermelissa over 5 years ago

In this release, the BMP example was updated:

  • Images and text are now centered and fit on both resolutions
  • Fixed Coloration of 24-bit BMP example
  • Fixed 16-bit BMP decoding in BMP example

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Renamed Blinka BMP and updated Example

Published by makermelissa over 5 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Updated Copyright Message

Published by makermelissa over 5 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Updated README links

Published by makermelissa over 5 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_RA8875 - Initial release

Published by makermelissa over 5 years ago

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

Read the docs for info on how to use it.

Package Rankings
Top 17.47% on Pypi.org
Related Projects