This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include <SPI.h> | |
// LCD Pin | |
#define TFT_CS PB2 | |
#define TFT_RS PB0 | |
#define TFT_RES PB1 | |
#define TFT_SDA PA7 // MOSI | |
#define TFT_SCL PA5 // SCLK |