-
Several examples have an incompletely correct initialization sequence.
They call refresh(ssd, True) but 'lut' colors is not initialized.
The more correct sequence is:
```
from color_setup import s…
-
```
import hardware_setup
from gui.core.ugui import Screen,ssd
from gui.widgets import CloseButton, Checkbox, LED
from gui.core.writer import Writer
import gui.fonts.arial10 as arial10
f…
-
Hi,
Are multiple screen supported in nanogui? Does this share the underlying OpenGL Context?
-
Hi Wojciech,
In my windows environment, the UI comes out a bright gray, as if some gamma correction had been incorrectly applied to the UI. I've confirmed that this is specific to my environment, s…
-
hello, @bkaradzic
I ported my small ui library for bgfx, could you include it to examples?
![bgfx_nanogui_port](https://user-images.githubusercontent.com/918081/69905089-25613e80-13c0-11ea-81aa-17b…
-
There appears to be a compile error in `mrpt_ekf_slam_2d` on the buildfarm.
https://build.ros.org/job/Nbin_uF64__mrpt_ekf_slam_2d__ubuntu_focal_amd64__binary/66/console
```
23:12:38 /usr/lib/cc…
-
Hi,
I ordered a 2.9 inch epaper from https://github.com/WeActStudio/WeActStudio.EpaperModule
And I did not manage to make it working with you code, wheras the driver seems verry similar to the waves…
-
Hello @peterhinch
I see that you added this fetaure:
March 2022: Add [latency control](https://github.com/peterhinch/micropython-micro-gui/blob/main/README.md#45-bound-variable) for hosts with S…
-
Hello, had a quick look at the last update `1.7.0` on my windows machine. Unfortunately seems I cannot launch it, the terminal opens and then close briefly after. There's no error message whatsoever.
…
-
Hello Frédéric,
I would like to use Wall for developing an audio scope & spectrum analyzer, for this I would need to get an OpenGL (well, gles2) canvas inside my Wall window. Is it possible that yo…