HI. I have a display which I have bought for controlling a 3D printer along with duet3D board. Its a Fysetc 7.0'' 800x480 V1.1 display which is based on Paneldue v3.0 display. I want to use this display with the arduino mega that I have but I don't know how to do this. The display looks similar to other 7'' displays like SSD1963 or DWIN. Can I use the same libraries as these? Also the display that I have has Tx Rx pins and a separate 10pin module. Has anyone worked with this? Please help me out with this
You can use standard Arduino Serial
communication libraries to interact with the PanelDue-based display.
What all libraries will work? like, can I use the ssd1306 library on this board with the tx rx?
SSD1306 uses SPI communication protocol. You need to use VCC,GND,SCL.SDA pins for this display. Tx,Rx not needed.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.