[ESP32WROVER KIT] MICROUI start java exception

Hi Gilles,

SYSINpmp and DISPLpmp are UI thread, you can find more information about them in this post or in the specification of microUI

The java/lang/OutOfMemoryError occurs when java runs out of heap space. You can increase it in your run configuration (Runtime->Memory).

Regards,

Pierre