ST7796 on Mega2560 #2374
RafaelxVS
started this conversation in
Compatible displays and setup files
Replies: 1 comment 7 replies
-
The Mega uses 5v logic and thus cannot be directly connected to the display without a logic level converter. The simplest converter is a resistor divider as described in Step 1 here: This library is also more suited to higher performance 32 bit processors (such as the Pico RP2040) due to the memory resource demands. For that processor suitable connections are in this setup file: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Please, I need some advice.
I'm using the display model ST7796 V1.0 (link) and an Arduino Mega2560.
I unsoldered D1 and jumped the contacts like the instructions here: https://github.com/Bodmer/TFT_eSPI/discussions/898
I can't do the things work.
The connections:
TFT // Mega
VCC // 5V
GND // GND
CS // A5
Reset // A4
DC/CD // A3
SDI(MOSI) // 51
SCK // 52
LED // A0
SDO (MISO) // 50
Attached my User_Setup and User_Select.
TFT_eSPI.zip
Please, can anyone help with this issue?
Thanks!
Regards.
Beta Was this translation helpful? Give feedback.
All reactions