Skip to content

Commit

Permalink
change IT8951 install syntax and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Nov 7, 2023
1 parent 0e78c01 commit 34b2fd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Version Unreleased

### Changed

- updated IT8951 repo link to build from source with RPI dependencies

## Version 0.3.5

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The [Waveshare device library](https://github.com/waveshareteam/e-Paper) require

__IT8951__

IT8951 devices, such as the [Waveshare 6in EPD](https://www.waveshare.com/6inch-e-paper-hat.htm), are supported via a [separately maintained Python module](https://github.com/GregDMeyer/IT8951) from Greg Meyer. This module is downloaded as part of omni-epd setup but it won't automatically install library pre-requisites, which may or may not be installed on your system. Please check the [requirements file](https://github.com/GregDMeyer/IT8951/blob/master/requirements.txt) on that project for a list of current requirements.
IT8951 devices, such as the [Waveshare 6in EPD](https://www.waveshare.com/6inch-e-paper-hat.htm), are supported via a [separately maintained Python module](https://github.com/GregDMeyer/IT8951) from Greg Kahanamoku-Meyer. This module and it's requirements are downloaded as part of omni-epd setup.

## Implementing Projects
Below is a list of known projects currently utilizing `omni-epd`. If you're interested in building a very small media player, check them out.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_requires =
Pillow>=9.1.0
waveshare-epd @ git+https://github.com/waveshare/e-Paper.git@4822c075f5df714f88b02e10c336b4eeff7e603e#subdirectory=RaspberryPi_JetsonNano/python&egg=waveshare-epd
inky[rpi]>=1.3.1
IT8951 @ git+https://github.com/GregDMeyer/IT8951.git@67215164a7fc471bc6904f72ad55e51030905a97
IT8951[rpi] @ git+https://github.com/GregDMeyer/IT8951.git
package_dir =
= src
packages = find:
Expand Down

0 comments on commit 34b2fd5

Please sign in to comment.