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 support for Nokia 5110 Display (PCD8544 platform) #7628

Closed
saikek opened this issue Jan 30, 2020 · 1 comment
Closed

Add support for Nokia 5110 Display (PCD8544 platform) #7628

saikek opened this issue Jan 30, 2020 · 1 comment
Labels
feature request (devs?) Action - awaiting response from developers requested feature (hold over) Result - Feature that will not be added soon (out of scope)

Comments

@saikek
Copy link

saikek commented Jan 30, 2020

Have you looked for this feature in other issues and in the docs?
Yes, docs (displays section) and forum (1 similar entry).

Is your feature request related to a problem? Please describe.
It would be great to support Nokia 5110 displays (SPI, PCD8544 platform)

Describe the solution you'd like
Either update documentation with correct DisplayModel for his platform, or add another one.

Describe alternatives you've considered
Not using display.

Additional context
This is 4-pin SPI display with 84x48 screen resolution and blue backlight.

Connection seems to be very much similar to this particular comment or issue

I've used following connection:

TFT Pin Pin Name Node MCU (Wemos) Pin Tasmota Config
RST Reset RST ----
CE chip select D8 (GPIO 15) SPI CS (66)
DC Data/Command D0 (GPIO 16) SPI DC (67)
Din Serial Data In D7 (GPIO 13) ----
Clk Serial Clock D5 (GPIO 14) ----
Vcc 3.3 voltage 3.3V ----
BL Backlight, 3.3V D2 (GPIO 04) Backlight (68)
GND Ground Ground ----

And in code I have un-commented all directives related to SPI. Howevr none of selected DisplayModels does not show any test on screen.

(Please, remember to close the issue when the problem has been addressed)

@ascillato2 ascillato2 added the feature request (devs?) Action - awaiting response from developers label Jan 31, 2020
@ascillato2
Copy link
Collaborator

Closing as nobody is working on this. If anyone is interested on working on this, please provide a PR. Thanks.

@ascillato2 ascillato2 added the requested feature (hold over) Result - Feature that will not be added soon (out of scope) label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request (devs?) Action - awaiting response from developers requested feature (hold over) Result - Feature that will not be added soon (out of scope)
Projects
None yet
Development

No branches or pull requests

2 participants