Update Setup30_ILI9341_Parallel_STM32.h
This commit is contained in:
parent
4941ae55ed
commit
91574c87e9
|
|
@ -1,5 +1,5 @@
|
||||||
///////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Setup for Nucleo-F446/767 and ILI9341 display //
|
// Setup for Nucleo 64 or 144 and ILI9341 display //
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
// See SetupX_Template.h for all options available
|
// See SetupX_Template.h for all options available
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
#define NUCLEO_64_TFT
|
#define NUCLEO_64_TFT
|
||||||
//#define NUCLEO_144_TFT
|
//#define NUCLEO_144_TFT
|
||||||
|
|
||||||
// Tell the library to use 8 bit parallel mode(otherwise SPI is assumed)
|
// Tell the library to use 8 bit parallel mode (otherwise SPI is assumed)
|
||||||
#define TFT_PARALLEL_8_BIT
|
#define TFT_PARALLEL_8_BIT
|
||||||
|
|
||||||
// Define the display driver chip type
|
// Define the display driver chip type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue