Hello ~
I have been using Embedded Wizard with STM32MP1 MPU.
So far, we have used the Linux OpenGL ES 2.0 platform packages.
This time, we are considering using the WebGL Platform package for Web application of our product.
I've already test a simple GUI in a web browser using the WebGL Demo Platform package.
But I don't know well how to control the hardware when the user presses the button.
Is there an example or document?
Can I create a C application to control the hardware and use websocket to communicate between the C application and JavaScript?
Thanks