Skip to main content
RobPatt
Visitor
July 1, 2026
Question

Best STM32 Discovery kit for a TouchGFX word puzzle port?

  • July 1, 2026
  • 4 replies
  • 54 views

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:

  1. Which STM32 Discovery kit would you recommend for a beginner wanting to utilize TouchGFX for a snappy, interactive 2D touch grid?

  2. 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!

4 replies

Andrew Neil
Super User
July 1, 2026

Welcome to the forum.

 

  1. Which STM32 Discovery kit would you recommend for a beginner wanting to utilize TouchGFX for a snappy, interactive 2D touch grid?

I wouldn’t recommend a beginner to leap straight into a TouchGFX project!

You really need to spend some time getting used to the embedded environment first.

Take a look at this thread:

 

In particular this post on getting started with your first few projects.

 

Good luck!

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
RobPatt
RobPattAuthor
Visitor
July 1, 2026

thank you for quick response

 
https://hangfive.nz/
mƎALLEm
ST Technical Moderator
July 1, 2026

Hello ​@RobPatt and welcome to the ST community,

Look at this video showing the capability of the STM32F469 DISCOVERY board with TouchGFX.

Especially the Bird coin game shown at 1:24.

You can also use STM32F769-DICO board for more performance: see this video. (the Bird coin game shown at 8:24 / puzzle game at @7:47)

Hope that helps

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Andrew Neil
Super User
July 2, 2026

See also:

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Pavel A.
July 2, 2026

Besides of ST Discovery boards, you may want to consider Riverdi displays based on STM32H7. They have various display sizes and touch capabilities.

 

RobPatt
RobPattAuthor
Visitor
July 2, 2026

i will check it out aswell Thanks

https://hangfive.nz/
Andrew Neil
Super User
July 2, 2026

I think there are also some other companies with STM32-BASE display products like Riverdi 

eg, https://www.lcdlcm.com/application/stm32-tft 

 

Although Riverdi do seem to get the most coverage here.

They are an ST Partner:

https://www.st.com/en/partner-products-and-services/riverdi-stm32-displays.html

It sounds like good support will be a key feature for you ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.