mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-30 09:30:46 +00:00
...
This commit is contained in:
parent
e18c1fbfb9
commit
8431162ab3
@ -7,7 +7,11 @@
|
||||
#include <UTFT.h>
|
||||
#include "TinyFont.h"
|
||||
|
||||
static UTFT utft(TFT_MODEL, TFT_RS, TFT_WR, TFT_CS, TFT_RST);
|
||||
#if !defined(TFT_SER)
|
||||
#define TFT_SER 0
|
||||
#endif
|
||||
|
||||
static UTFT utft(TFT_MODEL, TFT_RS, TFT_WR, TFT_CS, TFT_RST, TFT_SER);
|
||||
|
||||
#elif defined(USE_ESPI)
|
||||
#pragma message "Configure TFT_eSPI in Makefile or User_Setup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user