Hi Paul, thanks for the reply.
I've drawn the schematic on Kicad as some of the components do not have symbols on Fritzing. I could not find a datasheet to the current screen I'm using. But on the store I bought it there this saying:
"This LCD Shield has a resolution of 240x320 pixels with individual control for each pixel. It also integrates a controller chip with video RAM, allowing you to use a driver to optimize its performance. It features 4 backlight LEDs and 18-bit color depth, offering 262,000 variations of colors and shades.
At the bottom of the Shield, there is a standard Micro SD card slot where data read by the LCD, digital photo albums, or any other application that requires expansion space for your project can be stored.
This Shield-shaped screen allows for quick and simple attachment to the Arduino without the need for wiring or soldering, making it ready for immediate use in applications that need to display information alongside the project, such as some type of menu where options are shown directly on the LCD in real-time. Another great application is when you need to interact with the project, such as in a password system, as the screen is touch-sensitive.
Specifications:
Screen size: 2.4 inches;
Micro SD card slot;
LCD color: 65K;
Resolution: 240 x 320;
Touch screen: 4-wire resistive touchscreen;
Interface: 8 data bits plus 4 control lines;
Operating voltage: 3.3-5V;
Visible screen dimensions (LxW): 50x39mm;
Shield dimensions (LxWxH): 72.3 x 52 x 7mm;
The Arduino pins used are: digital pins 5-13 and analog pins 0-3. This means you can use digital pins 2, 3, and analog pins 4 and 5. Pin 12 will be available if the SD card is not used.
Documentation:
Libraries"
The schematic is attached as pdf file.
ecg-sim-sch.pdf (41,3,KB)
Do you think it would be possible to program a LCD Crystal Display to do the same job as a the TFT screen but without the colours?
Thanks for pointing the common ground issue out, I'll fix it on the next build.
Thank you.