User Activity

I'm wanting to connect a STM32F756 Nucleo board to a ST7796S-controlled 4" 320x480 TFT screen. Is there a good driver available for that? I can mostly find ones for ili9341.
Below is my main.c file. I'm wanting to scan analog pins PA0 and PA1. They work individually when not using DMA, but when I try to use DMA, the analog values are read once and then never updated after that. Any ideas?  /* USER CODE BEGIN Header */ /*...