Skip to content

NV3007 not working #726

@MarcFinns

Description

@MarcFinns

Hi, I got my N3007 display today (428x142) and i hooked it up to an ESP32, but not even your simplest example works!
You dont have any example ready made for that display, so I had to write the lines below.
Is my display bad, or is the code incorrect?
Thanks for your help!

Arduino_DataBus bus =
new Arduino_ESP32SPI(2 /
DC /,
5 /
CS /,
18 /
SCK /,
23 /
MOSI /,
GFX_NOT_DEFINED /
MISO /,
VSPI /
spi_num */);

Arduino_GFX gfx = new Arduino_NV3007(bus, DF_GFX_RST, 0 / rotation /, false / IPS */, 142, 428);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions