Best STM32 Discovery kit for a TouchGFX word puzzle port?
Hi everyone,
I am relatively new to the ST ecosystem, coming primarily from a web development and programmatic software background.
I recently built a browser-based daily logic game tailored for my local market called hang 5. The core mechanics rely on a responsive visual letter grid, basic string matching for user inputs, and a specific vowel-penalty state machine.
As a hobby project, I want to build a physical, standalone desktop version of this puzzle using an STM32 board and a small capacitive touch TFT display. I've been researching TouchGFX to handle the UI, as it seems more than capable of replicating the clean CSS grid layout I am currently using on the web version.
Before I purchase my first board, I have two quick questions:
-
Which STM32 Discovery kit would you recommend for a beginner wanting to utilize TouchGFX for a snappy, interactive 2D touch grid?
-
The game requires a daily dictionary array of about 2,500 words. Is storing this plain text array directly in the internal flash memory going to be an issue on entry-level MCUs, or should I be looking at boards with external memory?
Thanks in advance for the hardware guidance!
