Tom Van Braeckel

Results 10 issues of Tom Van Braeckel

The latest releases of Yamcs Studio have an issue with "FileUtil is not defined" in Javascript, which is a utility function from "Packages.org.csstudio.opibuilder.scriptUtil". This breaks the Javascript that we use...

With Yamcs Studio v1.0.2, when we click "file" - "open" and open a display, the display is always opened with the "display editor" and there is no way to open...

Here's my audio driver for the piezoelectric buzzer of the Fri3D Camp 2022 badge! There is quite some code so I opted to put it in separate files, to keep...

Simplify menu by hiding inoperable options, to avoid confusing the users. On the Fri3D Camp 2022 badge, the backlight is always on, and there is no GPIO LED to show...

I noticed there's a branch with the legendary Duke Nukem 3D! I read that it "works" but the branch is a bit old and never merged so I was wondering...

enhancement
help wanted

I see retro-go has an "sdl2" target that would presumably allow running it on a regular, x86/64 desktop computer, I think... But I can't find documentation on how to do...

enhancement
help wanted

I'm using this for of my (experimental, but working!) ["find games" functionality](https://github.com/tomvanbraeckel/retro-go-fri3d/tree/find-games), where one retro-go device connects to another's wifi hotspot and recursively "finds" (and downloads) ROMs that it doesn't...

On the Fri3d Camp 2024 badge, the RG_GPIO_LED is active low, meaning it is on when the output is 0/low and off when the output is 3V3/high. Therefore, we need...