Search found 577 matches

by hudiy
Wed Jun 10, 2026 8:45 pm
Forum: Other
Topic: Everything is working... except...
Replies: 7
Views: 42

Re: Everything is working... except...

According to the output, it looks like your script blocks access to either the input devices (accessible via evdev) or KMS resources for rendering. Try configuring your script's .service file to launch after hudiy.service by adding After=hudiy.service in the [Unit] section.

To check exactly what is ...
by hudiy
Wed Jun 10, 2026 7:29 pm
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 14
Views: 251

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

The feature will allow you to override onSurface color which is used for most texts and icons.
by hudiy
Wed Jun 10, 2026 7:21 pm
Forum: Other
Topic: Everything is working... except...
Replies: 7
Views: 42

Re: Everything is working... except...

What is the output of pactl list sinks and pactl info commands when your script is running?

Please also post output of the systemctl --user status hudiy.service command.
by hudiy
Wed Jun 10, 2026 4:36 pm
Forum: Other
Topic: Everything is working... except...
Replies: 7
Views: 42

Re: Everything is working... except...

Hudiy does not use or communicate directly with audio devices. Instead, it utilizes PipeWire, which is a standard component of Raspberry Pi OS for audio handling. PipeWire is simply an audio server that allows multiple applications to play and record audio at the same time.
ALSA does not allow an ...
by hudiy
Wed Jun 10, 2026 4:01 pm
Forum: Other
Topic: Everything is working... except...
Replies: 7
Views: 42

Re: Everything is working... except...

'Hudiy is launching...' indicates that you are using console mode. Does your script utilize GPU resources in any way (e.g., UI)? EGLFS used in console mode only allows for displaying one application window at a time.

Another thing that might be blocking Hudiy from starting is PipeWire. The startup ...
by hudiy
Tue Jun 09, 2026 11:15 am
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 14
Views: 251

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available


is the next version planned to include the colour theming update. I would appreciate this as it would really help advance the project


Yes, in the next version we plan to add the ability to override the theme colors (https://github.com/wiboma/hudiy#hudiycolorscheme-object) with custom values for ...
by hudiy
Tue Jun 09, 2026 9:38 am
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 14
Views: 251

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available


Hi Hudiy, is there a way to customize the UI looks and feel? Basically completely overhaul the main page of Hudiy.


Yes, you can create your custom UI using HTML/Javascript, add it as an application to the $HOME/.hudiy/share/config/applications.json and then use it as a main screen:

https ...
by hudiy
Fri Jun 05, 2026 10:56 pm
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 14
Views: 251

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available


Awesome update! I have a free spot in my E39 for such display and I think this one should fit https://www.waveshare.com/wiki/1.47inch_LCD_Module. Will it work with any available firmware?


According to the driver source code in the Waveshare examples, the command opcodes are the same. The ...
by hudiy
Mon Jun 01, 2026 8:26 am
Forum: Your projects
Topic: Herbie A.I. w/ HUDiy Head Unit in my Love Bug
Replies: 5
Views: 86

Re: Herbie A.I. w/ HUDiy Head Unit in my Love Bug

By default, Android Auto is configured to 480p resolution. You need to adjust the Android Auto resolution and the widthMargin/heightMargin to match your screen resolution.

https://github.com/wiboma/hudiy/blob/main/main_configuration.md#androidauto (resolution, widthMargin, heightMargin).

The ...
by hudiy
Sun May 31, 2026 10:47 pm
Forum: Your projects
Topic: Herbie A.I. w/ HUDiy Head Unit in my Love Bug
Replies: 5
Views: 86

Re: Herbie A.I. w/ HUDiy Head Unit in my Love Bug

By default, Hudiy is configured to run automatically at system startup. If you installed Hudiy according to the instructions (without running the installer with sudo) and haven't modified any startup settings, Hudiy will launch automatically once the operating system loads.

As for the audio issues ...