Skip to main content
Danix2k
Associate III
April 29, 2022
Solved

Can I put on a STM32h757i-EVAL a simple web browser to be used with the integrated LCD Display?

  • April 29, 2022
  • 1 reply
  • 1276 views

I would like to navigate some HTML page from the LCD of the board.

These HTML pages contain text and images.

Do you know if something already exists and I can put it on my projects? 

 Thanks.

This topic has been closed for replies.
Best answer by TDK

A microcontroller isn't the best a good choice for a web browser. That takes considerable processing power. A Raspberry Pi or a STM32 MPU would be a better choice.

If you want to serve a webpage, that is considerably easier, as you get to control the complexity.

1 reply

TDK
TDKBest answer
April 29, 2022

A microcontroller isn't the best a good choice for a web browser. That takes considerable processing power. A Raspberry Pi or a STM32 MPU would be a better choice.

If you want to serve a webpage, that is considerably easier, as you get to control the complexity.

"If you feel a post has answered your question, please click ""Accept as Solution""."