100%
rpipicotft2.4 Badge PCB view
Description

Imported from GitHub: jondurrant/RPIPicoTFT2.4 · commit 28d633b · license MIT

Description

This is a demonstration of using a MSP2401 2.4 TFT screen driven by ILI9341 from Raspberry PI Pico

README

RPIPicoTFT2.4

This is a demonstration of using a MSP2401 2.4 TFT screen driven by ILI9341 from Raspberry PI Pico

The Repo goes along with a video on my YouTube channel

Display

The display I used is MSP2401 or a generic version of. Purchased from Kunkune

Basic Example

This example demonstrates basic control of the screen to display rectangles.

Connectivity

	-	12,		//SDO(MISO)
	-	9, 		//CS
	-	10,		//SCK
	-	11,		//SDI(MOSI)
	-	15,  		//RESET
	-	8,			//DC/RS
	-	13, 		//LED
Comments
Sign in to comment

No comments yet. Be the first to ask about this board.