Buffer size error when compiling the embedded webserver on STM32F7 with a different display image than provided. Any ideas?
I am running the embedded web server on the STM32F7 and I changed the linked image that is displayed on the MCU. It compiles, but doesn't display. After investigating, a buffer size error is being thrown and consequently the main code gets stuck in a while loop. Any ideas as to why this could be happening? The memory is allocated based on image size, so it should be compensating. I can't find in any of the files where the image and corresponding details could be hard coded.