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

Add 7.5inch v2 waveshare #1077

Merged
merged 10 commits into from
Jul 11, 2020
Merged

Add 7.5inch v2 waveshare #1077

merged 10 commits into from
Jul 11, 2020

Conversation

PaulAntonDeen
Copy link
Contributor

@PaulAntonDeen PaulAntonDeen commented May 31, 2020

Description:

Related issue (if applicable): fixes esphome/feature-requests#753

Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs#675

Checklist:

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works (under tests/ folder).

If user exposed functionality or configuration variables are added/changed:

@PaulAntonDeen
Copy link
Contributor Author

Removed invisible whitespaces

@@ -31,6 +32,7 @@
'4.20in': ('b', WaveshareEPaper4P2In),
'5.83in': ('b', WaveshareEPaper5P8In),
'7.50in': ('b', WaveshareEPaper7P5In),
'7.50inV2': ('b', WaveshareEPaper7P5InV2),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esphome/issues#1357

This doesn't work because V is uppercase, and the config validator normalizes everything to lowercase before checking the model (see line 51).

Also: please test your changes before you create a PR

OttoWinter added a commit that referenced this pull request Jul 15, 2020
@PaulAntonDeen PaulAntonDeen deleted the Add-7.5inchV2-waveshare branch July 15, 2020 10:15
@OttoWinter OttoWinter mentioned this pull request Jul 15, 2020
3 tasks
OttoWinter added a commit that referenced this pull request Jul 15, 2020
This was referenced Jul 26, 2020
rspaargaren pushed a commit to rspaargaren/esphome that referenced this pull request Jul 30, 2020
* Added 7.5inchV2

* Added 7.5inV2

* Added 7.5inch_V2

* fixed Display function

* Inverted bytecode

Added ~() to invert the bytecode and make the screen look black text on white background

* Hoping to keep Travis happy with blank lines

* more travis hacking

* travis happy?

* wow

* gfhj
rspaargaren pushed a commit to rspaargaren/esphome that referenced this pull request Jul 30, 2020
sashao pushed a commit to sashao/esphome that referenced this pull request Oct 23, 2020
* Added 7.5inchV2

* Added 7.5inV2

* Added 7.5inch_V2

* fixed Display function

* Inverted bytecode

Added ~() to invert the bytecode and make the screen look black text on white background

* Hoping to keep Travis happy with blank lines

* more travis hacking

* travis happy?

* wow

* gfhj
sashao pushed a commit to sashao/esphome that referenced this pull request Oct 23, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Version 2 of 7.5 inch monochrome waveshare e-paper
3 participants