Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#363 st7789b added; Waveshare 1.3 LCD with different pin layout #365

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

WouterJD
Copy link
Owner

I've gone for the easy way: -O st7789b which should do the job. If there will pop up more displays, a more sophisticated implementation can be done.

Please validate.

@edwinvanpoeijer
Copy link

Hi,

The Waveshare is missing the reset circuit from the Adafruit display, the reset_pin needs to be defined.
After that it's working perfectly!

cs_pin = digitalio.DigitalInOut(board.CE0)
dc_pin = digitalio.DigitalInOut(board.D25)
reset_pin = digitalio.DigitalInOut(board.D27)

@WouterJD
Copy link
Owner Author

The Waveshare is missing the reset circuit from the Adafruit display, the reset_pin needs to be defined.

Please verify

@WouterJD WouterJD merged commit 1a77d92 into master Feb 23, 2022
@WouterJD WouterJD deleted the Issue-#363-Add-Waveshare-1.3-LCD branch February 23, 2022 16:42
WouterJD added a commit that referenced this pull request Aug 9, 2022
* #363 st7789b added; Waveshare 1.3 LCD with different pin layout

* PR#365 define waveshare pins

* PR #365 Waveshare reset pins

* Collector first version; write to FitnessMachineControlPoint fails

* bleClient.py working on Raspberry pi0W raspbian 10 (buster)

* bleClient.py works on rpi0W with raspbian v10 buster

* bleClient.py works on rpi0W with raspbian v10 buster

* Server still under editing

* bleBleak.py works on rpi0W with raspbian v10 buster

* bleBleak.py works on rpi0W with raspbian v10 buster

* FortiusAnt now works with bless library, ready for fieldtest

* spaces removed

* bless implementation works on Windows & Raspberry

* General Access Profile, further tests

* Made available to bless as example

* Code cleanup

* logfile improvements

* Improved error handling and Changed access rights

* -dall activates all debug options

* -d log activates all logging but not json

* -d all and -d log code improvement

* manual for #366 and problem solved for #373

* #379 fonts-dejavu added in install

* #366 install bless library from development branch

* Version 6.4 candidate for merge

* Small manual update

* Release BLE/bless, version 6.5

* Last manual update for release of BLE/bless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants