add spi lcd ili9341 in development

This commit is contained in:
TT 2016-09-27 00:06:00 +09:00
parent 5031e496f9
commit 602df8af7a
8 changed files with 3629 additions and 3 deletions

View file

@ -146,7 +146,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
#define HAL_USE_SPI FALSE
#define HAL_USE_SPI TRUE
#endif
/**