-
-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
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
Labels
No labels