STM32F1xx support for TFTGLCD (#20515)
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
* MORPHEUS Board pin assignments
|
||||
*/
|
||||
|
||||
#if NOT_TARGET(__STM32F1__)
|
||||
#if NOT_TARGET(__STM32F1__, STM32F1xx)
|
||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||
#endif
|
||||
|
||||
@ -90,3 +90,4 @@
|
||||
#define LED_PIN PC13
|
||||
#define SDSS PA3
|
||||
#define TFTGLCD_CS PA4
|
||||
#define SD_DETECT_PIN PC14
|
||||
|
Reference in New Issue
Block a user