Can anyone point me to a complete Raspberry Pi5 Visual Studio project so I can have a starting point to build my project. Also, I am using the Raspberry 2, 5 inch display.
A single Button when pressed that prints “hello” to a text box would be wonderful. I have tried the U-tube video:
Build a Custom E-Bike GUI on Raspberry Pi Using LVGL & SquareLine Studio
That instructional video has steps that doesn’t work/fail for me.
Setup is the hardest thing with new stuff.
Thanks
Leon Powelson
Hi KBryght,
Thanks for reporting this and providing the hardware info! This is an issue that occasionally pops up on Linux where the internal MicroPython process gets stuck in an endless loop, causing high CPU usage.
Based on your logs and previous similar reports, here are a couple of things you could try to see if it mitigates the issue:
Force OpenGL: Try starting SquareLine Studio from the terminal with the following flag:
./SquareLine_Studio.x86_64 -force-opengl
Switch to Dedicated GPU: I noticed from your lspci and Unity logs that you have a hybrid graphics setup (Intel Core Ultra + NVIDIA) and SquareLine is currently rendering using the integrated Intel card (Mesa Intel(R) Graphics (ARL)). Sometimes this looping issue is tied to driver behavior. Could you try launching the application specifically with your NVIDIA GPU (for example, using prime-run ./SquareLine_Studio.x86_64 or your distribution’s equivalent setting)?