Diaplay seems to be working for some degree

This commit is contained in:
Attila Body 2019-09-10 15:22:16 +02:00
parent 4194cad76d
commit e2402c8284
4 changed files with 258 additions and 49 deletions

View file

@ -26,6 +26,7 @@
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include <ILI9341.h>
/* USER CODE END Includes */
@ -93,6 +94,7 @@ int main(void)
MX_USART1_UART_Init();
MX_FSMC_Init();
/* USER CODE BEGIN 2 */
ili9341_init();
/* USER CODE END 2 */