From ff2f5ea42b4da95284f3f853201e00c29c656cbd Mon Sep 17 00:00:00 2001 From: Tokazio Date: Sat, 20 Mar 2021 03:57:09 +0100 Subject: [PATCH] Update User_Setup.h Typo on stm32 port b include --- User_Setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User_Setup.h b/User_Setup.h index 371f564..9fe108e 100644 --- a/User_Setup.h +++ b/User_Setup.h @@ -27,7 +27,7 @@ // If STN32 Port A or B pins 0-7 are used for 8 bit parallel data bus bits 0-7 // then this will improve rendering performance by a factor of ~8x //#define STM_PORTA_DATA_BUS -//#define STM_PORTA_DATA_BUS +//#define STM_PORTB_DATA_BUS // Tell the library to use 8 bit parallel mode (otherwise SPI is assumed) //#define TFT_PARALLEL_8_BIT